-- phpMyAdmin SQL Dump
-- version 4.5.4.1deb2ubuntu2.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Tempo de geração: 12/08/2020 às 19:19
-- Versão do servidor: 5.7.27-0ubuntu0.16.04.1
-- Versão do PHP: 7.0.33-0ubuntu0.16.04.6

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Banco de dados: `admin_beg`
--
CREATE DATABASE IF NOT EXISTS `admin_beg` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `admin_beg`;

-- --------------------------------------------------------

--
-- Estrutura para tabela `base_conhecimento`
--

CREATE TABLE `base_conhecimento` (
  `codigo` int(11) NOT NULL,
  `descricao` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `documento` varchar(255) COLLATE utf8_bin NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

-- --------------------------------------------------------

--
-- Estrutura para tabela `documentos_profissionais`
--

CREATE TABLE `documentos_profissionais` (
  `codigo` int(11) NOT NULL,
  `id_profissional` int(11) NOT NULL,
  `descricao` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `documento` varchar(255) COLLATE utf8_bin NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

-- --------------------------------------------------------

--
-- Estrutura para tabela `phpgen_user_perms`
--

CREATE TABLE `phpgen_user_perms` (
  `user_id` int(11) NOT NULL,
  `page_name` varchar(255) COLLATE utf8_bin NOT NULL,
  `perm_name` varchar(6) COLLATE utf8_bin NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Fazendo dump de dados para tabela `phpgen_user_perms`
--

INSERT INTO `phpgen_user_perms` (`user_id`, `page_name`, `perm_name`) VALUES
(0, '', 'DELETE'),
(0, '', 'INSERT'),
(0, '', 'SELECT'),
(0, '', 'UPDATE'),
(0, 'base_conhecimento', 'SELECT'),
(0, 'profissionais01', 'INSERT'),
(0, 'profissionais01', 'SELECT'),
(0, 'profissionais01', 'UPDATE'),
(1, '', 'ADMIN'),
(1, '', 'DELETE'),
(1, '', 'INSERT'),
(1, '', 'SELECT'),
(1, '', 'UPDATE'),
(1, 'base_conhecimento', 'ADMIN'),
(1, 'base_conhecimento', 'DELETE'),
(1, 'base_conhecimento', 'INSERT'),
(1, 'base_conhecimento', 'SELECT'),
(1, 'base_conhecimento', 'UPDATE'),
(1, 'documentos_profissionais', 'ADMIN'),
(1, 'documentos_profissionais', 'DELETE'),
(1, 'documentos_profissionais', 'INSERT'),
(1, 'documentos_profissionais', 'SELECT'),
(1, 'documentos_profissionais', 'UPDATE'),
(1, 'profissionais', 'ADMIN'),
(1, 'profissionais', 'DELETE'),
(1, 'profissionais', 'INSERT'),
(1, 'profissionais', 'SELECT'),
(1, 'profissionais', 'UPDATE'),
(1, 'profissionais.documentos_profissionais', 'ADMIN'),
(1, 'profissionais.documentos_profissionais', 'DELETE'),
(1, 'profissionais.documentos_profissionais', 'INSERT'),
(1, 'profissionais.documentos_profissionais', 'SELECT'),
(1, 'profissionais.documentos_profissionais', 'UPDATE'),
(1, 'profissionais01', 'ADMIN'),
(1, 'profissionais01', 'DELETE'),
(1, 'profissionais01', 'INSERT'),
(1, 'profissionais01', 'SELECT'),
(1, 'profissionais01', 'UPDATE'),
(1, 'tipo_identificacao', 'ADMIN'),
(1, 'tipo_identificacao', 'DELETE'),
(1, 'tipo_identificacao', 'INSERT'),
(1, 'tipo_identificacao', 'SELECT'),
(1, 'tipo_identificacao', 'UPDATE'),
(1, 'uf', 'ADMIN'),
(1, 'uf', 'DELETE'),
(1, 'uf', 'INSERT'),
(1, 'uf', 'SELECT'),
(1, 'uf', 'UPDATE');

-- --------------------------------------------------------

--
-- Estrutura para tabela `profissionais`
--

CREATE TABLE `profissionais` (
  `codigo` int(11) NOT NULL,
  `nome` varchar(250) COLLATE utf8_bin DEFAULT NULL,
  `nacionalidade` varchar(150) COLLATE utf8_bin DEFAULT NULL,
  `nascimento` date DEFAULT NULL,
  `tipo_identificacao` int(11) DEFAULT NULL,
  `numero_identificacao` bigint(20) DEFAULT NULL,
  `especialidade` varchar(150) COLLATE utf8_bin DEFAULT NULL,
  `rg` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `data_rg` date DEFAULT NULL,
  `orgao_rg` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `cpf` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `endereco` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `numero` varchar(25) COLLATE utf8_bin DEFAULT NULL,
  `complemento` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `bairro` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `cidade` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `uf` varchar(150) COLLATE utf8_bin DEFAULT NULL,
  `cep` varchar(25) COLLATE utf8_bin DEFAULT NULL,
  `email` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `banco` varchar(150) COLLATE utf8_bin DEFAULT NULL,
  `agencia` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `tipo_conta` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `conta` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `telefone` varchar(100) COLLATE utf8_bin DEFAULT NULL,
  `celular` varchar(100) COLLATE utf8_bin DEFAULT NULL,
  `filiacao_pai` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `filiacao_mae` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `cartao_sus` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `foto` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `thumb` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `id_user` int(11) DEFAULT NULL,
  `local_atuacao` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `curriculum` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `comprovante_residencia` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `identidade` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `crm` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `ativo` tinyint(4) DEFAULT '0',
  `cnpj` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `razao_social` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `endereco_empresa` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `numero_empresa` varchar(25) COLLATE utf8_bin DEFAULT NULL,
  `complemento_empresa` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `bairro_empresa` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `cidade_empresa` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `uf_empresa` varchar(150) COLLATE utf8_bin DEFAULT NULL,
  `cep_empresa` varchar(25) COLLATE utf8_bin DEFAULT NULL,
  `email_empresa` varchar(255) COLLATE utf8_bin DEFAULT NULL,
  `representante_legal` varchar(250) COLLATE utf8_bin DEFAULT NULL,
  `nacionalidade_representante` varchar(150) COLLATE utf8_bin DEFAULT NULL,
  `nascimento_representante` date DEFAULT NULL,
  `tipo_identificacao_representante` int(11) DEFAULT NULL,
  `numero_identificacao_representante` bigint(20) DEFAULT NULL,
  `rg_representante` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `data_rg_representante` date DEFAULT NULL,
  `orgao_rg_representante` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `cpf_representante` varchar(50) COLLATE utf8_bin DEFAULT NULL,
  `data_contrato` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Fazendo dump de dados para tabela `profissionais`
--

INSERT INTO `profissionais` (`codigo`, `nome`, `nacionalidade`, `nascimento`, `tipo_identificacao`, `numero_identificacao`, `especialidade`, `rg`, `data_rg`, `orgao_rg`, `cpf`, `endereco`, `numero`, `complemento`, `bairro`, `cidade`, `uf`, `cep`, `email`, `banco`, `agencia`, `tipo_conta`, `conta`, `telefone`, `celular`, `filiacao_pai`, `filiacao_mae`, `cartao_sus`, `foto`, `thumb`, `id_user`, `local_atuacao`, `curriculum`, `comprovante_residencia`, `identidade`, `crm`, `ativo`, `cnpj`, `razao_social`, `endereco_empresa`, `numero_empresa`, `complemento_empresa`, `bairro_empresa`, `cidade_empresa`, `uf_empresa`, `cep_empresa`, `email_empresa`, `representante_legal`, `nacionalidade_representante`, `nascimento_representante`, `tipo_identificacao_representante`, `numero_identificacao_representante`, `rg_representante`, `data_rg_representante`, `orgao_rg_representante`, `cpf_representante`, `data_contrato`) VALUES
(1, 'BRUNO GHIZZI', 'BRASILEIRO', '1989-12-13', 1, 170541, 'CLINICO', '470583538', NULL, NULL, '396.680.208-20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, 'documentos/759458099.png', 'documentos/1887422971.png', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-11'),
(3, 'POLIANNA MARIA RONCHI ', 'BRASILEIRO', '1982-12-08', 1, 160119, 'CLINICO', '400782822', NULL, NULL, '316.043.538-56', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 'HORTOLANDIA', NULL, NULL, 'documentos/796215022.png', 'documentos/2077435394.png', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2019-03-11');

-- --------------------------------------------------------

--
-- Estrutura para tabela `tipo_identificacao`
--

CREATE TABLE `tipo_identificacao` (
  `codigo` int(11) NOT NULL,
  `identificacao` varchar(255) COLLATE utf8_bin DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Fazendo dump de dados para tabela `tipo_identificacao`
--

INSERT INTO `tipo_identificacao` (`codigo`, `identificacao`) VALUES
(1, 'CRM');

-- --------------------------------------------------------

--
-- Estrutura para tabela `uf`
--

CREATE TABLE `uf` (
  `codigo` int(11) NOT NULL,
  `uf` char(2) COLLATE utf8_bin NOT NULL,
  `descricao` varchar(100) COLLATE utf8_bin NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Fazendo dump de dados para tabela `uf`
--

INSERT INTO `uf` (`codigo`, `uf`, `descricao`) VALUES
(1, 'AC', 'Acre'),
(2, 'AL', 'Alagoas'),
(3, 'AM', 'Amazonas'),
(4, 'AP', 'Amapá'),
(5, 'BA', 'Bahia'),
(6, 'CE', 'Ceará'),
(7, 'DF', 'Distrito Federal'),
(8, 'ES', 'Espirito Santo'),
(9, 'GO', 'Goiás'),
(10, 'MA', 'Maranhão'),
(11, 'MG', 'Minas Gerais'),
(12, 'MS', 'Mato Grosso do Sul'),
(13, 'MT', 'Matro Gross'),
(14, 'PA', 'Pará'),
(15, 'PB', 'Paraíba'),
(16, 'PE', 'Pernambuco'),
(17, 'PI', 'Piauí'),
(18, 'PR', 'Paraná'),
(19, 'RJ', 'Rio de Janeiro'),
(20, 'RN', 'Rio Grande do Norte'),
(21, 'RO', 'Rondônia'),
(22, 'RR', 'Roraima'),
(23, 'RS', 'Rio Grande do Sul'),
(24, 'SC', 'Santa Catarina'),
(25, 'SE', 'Sergipe'),
(26, 'SP', 'São Paulo'),
(27, 'TO', 'Tocantins');

-- --------------------------------------------------------

--
-- Estrutura para tabela `users`
--

CREATE TABLE `users` (
  `user_id` int(11) NOT NULL,
  `user_name` varchar(255) COLLATE utf8_bin NOT NULL,
  `user_password` varchar(255) COLLATE utf8_bin NOT NULL,
  `user_email` varchar(255) COLLATE utf8_bin NOT NULL,
  `user_token` varchar(255) COLLATE utf8_bin DEFAULT NULL COMMENT 'Token for user account verification or user password reset.',
  `user_status` int(11) NOT NULL DEFAULT '0' COMMENT '0 = OK, 1 = Account verification required, 2 = Password reset requested.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

--
-- Fazendo dump de dados para tabela `users`
--

INSERT INTO `users` (`user_id`, `user_name`, `user_password`, `user_email`, `user_token`, `user_status`) VALUES
(1, 'admin', 'b0b57fc529108d429e99907ab3e09f11428ce7a6', 'admin@admin.com', '84d35689451f1235033bf780fadb494a18078df3', 2),
(2, 'usuario', '7c4a8d09ca3762af61e59520943dc26494f8941b', 'usuario@admin.com', NULL, 0),
(3, 'wfilho', '7ce0359f12857f2a90c7de465f40a95f01cb5da9', 'wilson.oliveira@uug.com.br', '16cde010ef84b411fcd9a4282b23673a78b1d9c0', 1),
(5, '', '', 'poliredivo@hotmail.com', NULL, 0),
(13, 'robertocorreia@hotmail.com.br', '5245b5b10fb801458911a83ca5294e727d039cab', 'robertocorreia@hotmail.com.br', NULL, 0),
(14, 'wilson.oliveira@uug.com.br', '6c2fff34e8f6c26c024d4d2fb06c552b2ab59886', 'wilson.oliveira@uug.com.br', NULL, 0),
(15, '', 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '', NULL, 0),
(16, 'robertocorreia@hotmail.com.br', '5245b5b10fb801458911a83ca5294e727d039cab', 'robertocorreia@hotmail.com.br', NULL, 0),
(17, 'robertocorreia@hotmail.com.br', '5245b5b10fb801458911a83ca5294e727d039cab', 'robertocorreia@hotmail.com.br', NULL, 0),
(18, 'wilson.oliveira@uug.com.br', '6c2fff34e8f6c26c024d4d2fb06c552b2ab59886', 'wilson.oliveira@uug.com.br', NULL, 0),
(20, 'wilson.oliveira@uug.com.br', '6c2fff34e8f6c26c024d4d2fb06c552b2ab59886', 'wilson.oliveira@uug.com.br', NULL, 0),
(21, 'financeiro@uug.com.br', 'd094f7c219f086eaa8271170e5bed42d845179ca', 'financeiro@uug.com.br', NULL, 0),
(22, 'ghizzigfc@hotmail.com', '07f2f2d23403d84bdef8f731a93a6787a858ecce', 'ghizzigfc@hotmail.com', '4de8dce639fc421521e03ef6965812074831dfa0', 2),
(24, '', '', 'vivimassihmorete@gmail.com', NULL, 0),
(26, '', '', 'william@teste.com.br', NULL, 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_commentmeta`
--

CREATE TABLE `wp_beg_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_comments`
--

CREATE TABLE `wp_beg_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_layerslider`
--

CREATE TABLE `wp_beg_layerslider` (
  `id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT '0',
  `schedule_end` int(10) NOT NULL DEFAULT '0',
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `flag_popup` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_layerslider_revisions`
--

CREATE TABLE `wp_beg_layerslider_revisions` (
  `id` int(10) NOT NULL,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_links`
--

CREATE TABLE `wp_beg_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_liveforms_addons`
--

CREATE TABLE `wp_beg_liveforms_addons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `addons` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `form_id` bigint(20) UNSIGNED NOT NULL,
  `list_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `fields` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `status` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_liveforms_addons_active`
--

CREATE TABLE `wp_beg_liveforms_addons_active` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uid` int(11) NOT NULL,
  `key` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `clientid` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `addons` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `status` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_liveforms_addons_form_details`
--

CREATE TABLE `wp_beg_liveforms_addons_form_details` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uid` int(11) NOT NULL,
  `addonid` int(11) NOT NULL,
  `addons` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `form_id` bigint(20) UNSIGNED NOT NULL,
  `list_id` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `fields` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_liveforms_conreqs`
--

CREATE TABLE `wp_beg_liveforms_conreqs` (
  `id` int(11) NOT NULL,
  `fid` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  `data` text NOT NULL,
  `reply_for` int(11) NOT NULL,
  `status` varchar(20) NOT NULL,
  `token` varchar(20) NOT NULL,
  `time` int(11) NOT NULL,
  `agent_id` int(11) NOT NULL,
  `replied_by` varchar(500) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_liveforms_payments`
--

CREATE TABLE `wp_beg_liveforms_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `form_id` int(11) NOT NULL,
  `entry_id` int(11) NOT NULL,
  `amount` double NOT NULL,
  `currency` varchar(10) NOT NULL,
  `payment_method` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `payment_status` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `date` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_liveforms_stats`
--

CREATE TABLE `wp_beg_liveforms_stats` (
  `id` int(11) NOT NULL,
  `fid` int(11) NOT NULL,
  `author_id` int(11) NOT NULL,
  `action` varchar(20) NOT NULL,
  `ip` varchar(30) NOT NULL,
  `time` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_options`
--

CREATE TABLE `wp_beg_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_options`
--

INSERT INTO `wp_beg_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://begservicosmedicos.com.br', 'yes'),
(2, 'home', 'https://begservicosmedicos.com.br', 'yes'),
(3, 'blogname', 'B&amp;G', 'yes'),
(4, 'blogdescription', 'Serviços Médicos', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'suporte@uug.com.br', 'yes'),
(7, 'start_of_week', '0', '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', 'j \\d\\e F \\d\\e Y', 'yes'),
(24, 'time_format', 'H:i', 'yes'),
(25, 'links_updated_date_format', 'j \\d\\e F \\d\\e Y, H:i', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:273:{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:7:"form/?$";s:24:"index.php?post_type=form";s:37:"form/feed/(feed|rdf|rss|rss2|atom)/?$";s:41:"index.php?post_type=form&feed=$matches[1]";s:32:"form/(feed|rdf|rss|rss2|atom)/?$";s:41:"index.php?post_type=form&feed=$matches[1]";s:24:"form/page/([0-9]{1,})/?$";s:42:"index.php?post_type=form&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:40:"vc_grid_item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"vc_grid_item/([^/]+)/embed/?$";s:45:"index.php?vc_grid_item=$matches[1]&embed=true";s:33:"vc_grid_item/([^/]+)/trackback/?$";s:39:"index.php?vc_grid_item=$matches[1]&tb=1";s:41:"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&paged=$matches[2]";s:48:"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]";s:37:"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?vc_grid_item=$matches[1]&page=$matches[2]";s:29:"vc_grid_item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"vc_grid_item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"vc_grid_item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:32:"form/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:42:"form/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:62:"form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:57:"form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"form/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:21:"form/([^/]+)/embed/?$";s:37:"index.php?form=$matches[1]&embed=true";s:25:"form/([^/]+)/trackback/?$";s:31:"index.php?form=$matches[1]&tb=1";s:45:"form/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?form=$matches[1]&feed=$matches[2]";s:40:"form/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?form=$matches[1]&feed=$matches[2]";s:33:"form/([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?form=$matches[1]&paged=$matches[2]";s:40:"form/([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?form=$matches[1]&cpage=$matches[2]";s:29:"form/([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?form=$matches[1]&page=$matches[2]";s:21:"form/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:31:"form/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:51:"form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:46:"form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:46:"form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:27:"form/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"client-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"client-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"client-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"client-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"client-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"client-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"client-item/([^/]+)/embed/?$";s:39:"index.php?client=$matches[1]&embed=true";s:32:"client-item/([^/]+)/trackback/?$";s:33:"index.php?client=$matches[1]&tb=1";s:40:"client-item/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?client=$matches[1]&paged=$matches[2]";s:47:"client-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?client=$matches[1]&cpage=$matches[2]";s:36:"client-item/([^/]+)(?:/([0-9]+))?/?$";s:45:"index.php?client=$matches[1]&page=$matches[2]";s:28:"client-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"client-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"client-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"client-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"client-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"client-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:53:"client-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?client-types=$matches[1]&feed=$matches[2]";s:48:"client-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:51:"index.php?client-types=$matches[1]&feed=$matches[2]";s:29:"client-types/([^/]+)/embed/?$";s:45:"index.php?client-types=$matches[1]&embed=true";s:41:"client-types/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?client-types=$matches[1]&paged=$matches[2]";s:23:"client-types/([^/]+)/?$";s:34:"index.php?client-types=$matches[1]";s:38:"offer-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:48:"offer-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"offer-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"offer-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"offer-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"offer-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:27:"offer-item/([^/]+)/embed/?$";s:38:"index.php?offer=$matches[1]&embed=true";s:31:"offer-item/([^/]+)/trackback/?$";s:32:"index.php?offer=$matches[1]&tb=1";s:39:"offer-item/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?offer=$matches[1]&paged=$matches[2]";s:46:"offer-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:45:"index.php?offer=$matches[1]&cpage=$matches[2]";s:35:"offer-item/([^/]+)(?:/([0-9]+))?/?$";s:44:"index.php?offer=$matches[1]&page=$matches[2]";s:27:"offer-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"offer-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"offer-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"offer-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"offer-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"offer-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:52:"offer-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?offer-types=$matches[1]&feed=$matches[2]";s:47:"offer-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?offer-types=$matches[1]&feed=$matches[2]";s:28:"offer-types/([^/]+)/embed/?$";s:44:"index.php?offer-types=$matches[1]&embed=true";s:40:"offer-types/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?offer-types=$matches[1]&paged=$matches[2]";s:22:"offer-types/([^/]+)/?$";s:33:"index.php?offer-types=$matches[1]";s:42:"portfolio-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:52:"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:72:"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:67:"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:31:"portfolio-item/([^/]+)/embed/?$";s:42:"index.php?portfolio=$matches[1]&embed=true";s:35:"portfolio-item/([^/]+)/trackback/?$";s:36:"index.php?portfolio=$matches[1]&tb=1";s:43:"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&paged=$matches[2]";s:50:"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&cpage=$matches[2]";s:39:"portfolio-item/([^/]+)(?:/([0-9]+))?/?$";s:48:"index.php?portfolio=$matches[1]&page=$matches[2]";s:31:"portfolio-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"portfolio-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:37:"portfolio-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:56:"portfolio-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?portfolio-types=$matches[1]&feed=$matches[2]";s:51:"portfolio-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:54:"index.php?portfolio-types=$matches[1]&feed=$matches[2]";s:32:"portfolio-types/([^/]+)/embed/?$";s:48:"index.php?portfolio-types=$matches[1]&embed=true";s:44:"portfolio-types/([^/]+)/page/?([0-9]{1,})/?$";s:55:"index.php?portfolio-types=$matches[1]&paged=$matches[2]";s:26:"portfolio-types/([^/]+)/?$";s:37:"index.php?portfolio-types=$matches[1]";s:38:"slide-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:48:"slide-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"slide-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"slide-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"slide-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"slide-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:27:"slide-item/([^/]+)/embed/?$";s:38:"index.php?slide=$matches[1]&embed=true";s:31:"slide-item/([^/]+)/trackback/?$";s:32:"index.php?slide=$matches[1]&tb=1";s:39:"slide-item/([^/]+)/page/?([0-9]{1,})/?$";s:45:"index.php?slide=$matches[1]&paged=$matches[2]";s:46:"slide-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:45:"index.php?slide=$matches[1]&cpage=$matches[2]";s:35:"slide-item/([^/]+)(?:/([0-9]+))?/?$";s:44:"index.php?slide=$matches[1]&page=$matches[2]";s:27:"slide-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"slide-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"slide-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"slide-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"slide-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"slide-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:52:"slide-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?slide-types=$matches[1]&feed=$matches[2]";s:47:"slide-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?slide-types=$matches[1]&feed=$matches[2]";s:28:"slide-types/([^/]+)/embed/?$";s:44:"index.php?slide-types=$matches[1]&embed=true";s:40:"slide-types/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?slide-types=$matches[1]&paged=$matches[2]";s:22:"slide-types/([^/]+)/?$";s:33:"index.php?slide-types=$matches[1]";s:44:"testimonial-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:54:"testimonial-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:74:"testimonial-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"testimonial-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:69:"testimonial-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:50:"testimonial-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:33:"testimonial-item/([^/]+)/embed/?$";s:44:"index.php?testimonial=$matches[1]&embed=true";s:37:"testimonial-item/([^/]+)/trackback/?$";s:38:"index.php?testimonial=$matches[1]&tb=1";s:45:"testimonial-item/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?testimonial=$matches[1]&paged=$matches[2]";s:52:"testimonial-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:51:"index.php?testimonial=$matches[1]&cpage=$matches[2]";s:41:"testimonial-item/([^/]+)(?:/([0-9]+))?/?$";s:50:"index.php?testimonial=$matches[1]&page=$matches[2]";s:33:"testimonial-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:43:"testimonial-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:63:"testimonial-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"testimonial-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:58:"testimonial-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"testimonial-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:58:"testimonial-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?testimonial-types=$matches[1]&feed=$matches[2]";s:53:"testimonial-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?testimonial-types=$matches[1]&feed=$matches[2]";s:34:"testimonial-types/([^/]+)/embed/?$";s:50:"index.php?testimonial-types=$matches[1]&embed=true";s:46:"testimonial-types/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?testimonial-types=$matches[1]&paged=$matches[2]";s:28:"testimonial-types/([^/]+)/?$";s:39:"index.php?testimonial-types=$matches[1]";s:39:"layout-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"layout-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"layout-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"layout-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"layout-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"layout-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"layout-item/([^/]+)/embed/?$";s:39:"index.php?layout=$matches[1]&embed=true";s:32:"layout-item/([^/]+)/trackback/?$";s:33:"index.php?layout=$matches[1]&tb=1";s:40:"layout-item/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?layout=$matches[1]&paged=$matches[2]";s:47:"layout-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?layout=$matches[1]&cpage=$matches[2]";s:36:"layout-item/([^/]+)(?:/([0-9]+))?/?$";s:45:"index.php?layout=$matches[1]&page=$matches[2]";s:28:"layout-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"layout-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"layout-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"layout-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"layout-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"layout-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:41:"template-item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:51:"template-item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:71:"template-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"template-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:66:"template-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:47:"template-item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:30:"template-item/([^/]+)/embed/?$";s:41:"index.php?template=$matches[1]&embed=true";s:34:"template-item/([^/]+)/trackback/?$";s:35:"index.php?template=$matches[1]&tb=1";s:42:"template-item/([^/]+)/page/?([0-9]{1,})/?$";s:48:"index.php?template=$matches[1]&paged=$matches[2]";s:49:"template-item/([^/]+)/comment-page-([0-9]{1,})/?$";s:48:"index.php?template=$matches[1]&cpage=$matches[2]";s:38:"template-item/([^/]+)(?:/([0-9]+))?/?$";s:47:"index.php?template=$matches[1]&page=$matches[2]";s:30:"template-item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:40:"template-item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:60:"template-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"template-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:55:"template-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:36:"template-item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=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=2387&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:11:{i:0;s:27:"LayerSlider/layerslider.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:33:"duplicate-post/duplicate-post.php";i:3;s:59:"force-regenerate-thumbnails/force-regenerate-thumbnails.php";i:4;s:27:"js_composer/js_composer.php";i:5;s:23:"liveforms/liveforms.php";i:6;s:61:"multiple-domain-mapping-on-single-site/multidomainmapping.php";i:7;s:31:"popup-builder/popup-builder.php";i:8;s:23:"revslider/revslider.php";i:9;s:45:"search-and-replace/inpsyde-search-replace.php";i:10;s:57:"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:3:{i:0;s:61:"/var/www/html/begservicos/wp-content/themes/betheme/style.css";i:1;s:72:"/var/www/html/begservicos/wp-content/themes/betheme/single-portfolio.php";i:3;s:0:"";}', 'no'),
(40, 'template', 'betheme', 'yes'),
(41, 'stylesheet', 'betheme', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '47018', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_text', 'a:6:{i:2;a:4:{s:5:"title";s:0:"";s:4:"text";s:434:"[image src="https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Logo.png" border="0"]\r\n[divider height="20"]\r\n<p style="margin-right: 5%; font-size: 13px;">A B&G Serviços Médicos iniciou suas atividades na cidade de São Paulo.\r\nÉ uma empresa criada e composta por médicos experientes na área de gestão que atuam há anos na área médica com intuito da profissionalização e a excelência do cuidado médico.\r\n​</p>";s:6:"filter";b:0;s:6:"visual";b:0;}i:3;a:4:{s:5:"title";s:0:"";s:4:"text";s:320:"<h6 style="border-bottom: 1px solid #464862; padding-bottom: 10px; ">Mapa do Site</h6>\r\n<ul style="line-height: 40px;">\r\n<li><a href="#">Quem Somos</a></li>\r\n<li><a href="#">Nossos Serviços</a></li>\r\n<li><a href="#">Área do Médico</a></li>\r\n<li><a href="#">Nosso Blog</a></li>\r\n<li><a href="#">Contato</a></li>\r\n</ul>";s:6:"filter";b:0;s:6:"visual";b:0;}i:4;a:4:{s:5:"title";s:0:"";s:4:"text";s:250:"<h6 style="border-bottom: 1px solid #464862; padding-bottom: 10px; ">Nossos Diferenciais</h6>\r\n<ul style="line-height: 40px;">\r\n<li><a href="#">Experiência</a></li>\r\n<li><a href="#">Qualificação</a></li><li><a href="#">Tecnologia</a></li>\r\n\r\n</ul>";s:6:"filter";b:0;s:6:"visual";b:0;}i:6;a:4:{s:5:"title";s:0:"";s:4:"text";s:401:"<h6 style="border-bottom: 1px solid #464862; padding-bottom: 10px; ">Fale Conosco</h6>\r\n<ul style="line-height: 40px;">\r\n<li><a href="#">BG SERVIÇOS MÉDICOS </br>\r\nRod. Raposo Tavares km 22</br>\r\nOPEN MALL THE SQUARE </br>\r\nSALAS 427-428 </br>\r\nBloco A</br>\r\nCotia-SP CEP: 06709-015</a></li>\r\n<li><a href="#">(11) 2898-9747</a></li>\r\n<li><a href="#">contato@begservicosmedicos.com.br</a></li>\r\n</ul>";s:6:"filter";b:0;s:6:"visual";b:0;}i:7;a:4:{s:5:"title";s:0:"";s:4:"text";s:296:"<h6 style="border-bottom: 1px solid #464862; padding-bottom: 10px; ">Siga-nos!</h6>\r\n<p style="font-size: 24px; line-height: 34px;">\r\n<a style="color: #ffffff;" href="#"><i class="icon-facebook-circled"></i></a>\r\n<a style="color: #ffffff;" href="#"><i class="icon-linkedin-circled"></i></a>\r\n</p>";s:6:"filter";b:0;s:6:"visual";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:2:{s:27:"LayerSlider/layerslider.php";s:29:"layerslider_uninstall_scripts";s:39:"force-https-littlebizzy/force-https.php";a:2:{i:0;s:20:"FHTTPS_Admin_Notices";i:1;s:9:"uninstall";}}', 'no'),
(82, 'timezone_string', 'America/Sao_Paulo', 'yes'),
(83, 'page_for_posts', '9', 'yes'),
(84, 'page_on_front', '2387', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '2408', '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', '0', 'yes'),
(93, 'initial_db_version', '38590', 'yes'),
(94, 'wp_beg_user_roles', 'a:6:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:77:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:10:"copy_posts";b:1;s:9:"read_post";b:1;s:24:"read_private_sgpb_popups";b:1;s:15:"edit_sgpb_popup";b:1;s:16:"edit_sgpb_popups";b:1;s:23:"edit_others_sgpb_popups";b:1;s:26:"edit_published_sgpb_popups";b:1;s:19:"publish_sgpb_popups";b:1;s:18:"delete_sgpb_popups";b:1;s:25:"delete_others_sgpb_popups";b:1;s:26:"delete_private_sgpb_popups";b:1;s:25:"delete_private_sgpb_popup";b:1;s:28:"delete_published_sgpb_popups";b:1;s:19:"sgpb_manage_options";b:1;s:18:"manage_popup_terms";b:1;s:29:"manage_popup_categories_terms";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:10:"copy_posts";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}s:5:"agent";a:2:{s:4:"name";s:5:"Agent";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(95, 'fresh_site', '0', 'yes'),
(96, 'WPLANG', 'pt_BR', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(104, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(105, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'cron', 'a:8:{i:1597260287;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:1597262741;a:4:{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;}}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:1597262752;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:1597274583;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:1597274724;a:1:{s:20:"sgpbGetNotifications";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1597274725;a:1:{s:24:"sgpbGetBannerContentOnce";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"sgpb_banners";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1597360984;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(138, 'theme_mods_twentyseventeen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1540932587;s:4:"data";a:4:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}}}}', 'yes'),
(139, 'current_theme', 'Betheme', 'yes'),
(140, 'theme_mods_betheme', 'a:3:{i:0;b:0;s:18:"nav_menu_locations";a:5:{s:9:"main-menu";i:11;s:14:"secondary-menu";i:0;s:9:"lang-menu";i:0;s:11:"social-menu";i:0;s:18:"social-menu-bottom";i:0;}s:18:"custom_css_post_id";i:-1;}', 'yes'),
(141, 'theme_switched', '', 'yes');
INSERT INTO `wp_beg_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(146, 'betheme', 'a:421:{s:8:"last_tab";s:8:"headings";s:6:"layout";s:10:"full-width";s:10:"grid-width";s:4:"1240";s:5:"style";s:6:"simple";s:12:"button-style";s:4:"flat";s:17:"image-frame-style";s:0:"";s:18:"image-frame-border";s:0:"";s:19:"image-frame-caption";s:0:"";s:11:"img-page-bg";s:0:"";s:16:"position-page-bg";s:22:"no-repeat;center top;;";s:12:"size-page-bg";s:4:"auto";s:11:"transparent";a:2:{s:9:"post-meta";s:1:"1";s:4:"menu";s:4:"menu";}s:11:"favicon-img";s:69:"https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Logo.png";s:16:"apple-touch-icon";s:0:"";s:8:"logo-img";s:69:"https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Logo.png";s:15:"retina-logo-img";s:69:"https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Logo.png";s:15:"sticky-logo-img";s:0:"";s:22:"sticky-retina-logo-img";s:0:"";s:9:"logo-link";a:2:{s:9:"post-meta";s:1:"1";s:4:"link";s:4:"link";}s:9:"logo-text";s:0:"";s:10:"logo-width";s:0:"";s:11:"logo-height";s:0:"";s:21:"logo-vertical-padding";s:0:"";s:19:"logo-vertical-align";s:0:"";s:13:"logo-advanced";a:1:{s:9:"post-meta";s:1:"1";}s:19:"slider-blog-timeout";s:1:"0";s:22:"slider-clients-timeout";s:1:"0";s:20:"slider-offer-timeout";s:1:"0";s:24:"slider-portfolio-timeout";s:1:"0";s:19:"slider-shop-timeout";s:1:"0";s:21:"slider-slider-timeout";s:1:"0";s:27:"slider-testimonials-timeout";s:1:"0";s:20:"layout-boxed-padding";s:0:"";s:18:"builder-visibility";s:0:"";s:13:"display-order";s:1:"0";s:22:"content-remove-padding";s:1:"0";s:19:"google-maps-api-key";s:0:"";s:11:"table-hover";s:0:"";s:23:"math-animations-disable";s:1:"0";s:14:"layout-options";a:1:{s:9:"post-meta";s:1:"1";}s:17:"post-type-disable";a:1:{s:9:"post-meta";s:1:"1";}s:13:"theme-disable";a:1:{s:9:"post-meta";s:1:"1";}s:15:"builder-storage";s:6:"encode";s:16:"slider-shortcode";s:0:"";s:10:"static-css";s:1:"0";s:12:"table_prefix";s:11:"base_prefix";s:8:"hook-top";s:0:"";s:19:"hook-content-before";s:0:"";s:18:"hook-content-after";s:0:"";s:11:"hook-bottom";s:0:"";s:12:"header-style";s:7:"classic";s:9:"header-fw";a:1:{s:9:"post-meta";s:1:"1";}s:17:"minimalist-header";s:2:"no";s:16:"img-subheader-bg";s:0:"";s:24:"img-subheader-attachment";s:22:"no-repeat;center top;;";s:17:"size-subheader-bg";s:4:"auto";s:13:"sticky-header";s:1:"1";s:19:"sticky-header-style";s:8:"tb-color";s:15:"subheader-style";s:11:"both-center";s:9:"subheader";a:2:{s:9:"post-meta";s:1:"1";s:16:"hide-breadcrumbs";s:16:"hide-breadcrumbs";}s:17:"subheader-padding";s:12:"170px 0 80px";s:19:"subheader-title-tag";s:2:"h1";s:15:"subheader-image";s:0:"";s:18:"subheader-position";s:22:"no-repeat;center top;;";s:14:"subheader-size";s:4:"auto";s:21:"subheader-transparent";s:3:"100";s:18:"subheader-advanced";a:1:{s:9:"post-meta";s:1:"1";}s:18:"top-bar-right-hide";s:1:"0";s:19:"header-action-title";s:0:"";s:18:"header-action-link";s:0:"";s:20:"header-action-target";a:1:{s:9:"post-meta";s:1:"1";}s:13:"header-search";s:1:"0";s:11:"header-wpml";s:4:"hide";s:19:"header-wpml-options";a:1:{s:9:"post-meta";s:1:"1";}s:11:"sliding-top";s:1:"0";s:16:"sliding-top-icon";s:19:"icon-down-open-mini";s:13:"header-banner";s:0:"";s:10:"menu-style";s:10:"line-below";s:12:"menu-options";a:2:{s:9:"post-meta";s:1:"1";s:11:"align-right";s:11:"align-right";}s:21:"menu-creative-options";a:1:{s:9:"post-meta";s:1:"1";}s:15:"menu-mega-style";s:0:"";s:10:"action-bar";s:1:"1";s:13:"header-slogan";s:9:"Dúvidas?";s:12:"header-phone";s:14:"(11) 2898-9747";s:14:"header-phone-2";s:0:"";s:12:"header-email";s:33:"contato@begservicosmedicos.com.br";s:13:"sidebar-width";s:2:"23";s:13:"sidebar-lines";s:0:"";s:18:"single-page-layout";s:0:"";s:19:"single-page-sidebar";s:0:"";s:20:"single-page-sidebar2";s:0:"";s:13:"single-layout";s:0:"";s:14:"single-sidebar";s:0:"";s:15:"single-sidebar2";s:0:"";s:23:"single-portfolio-layout";s:0:"";s:24:"single-portfolio-sidebar";s:0:"";s:25:"single-portfolio-sidebar2";s:0:"";s:13:"prev-next-nav";a:2:{s:9:"post-meta";s:1:"1";s:11:"hide-sticky";s:11:"hide-sticky";}s:15:"prev-next-style";s:7:"minimal";s:22:"prev-next-sticky-style";s:0:"";s:5:"share";s:1:"0";s:19:"pagination-show-all";s:1:"1";s:4:"love";s:1:"1";s:22:"featured-image-caption";s:0:"";s:13:"related-style";s:6:"simple";s:13:"title-heading";s:1:"1";s:10:"blog-posts";s:1:"4";s:11:"blog-layout";s:7:"classic";s:12:"blog-columns";s:1:"3";s:15:"blog-full-width";s:1:"0";s:11:"blog-images";s:0:"";s:9:"blog-page";s:0:"";s:12:"blog-orderby";s:4:"date";s:10:"blog-order";s:3:"ASC";s:16:"exclude-category";s:0:"";s:14:"excerpt-length";s:2:"26";s:12:"blog-filters";s:1:"1";s:14:"blog-load-more";s:1:"0";s:9:"blog-meta";a:1:{s:9:"post-meta";s:1:"1";}s:10:"blog-title";s:1:"0";s:16:"blog-single-zoom";s:1:"1";s:11:"blog-author";s:1:"1";s:13:"blog-comments";s:1:"1";s:18:"blog-single-layout";s:0:"";s:16:"blog-single-menu";s:1:"0";s:12:"blog-related";s:1:"3";s:20:"blog-related-columns";s:1:"3";s:19:"blog-related-images";s:0:"";s:20:"single-intro-padding";s:0:"";s:15:"portfolio-posts";s:1:"8";s:16:"portfolio-layout";s:4:"grid";s:17:"portfolio-columns";s:1:"4";s:20:"portfolio-full-width";s:1:"0";s:14:"portfolio-page";s:0:"";s:17:"portfolio-orderby";s:4:"date";s:15:"portfolio-order";s:4:"DESC";s:18:"portfolio-external";s:0:"";s:21:"portfolio-hover-title";s:1:"0";s:17:"portfolio-filters";s:1:"1";s:19:"portfolio-load-more";s:1:"0";s:17:"portfolio-isotope";s:1:"1";s:22:"portfolio-single-title";s:1:"0";s:17:"portfolio-related";s:1:"3";s:25:"portfolio-related-columns";s:1:"3";s:18:"portfolio-comments";s:1:"0";s:23:"portfolio-single-layout";s:0:"";s:21:"portfolio-single-menu";s:1:"0";s:14:"portfolio-slug";s:14:"portfolio-item";s:13:"portfolio-tax";s:15:"portfolio-types";s:13:"shop-products";s:2:"12";s:11:"shop-layout";s:4:"grid";s:14:"shop-catalogue";s:1:"0";s:11:"shop-images";s:0:"";s:11:"shop-button";s:1:"0";s:12:"shop-excerpt";s:1:"0";s:12:"shop-sidebar";s:0:"";s:11:"shop-slider";s:0:"";s:12:"shop-soldout";s:8:"Sold out";s:19:"shop-product-images";s:0:"";s:18:"shop-product-style";s:0:"";s:18:"shop-product-title";s:0:"";s:12:"shop-related";s:1:"3";s:9:"shop-cart";s:13:"icon-bag-fine";s:29:"featured-blog-portfolio-width";s:3:"960";s:30:"featured-blog-portfolio-height";s:3:"750";s:28:"featured-blog-portfolio-crop";s:4:"crop";s:21:"featured-single-width";s:4:"1200";s:22:"featured-single-height";s:3:"480";s:20:"featured-single-crop";s:4:"crop";s:13:"page-comments";s:1:"0";s:13:"error404-icon";s:17:"icon-traffic-cone";s:13:"error404-page";s:0:"";s:12:"construction";s:1:"0";s:18:"construction-title";s:11:"Em breve...";s:17:"construction-text";s:0:"";s:17:"construction-date";s:19:"12/30/2014 12:00:00";s:19:"construction-offset";s:1:"0";s:20:"construction-contact";s:0:"";s:17:"construction-page";s:0:"";s:13:"footer-layout";s:0:"";s:12:"footer-style";s:0:"";s:14:"footer-padding";s:6:"50px 0";s:13:"footer-bg-img";s:0:"";s:22:"footer-bg-img-position";s:22:"no-repeat;center top;;";s:18:"footer-bg-img-size";s:4:"auto";s:21:"footer-call-to-action";s:0:"";s:11:"footer-copy";s:45:"Desenvolvido Por UUG Publicidade e Propaganda";s:11:"footer-hide";s:0:"";s:12:"back-top-top";s:13:"sticky scroll";s:18:"popup-contact-form";s:0:"";s:23:"popup-contact-form-icon";s:14:"icon-mail-line";s:10:"responsive";s:1:"1";s:17:"mobile-grid-width";s:0:"";s:20:"font-size-responsive";s:1:"1";s:15:"responsive-zoom";s:1:"0";s:19:"responsive-boxed2fw";s:1:"0";s:8:"no-hover";s:0:"";s:13:"no-section-bg";s:0:"";s:19:"responsive-parallax";s:1:"0";s:19:"responsive-logo-img";s:0:"";s:26:"responsive-retina-logo-img";s:0:"";s:26:"responsive-sticky-logo-img";s:0:"";s:33:"responsive-sticky-retina-logo-img";s:0:"";s:24:"responsive-header-tablet";a:1:{s:9:"post-meta";s:1:"1";}s:24:"responsive-header-mobile";a:2:{s:9:"post-meta";s:1:"1";s:7:"minimal";s:7:"minimal";}s:25:"responsive-header-minimal";s:5:"ml-lc";s:18:"responsive-top-bar";s:4:"left";s:19:"mobile-menu-initial";s:4:"1240";s:22:"responsive-mobile-menu";s:0:"";s:21:"responsive-side-slide";a:1:{s:9:"post-meta";s:1:"1";}s:16:"header-menu-text";s:0:"";s:25:"header-menu-mobile-sticky";s:1:"0";s:16:"google-analytics";s:0:"";s:18:"google-remarketing";s:0:"";s:7:"mfn-seo";s:1:"1";s:16:"meta-description";s:0:"";s:13:"meta-keywords";s:0:"";s:16:"mfn-seo-og-image";s:0:"";s:19:"mfn-seo-schema-type";s:1:"1";s:13:"social-target";s:1:"0";s:12:"social-skype";s:0:"";s:15:"social-facebook";s:12:"facebook.com";s:17:"social-googleplus";s:0:"";s:14:"social-twitter";s:0:"";s:12:"social-vimeo";s:0:"";s:14:"social-youtube";s:0:"";s:13:"social-flickr";s:0:"";s:15:"social-linkedin";s:0:"";s:16:"social-pinterest";s:0:"";s:15:"social-dribbble";s:0:"";s:16:"social-instagram";s:13:"instagram.com";s:14:"social-behance";s:0:"";s:13:"social-tumblr";s:0:"";s:18:"social-tripadvisor";s:0:"";s:16:"social-vkontakte";s:0:"";s:13:"social-viadeo";s:0:"";s:11:"social-xing";s:0:"";s:18:"social-custom-icon";s:0:"";s:18:"social-custom-link";s:0:"";s:10:"social-rss";s:1:"0";s:9:"cf7-error";s:0:"";s:8:"parallax";s:11:"translate3d";s:11:"nice-scroll";s:1:"1";s:17:"nice-scroll-speed";s:2:"40";s:19:"prettyphoto-options";a:1:{s:9:"post-meta";s:1:"1";}s:18:"sc-gallery-disable";s:1:"0";s:9:"retina-js";s:0:"";s:10:"plugin-rev";s:0:"";s:12:"plugin-layer";s:0:"";s:13:"plugin-visual";s:0:"";s:4:"skin";s:6:"custom";s:9:"color-one";s:7:"#2991D6";s:15:"background-html";s:7:"#ffffff";s:15:"background-body";s:7:"#ffffff";s:17:"background-header";s:7:"#111226";s:19:"background-top-left";s:7:"#12132d";s:21:"background-top-middle";s:7:"#e3e3e3";s:20:"background-top-right";s:7:"#f5f5f5";s:17:"color-top-right-a";s:7:"#333333";s:17:"background-search";s:7:"#3e6edf";s:20:"background-subheader";s:7:"#171838";s:15:"color-subheader";s:7:"#ffffff";s:12:"color-menu-a";s:7:"#ffffff";s:19:"color-menu-a-active";s:7:"#ffffff";s:24:"background-menu-a-active";s:7:"#F2F2F2";s:18:"background-submenu";s:7:"#F2F2F2";s:15:"color-submenu-a";s:7:"#5f5f5f";s:21:"color-submenu-a-hover";s:7:"#2e2e2e";s:26:"color-menu-responsive-icon";s:7:"#3e6edf";s:31:"background-menu-responsive-icon";s:0:"";s:23:"background-overlay-menu";s:7:"#3e6edf";s:25:"background-overlay-menu-a";s:7:"#FFFFFF";s:32:"background-overlay-menu-a-active";s:7:"#B1DCFB";s:17:"border-menu-plain";s:7:"#F2F2F2";s:20:"background-side-menu";s:7:"#191919";s:17:"color-side-menu-a";s:7:"#A6A6A6";s:23:"color-side-menu-a-hover";s:7:"#FFFFFF";s:21:"background-action-bar";s:7:"#0c0d15";s:16:"color-action-bar";s:7:"#bbbbbb";s:18:"color-action-bar-a";s:7:"#0095eb";s:24:"color-action-bar-a-hover";s:7:"#007cc3";s:23:"color-action-bar-social";s:7:"#bbbbbb";s:29:"color-action-bar-social-hover";s:7:"#FFFFFF";s:28:"mobile-background-action-bar";s:7:"#FFFFFF";s:23:"mobile-color-action-bar";s:7:"#222222";s:25:"mobile-color-action-bar-a";s:7:"#0095eb";s:31:"mobile-color-action-bar-a-hover";s:7:"#007cc3";s:30:"mobile-color-action-bar-social";s:7:"#bbbbbb";s:36:"mobile-color-action-bar-social-hover";s:7:"#777777";s:11:"color-theme";s:7:"#3e6edf";s:10:"color-text";s:7:"#808080";s:7:"color-a";s:7:"#3e6edf";s:13:"color-a-hover";s:7:"#224db1";s:16:"color-fancy-link";s:7:"#656B6F";s:21:"background-fancy-link";s:7:"#3e6edf";s:22:"color-fancy-link-hover";s:7:"#3e6edf";s:27:"background-fancy-link-hover";s:7:"#224db1";s:17:"background-button";s:7:"#1f2033";s:12:"color-button";s:7:"#ffffff";s:17:"border-imageframe";s:7:"#f8f8f8";s:26:"background-imageframe-link";s:7:"#3e6edf";s:21:"color-imageframe-link";s:7:"#ffffff";s:21:"color-imageframe-mask";s:7:"#ffffff";s:20:"background-highlight";s:7:"#3e6edf";s:8:"color-hr";s:7:"#3e6edf";s:10:"color-list";s:7:"#737E86";s:10:"color-note";s:7:"#a8a8a8";s:28:"background-highlight-section";s:7:"#3e6edf";s:18:"color-footer-theme";s:7:"#3e6edf";s:17:"background-footer";s:7:"#1f2033";s:12:"color-footer";s:7:"#c1cad7";s:20:"color-footer-heading";s:7:"#ffffff";s:17:"color-footer-note";s:7:"#a8a8a8";s:14:"color-footer-a";s:7:"#a0adc1";s:20:"color-footer-a-hover";s:7:"#ffffff";s:19:"color-footer-social";s:7:"#65666C";s:25:"color-footer-social-hover";s:7:"#FFFFFF";s:22:"color-footer-backtotop";s:7:"#65666C";s:27:"background-footer-backtotop";s:0:"";s:23:"color-sliding-top-theme";s:7:"#3e6edf";s:22:"background-sliding-top";s:7:"#1f2033";s:17:"color-sliding-top";s:7:"#c1cad7";s:19:"color-sliding-top-a";s:7:"#a0adc1";s:25:"color-sliding-top-a-hover";s:7:"#ffffff";s:25:"color-sliding-top-heading";s:7:"#ffffff";s:22:"color-sliding-top-note";s:7:"#a8a8a8";s:8:"color-h1";s:7:"#3e6edf";s:8:"color-h2";s:7:"#3e6edf";s:8:"color-h3";s:7:"#3e6edf";s:8:"color-h4";s:7:"#3e6edf";s:8:"color-h5";s:7:"#404040";s:8:"color-h6";s:7:"#404040";s:15:"color-tab-title";s:7:"#3e6edf";s:16:"color-blockquote";s:7:"#444444";s:17:"color-contentlink";s:7:"#3e6edf";s:13:"color-counter";s:7:"#3e6edf";s:21:"background-getintouch";s:7:"#3e6edf";s:13:"color-iconbar";s:7:"#3e6edf";s:13:"color-iconbox";s:7:"#3e6edf";s:15:"color-list-icon";s:7:"#3e6edf";s:19:"color-pricing-price";s:7:"#3e6edf";s:27:"background-pricing-featured";s:7:"#3e6edf";s:22:"background-progressbar";s:7:"#3e6edf";s:22:"color-quickfact-number";s:7:"#3e6edf";s:27:"background-slidingbox-title";s:7:"#3e6edf";s:27:"background-trailer-subtitle";s:7:"#3e6edf";s:10:"color-form";s:7:"#626262";s:15:"background-form";s:7:"#f0f1f2";s:11:"border-form";s:7:"#f0f1f2";s:16:"color-form-focus";s:7:"#3e6edf";s:21:"background-form-focus";s:7:"#ebecec";s:17:"border-form-focus";s:7:"#ebecec";s:16:"form-transparent";s:3:"100";s:12:"font-content";s:6:"Roboto";s:9:"font-menu";s:6:"Roboto";s:10:"font-title";s:6:"Roboto";s:13:"font-headings";s:6:"Roboto";s:19:"font-headings-small";s:6:"Roboto";s:15:"font-blockquote";s:6:"Roboto";s:15:"font-decorative";s:6:"Roboto";s:11:"font-weight";a:6:{s:9:"post-meta";s:1:"1";i:300;s:3:"300";i:400;s:3:"400";s:9:"400italic";s:9:"400italic";i:700;s:3:"700";s:9:"700italic";s:9:"700italic";}s:11:"font-subset";s:0:"";s:17:"font-size-content";a:4:{s:4:"size";s:2:"16";s:11:"line_height";s:2:"25";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:13:"font-size-big";a:4:{s:4:"size";s:2:"16";s:11:"line_height";s:2:"28";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:14:"font-size-menu";a:3:{s:4:"size";s:2:"14";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"1";}s:15:"font-size-title";a:4:{s:4:"size";s:2:"30";s:11:"line_height";s:2:"30";s:12:"weight_style";s:3:"700";s:14:"letter_spacing";s:1:"1";}s:12:"font-size-h1";a:4:{s:4:"size";s:2:"48";s:11:"line_height";s:2:"60";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:12:"font-size-h2";a:4:{s:4:"size";s:2:"36";s:11:"line_height";s:2:"44";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:12:"font-size-h3";a:4:{s:4:"size";s:2:"30";s:11:"line_height";s:2:"38";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:12:"font-size-h4";a:4:{s:4:"size";s:2:"20";s:11:"line_height";s:2:"28";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:12:"font-size-h5";a:4:{s:4:"size";s:2:"18";s:11:"line_height";s:2:"26";s:12:"weight_style";s:3:"700";s:14:"letter_spacing";s:1:"0";}s:12:"font-size-h6";a:4:{s:4:"size";s:2:"16";s:11:"line_height";s:2:"25";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:22:"font-size-single-intro";a:4:{s:4:"size";s:2:"70";s:11:"line_height";s:2:"70";s:12:"weight_style";s:3:"400";s:14:"letter_spacing";s:1:"0";}s:11:"font-custom";s:0:"";s:16:"font-custom-woff";s:0:"";s:15:"font-custom-ttf";s:0:"";s:15:"font-custom-svg";s:0:"";s:15:"font-custom-eot";s:0:"";s:12:"font-custom2";s:0:"";s:17:"font-custom2-woff";s:0:"";s:16:"font-custom2-ttf";s:0:"";s:16:"font-custom2-svg";s:0:"";s:16:"font-custom2-eot";s:0:"";s:9:"translate";s:1:"1";s:28:"translate-search-placeholder";s:17:"Enter your search";s:24:"translate-search-results";s:18:"results found for:";s:14:"translate-home";s:4:"Home";s:14:"translate-prev";s:9:"Prev page";s:14:"translate-next";s:9:"Next page";s:19:"translate-load-more";s:9:"Load more";s:17:"translate-wpml-no";s:39:"No translations available for this page";s:16:"translate-before";s:6:"Before";s:15:"translate-after";s:5:"After";s:14:"translate-days";s:4:"days";s:15:"translate-hours";s:5:"hours";s:17:"translate-minutes";s:7:"minutes";s:17:"translate-seconds";s:7:"seconds";s:16:"translate-filter";s:9:"Filter by";s:14:"translate-tags";s:4:"Tags";s:17:"translate-authors";s:7:"Authors";s:13:"translate-all";s:8:"Show all";s:18:"translate-item-all";s:3:"All";s:19:"translate-published";s:12:"Published by";s:12:"translate-at";s:2:"at";s:20:"translate-categories";s:10:"Categories";s:18:"translate-readmore";s:9:"Read more";s:14:"translate-like";s:15:"Do you like it?";s:17:"translate-related";s:13:"Related posts";s:16:"translate-client";s:6:"Client";s:14:"translate-date";s:4:"Date";s:17:"translate-website";s:7:"Website";s:14:"translate-view";s:12:"View website";s:14:"translate-task";s:4:"Task";s:19:"translate-404-title";s:18:"Ooops... Error 404";s:22:"translate-404-subtitle";s:62:"We are sorry, but the page you are looking for does not exist.";s:18:"translate-404-text";s:46:"Please check entered address and try again or ";s:17:"translate-404-btn";s:14:"go to homepage";s:22:"translate-search-title";s:8:"Ooops...";s:25:"translate-search-subtitle";s:21:"No results found for:";s:10:"custom-css";s:285:".section-border-bottom { border-bottom: 1px solid #dddddd; }\r\n\r\n/* Icon box */\r\n.icon_box .desc_wrapper { margin: 0 5%; }\r\n\r\n/* Header */\r\n.tr-menu.header-classic #Top_bar:not(.is-sticky) { background: rgba(0, 0, 0, 0.2) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }";s:9:"custom-js";s:0:"";}', 'yes'),
(159, 'ls-plugin-version', '6.5.1', 'yes'),
(160, 'ls-db-version', '6.5.0', 'yes'),
(161, 'ls-installed', '1', 'yes'),
(162, 'ls-date-installed', '1540932892', 'yes'),
(164, 'recently_activated', 'a:0:{}', 'yes'),
(165, 'widget_layerslider_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(168, 'layerslider_update_info', 'O:8:"stdClass":5:{s:5:"basic";O:8:"stdClass":12:{s:4:"slug";s:11:"LayerSlider";s:6:"plugin";s:27:"LayerSlider/layerslider.php";s:7:"version";s:6:"6.11.2";s:5:"icons";a:3:{s:2:"1x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2";s:2:"2x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";s:7:"default";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";}s:7:"banners";a:3:{s:3:"low";s:94:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2";s:4:"high";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";s:7:"default";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";}s:3:"url";s:38:"https://layerslider.kreaturamedia.com/";s:7:"package";s:0:"";s:8:"requires";s:3:"3.5";s:6:"tested";s:5:"5.4.2";s:12:"requires_php";s:5:"5.3.0";s:14:"upgrade_notice";s:152:"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.";s:11:"new_version";s:6:"6.11.2";}s:4:"full";O:8:"stdClass":21:{s:4:"name";s:14:"LayerSlider WP";s:8:"homepage";s:72:"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/";s:5:"p_url";s:46:"https://layerslider.kreaturamedia.com/pricing/";s:7:"version";s:6:"6.11.2";s:12:"last_updated";s:10:"2020-08-03";s:8:"requires";s:3:"3.5";s:6:"tested";s:5:"5.4.2";s:12:"requires_php";s:5:"5.3.0";s:6:"rating";s:2:"95";s:11:"num_ratings";i:3180;s:14:"upgrade_notice";a:3:{s:6:"stable";s:152:"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.";s:4:"beta";s:152:"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.";s:4:"edge";s:152:"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.";}s:6:"author";s:80:"<a href="http://codecanyon.net/user/kreatura" target="_blank">Kreatura Media</a>";s:3:"url";s:38:"https://layerslider.kreaturamedia.com/";s:8:"external";b:1;s:9:"file_name";s:10:"plugin.zip";s:5:"icons";a:3:{s:2:"1x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2";s:2:"2x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";s:7:"default";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";}s:7:"banners";a:3:{s:3:"low";s:94:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2";s:4:"high";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";s:7:"default";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";}s:8:"sections";a:3:{s:9:"changelog";s:343:"<p style="text-align: justify;">\n	<a href="https://layerslider.kreaturamedia.com/release-log/" target="_blank">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>";s:12:"installation";s:563:"<p style="text-align: justify;">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href="https://layerslider.kreaturamedia.com/documentation/#updating" target="_blank">Updating</a> section of our online documentation.\n</p>\n\n<p style="text-align: justify;">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>";s:3:"faq";s:607:"<p style="text-align: justify;">\n	Please visit our <a href="https://layerslider.kreaturamedia.com/help/" target="_blank">Help</a> page, where you can find all sorts of useful assets like <a href="https://layerslider.kreaturamedia.com/faq/" target="_blank">FAQs</a>, <a href="https://layerslider.kreaturamedia.com/documentation/" target="_blank">online documentation</a>, <a href="https://layerslider.kreaturamedia.com/documentation/#troubleshooting" target="_blank">troubleshooting</a>, and <a href="https://layerslider.kreaturamedia.com/documentation/#support" target="_blank">support</a> information.\n</p>";}s:4:"slug";s:11:"LayerSlider";s:7:"package";s:0:"";s:13:"download_link";s:0:"";}s:15:"_latest_version";s:6:"6.11.2";s:14:"_not_activated";b:1;s:7:"checked";i:1597219606;}', 'yes'),
(169, 'wpcf7', 'a:2:{s:7:"version";s:5:"5.1.7";s:13:"bulk_validate";a:4:{s:9:"timestamp";d:1540925733;s:7:"version";s:5:"5.0.5";s:11:"count_valid";i:1;s:13:"count_invalid";i:0;}}', 'yes'),
(170, 'duplicate_post_copytitle', '1', 'yes'),
(171, 'duplicate_post_copydate', '0', 'yes'),
(172, 'duplicate_post_copystatus', '0', 'yes'),
(173, 'duplicate_post_copyslug', '0', 'yes'),
(174, 'duplicate_post_copyexcerpt', '1', 'yes'),
(175, 'duplicate_post_copycontent', '1', 'yes'),
(176, 'duplicate_post_copythumbnail', '1', 'yes'),
(177, 'duplicate_post_copytemplate', '1', 'yes'),
(178, 'duplicate_post_copyformat', '1', 'yes'),
(179, 'duplicate_post_copyauthor', '0', 'yes'),
(180, 'duplicate_post_copypassword', '0', 'yes'),
(181, 'duplicate_post_copyattachments', '0', 'yes'),
(182, 'duplicate_post_copychildren', '0', 'yes'),
(183, 'duplicate_post_copycomments', '0', 'yes'),
(184, 'duplicate_post_copymenuorder', '1', 'yes'),
(185, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'),
(186, 'duplicate_post_blacklist', '', 'yes'),
(187, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:"post";i:1;s:4:"page";}', 'yes'),
(188, 'duplicate_post_show_row', '1', 'yes'),
(189, 'duplicate_post_show_adminbar', '1', 'yes'),
(190, 'duplicate_post_show_submitbox', '1', 'yes'),
(191, 'duplicate_post_show_bulkactions', '1', 'yes'),
(194, 'ls-latest-version', '6.11.2', 'yes'),
(199, 'vc_version', '5.2', 'yes'),
(200, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(226, 'new_admin_email', 'suporte@uug.com.br', 'yes'),
(254, 'revslider-update-check-short', '1597150164', 'yes'),
(255, 'revslider-templates-check', '1597258461', 'yes'),
(263, 'revslider-library-check', '1596565468', 'yes');
INSERT INTO `wp_beg_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(264, 'rs-library', 'a:2:{s:7:"objects";a:179:{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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:43:17";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}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:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";}}s:4:"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');
INSERT INTO `wp_beg_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(265, 'revslider_checktables', '1', 'yes'),
(266, 'rs_tables_created', '1', 'yes'),
(267, 'revslider_table_version', '1.0.6', 'yes'),
(268, 'revslider-global-settings', 'a:0:{}', 'yes'),
(269, 'revslider_update_version', '5.2.5.5', 'yes'),
(270, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(273, 'category_children', 'a:0:{}', 'yes'),
(274, 'client-types_children', 'a:0:{}', 'yes'),
(275, 'offer-types_children', 'a:0:{}', 'yes'),
(276, 'portfolio-types_children', 'a:0:{}', 'yes'),
(277, 'slide-types_children', 'a:0:{}', 'yes'),
(278, 'testimonial-types_children', 'a:0:{}', 'yes'),
(281, 'sidebars_widgets', 'a:19:{s:19:"wp_inactive_widgets";a:6:{i:0;s:10:"archives-2";i:1;s:6:"meta-2";i:2;s:8:"search-2";i:3;s:12:"categories-2";i:4;s:14:"recent-posts-2";i:5;s:17:"recent-comments-2";}s:13:"footer-area-1";a:1:{i:0;s:6:"text-2";}s:13:"footer-area-2";a:1:{i:0;s:6:"text-3";}s:13:"footer-area-3";a:1:{i:0;s:6:"text-4";}s:13:"footer-area-4";a:1:{i:0;s:6:"text-6";}s:13:"footer-area-5";a:1:{i:0;s:6:"text-7";}s:10:"top-area-1";a:0:{}s:10:"top-area-2";a:0:{}s:10:"top-area-3";a:0:{}s:10:"top-area-4";a:0:{}s:10:"mfn-search";a:0:{}s:5:"forum";a:0:{}s:5:"buddy";a:0:{}s:6:"events";a:0:{}s:3:"edd";a:0:{}s:4:"shop";a:0:{}s:15:"blog-cat-events";a:0:{}s:22:"blog-cat-sem-categoria";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(311, 'rs_cache_overlay', '5.4.5.1', 'yes'),
(378, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(395, 'widget_widget_mfn_recent_comments', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(396, 'widget_widget_mfn_flickr', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(397, 'widget_widget_mfn_login', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(398, 'widget_widget_mfn_menu', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(399, 'widget_widget_mfn_tag_cloud', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(400, 'widget_widget_mfn_recent_posts', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(620, 'WPGMZA_OTHER_SETTINGS', 'a:5:{s:30:"wpgmza_settings_map_streetview";s:3:"yes";s:24:"wpgmza_settings_map_zoom";s:3:"yes";s:23:"wpgmza_settings_map_pan";s:3:"yes";s:24:"wpgmza_settings_map_type";s:3:"yes";s:27:"wpgmza_settings_marker_pull";s:1:"0";}', 'yes'),
(621, 'wpgmza_temp_api', 'AIzaSyChPphumyabdfggISDNBuGOlGVBgEvZnGE', 'yes'),
(622, 'wpgmza_xml_location', '{uploads_dir}/wp-google-maps/', 'yes'),
(623, 'wpgmza_xml_url', '{uploads_url}/wp-google-maps/', 'yes'),
(624, 'wpgmza_db_version', '7.10.43', 'yes'),
(625, 'wpgmaps_current_version', '7.10.43', 'yes'),
(626, 'WPGM_V6_FIRST_TIME', '1', 'yes'),
(627, 'widget_wpgmza_map_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(628, 'WPGMZA_FIRST_TIME', '7.10.43', 'yes'),
(633, 'wpgmza_stats', 'a:1:{s:14:"settings_basic";a:3:{s:5:"views";i:1;s:13:"last_accessed";s:19:"2018-11-01 17:46:25";s:14:"first_accessed";s:19:"2018-11-01 17:46:25";}}', 'yes'),
(674, 'revslider-connection', '1', 'yes'),
(675, 'revslider-latest-version', '6.2.18', 'yes'),
(676, 'revslider-stable-version', '4.2', 'yes'),
(677, 'revslider-notices', 'a:1:{i:0;O:8:"stdClass":8:{s:7:"version";s:6:"6.2.18";s:4:"text";s:277:"<div style="display: block; background-color: #150A33;"><a href="//www.themepunch.com/faq/wordpress-5-5-important-update-information/" target="_blank"><img alt="Important Notice" src="//updates.themepunch.tools/banners/important_banner.jpg" width="1400" height="250"></a></div>";s:4:"code";s:10:"TPRS630-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"additional";a:0:{}}}', 'yes'),
(678, 'revslider-dashboard', 'a:0:{}', 'yes'),
(679, 'revslider-addons', 'O:8:"stdClass":26:{s:26:"revslider-whiteboard-addon";O:8:"stdClass":11:{s:4:"slug";s:26:"revslider-whiteboard-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Whiteboard";s:6:"line_1";s:31:"Create Hand-Drawn Presentations";s:6:"line_2";s:45:"that are understandable, memorable & engaging";s:9:"available";s:5:"1.0.6";s:10:"background";s:75:"//updates.themepunch.tools/revslider/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:71:"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"WB";}}s:22:"revslider-backup-addon";O:8:"stdClass":11:{s:4:"slug";s:22:"revslider-backup-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Backup";s:6:"line_1";s:12:"Make Backups";s:6:"line_2";s:25:"Revisions for your safety";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:67:"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BU";}}s:23:"revslider-gallery-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-gallery-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"WordPress Gallery";s:6:"line_1";s:31:"Replace the standard WP Gallery";s:6:"line_2";s:31:"with the Sliders of your choice";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"GA";}}s:25:"revslider-rel-posts-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-rel-posts-addon";s:12:"version_from";s:7:"5.2.4.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Related Posts";s:6:"line_1";s:25:"Add related Posts Sliders";s:6:"line_2";s:31:"at the end of your post content";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RP";}}s:26:"revslider-typewriter-addon";O:8:"stdClass":11:{s:4:"slug";s:26:"revslider-typewriter-addon";s:12:"version_from";s:5:"5.3.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"Typewriter Effect";s:6:"line_1";s:27:"Enhance your slider\'s text ";s:6:"line_2";s:24:"with typewriter effects ";s:9:"available";s:5:"1.0.3";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"TW";}}s:23:"revslider-sharing-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-sharing-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Social Sharing";s:6:"line_1";s:17:"Share your slides";s:6:"line_2";s:50:"with RevSlider "actions" because sharing is caring";s:9:"available";s:5:"1.1.2";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:74:"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SH";}}s:27:"revslider-maintenance-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-maintenance-addon";s:12:"version_from";s:5:"5.3.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:15:"Coming & Maint.";s:6:"line_1";s:37:"Simple Coming Soon & Maintenance Page";s:6:"line_2";s:42:"Let your visitors know what\'s up and when!";s:9:"available";s:5:"1.0.5";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:78:"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}}s:20:"revslider-snow-addon";O:8:"stdClass":11:{s:4:"slug";s:20:"revslider-snow-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Holiday Snow";s:6:"line_1";s:12:"Let it snow!";s:6:"line_2";s:32:"Add animated snow to any Slider ";s:9:"available";s:5:"1.0.5";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:65:"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SN";}}s:25:"revslider-particles-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-particles-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Particle Effects";s:6:"line_1";s:17:"Let\'s Parti(cle)!";s:6:"line_2";s:51:"Add interactive particle animations to your sliders";s:9:"available";s:5:"1.0.6";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PT";}}s:24:"revslider-polyfold-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-polyfold-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:22:"Polyfold Scroll Effect";s:6:"line_1";s:32:"Add sharp edges to your sliders ";s:6:"line_2";s:35:"as they scroll into and out of view";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:11:"How to use?";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:69:"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg";s:5:"color";s:7:"#3e186f";s:4:"text";s:2:"PF";}}s:19:"revslider-404-addon";O:8:"stdClass":11:{s:4:"slug";s:19:"revslider-404-addon";s:12:"version_from";s:3:"5.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:3:"404";s:6:"line_1";s:39:"Build custom 404 "Page not Found" Pages";s:6:"line_2";s:28:"with Slider Revolution swag!";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:64:"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg";s:5:"color";s:0:"";s:4:"text";s:3:"404";}}s:30:"revslider-prevnext-posts-addon";O:8:"stdClass":11:{s:4:"slug";s:30:"revslider-prevnext-posts-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Adjacent Posts";s:6:"line_1";s:30:"Display previous and next post";s:6:"line_2";s:28:"to the currently showing one";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}}s:25:"revslider-filmstrip-addon";O:8:"stdClass":11:{s:4:"slug";s:25:"revslider-filmstrip-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Filmstrip";s:6:"line_1";s:44:"Display a continously rotating set of images";s:6:"line_2";s:26:"for your slide backgrounds";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"FS";}}s:21:"revslider-login-addon";O:8:"stdClass":11:{s:4:"slug";s:21:"revslider-login-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Login Page";s:6:"line_1";s:25:"Very simple WP Login Page";s:6:"line_2";s:34:"enhanced with your favorite slider";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:66:"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LI";}}s:24:"revslider-featured-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-featured-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Post Featured Slider";s:6:"line_1";s:25:"Display a featured Slider";s:6:"line_2";s:41:"instead of a featured Image in your Posts";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:1;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"FT";}}s:22:"revslider-slicey-addon";O:8:"stdClass":11:{s:4:"slug";s:22:"revslider-slicey-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Slicey";s:6:"line_1";s:20:"Slice \'em up nicely!";s:6:"line_2";s:38:"Create image slices of your background";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:67:"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"SL";}}s:27:"revslider-beforeafter-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-beforeafter-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Before & After";s:6:"line_1";s:35:"Compare two slides before and after";s:6:"line_2";s:33:"use it vertically or horizontally";s:9:"available";s:5:"1.0.3";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:72:"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BA";}}s:23:"revslider-weather-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-weather-addon";s:12:"version_from";s:7:"5.4.5.2";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Weather";s:6:"line_1";s:21:"Every where you go...";s:6:"line_2";s:36:"...always take the weather with you!";s:9:"available";s:5:"1.0.5";s:10:"background";s:0:"";s:6:"button";s:9:"Configure";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:68:"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"WT";}}s:24:"revslider-panorama-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-panorama-addon";s:12:"version_from";s:7:"5.4.5.2";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"Panorama";s:6:"line_1";s:14:"Panorama AddOn";s:6:"line_2";s:23:"Display images in 360°";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:69:"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}}s:30:"revslider-duotonefilters-addon";O:8:"stdClass":11:{s:4:"slug";s:30:"revslider-duotonefilters-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Duotone";s:6:"line_1";s:7:"Duotone";s:6:"line_2";s:25:"Because one is not enough";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:68:"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg";s:5:"color";s:0:"";s:4:"text";s:3:"DTF";}}s:24:"revslider-revealer-addon";O:8:"stdClass":11:{s:4:"slug";s:24:"revslider-revealer-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Reveal";s:6:"line_1";s:9:"Reveal...";s:6:"line_2";s:37:"...your inner beast... and RevSliders";s:9:"available";s:5:"1.0.1";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:67:"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RV";}}s:23:"revslider-refresh-addon";O:8:"stdClass":11:{s:4:"slug";s:23:"revslider-refresh-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"(Re)Load";s:6:"line_1";s:39:"Reload the current page or a custom URL";s:6:"line_2";s:34:"after a certain time, loops, slide";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:67:"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"RF";}}s:27:"revslider-bubblemorph-addon";O:8:"stdClass":11:{s:4:"slug";s:27:"revslider-bubblemorph-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"BubbleMorph";s:6:"line_1";s:26:"Include BubbleMorph Layers";s:6:"line_2";s:33:"for a decorative lava lamp effect";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:72:"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"BM";}}s:28:"revslider-liquideffect-addon";O:8:"stdClass":11:{s:4:"slug";s:28:"revslider-liquideffect-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Distortion";s:6:"line_1";s:22:"Add Distortion Effects";s:6:"line_2";s:30:"to your slides and transitions";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"LE";}}s:31:"revslider-explodinglayers-addon";O:8:"stdClass":11:{s:4:"slug";s:31:"revslider-explodinglayers-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Exploding Layers";s:6:"line_1";s:23:"Add explosive particles";s:6:"line_2";s:24:"to your layers animation";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:70:"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"EL";}}s:26:"revslider-paintbrush-addon";O:8:"stdClass":11:{s:4:"slug";s:26:"revslider-paintbrush-addon";s:12:"version_from";s:5:"5.4.6";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Paintbrush";s:6:"line_1";s:14:"Paint or Erase";s:6:"line_2";s:22:"your background images";s:9:"available";s:5:"1.0.0";s:10:"background";s:0:"";s:6:"button";s:6:"How To";s:6:"global";b:0;s:4:"logo";O:8:"stdClass":3:{s:3:"img";s:71:"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg";s:5:"color";s:0:"";s:4:"text";s:2:"PB";}}}', 'yes'),
(710, 'liveforms_general_settings', '', 'yes'),
(909, 'rsssl_activation_timestamp', '1541645548', 'yes'),
(910, 'rsssl_flush_rewrite_rules', '1541645548', 'yes'),
(920, 'ssl_insecure_content_fixer', 'a:4:{s:9:"fix_level";s:7:"capture";s:9:"proxy_fix";s:6:"normal";s:9:"site_only";i:0;s:12:"fix_specific";a:0:{}}', 'yes'),
(1648, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:18:"suporte@uug.com.br";s:7:"version";s:5:"5.4.2";s:9:"timestamp";i:1591862770;}', 'no'),
(16531, 'admin_email_lifespan', '0', 'yes'),
(16532, 'db_upgraded', '', 'yes'),
(16536, 'recovery_keys', 'a:0:{}', 'yes'),
(16537, 'can_compress_scripts', '0', 'no'),
(16548, 'duplicate_post_show_original_column', '0', 'yes'),
(16549, 'duplicate_post_show_original_in_post_states', '0', 'yes'),
(16550, 'duplicate_post_show_original_meta_box', '0', 'yes'),
(16551, 'duplicate_post_version', '3.2.4', 'yes'),
(16552, 'duplicate_post_show_notice', '1', 'no'),
(16557, 'falke_mdm_mappings', 'a:1:{s:8:"mappings";a:1:{i:0;a:2:{s:6:"domain";s:24:"bgservicosmedicos.com.br";s:4:"path";s:1:"/";}}}', 'yes'),
(16558, 'falke_mdm_notice', 'a:3:{s:5:"class";s:18:"notice notice-info";s:4:"text";s:348:"<p>Multiple Domain Mapping on single site has performed a database upgrade. Mappings have been updated. Please head over to the <a href="https://begservicosmedicos.com.br/wp-admin/tools.php?page=multiple-domain-mapping-on-single-site/multidomainmapping.php" title="Multidomain-Settings">Multidomain-Settings</a> and check if everything is fine.</p>";s:12:"onScreenText";s:289:"<p><strong>Please note that some mappings may have been combined, since http/https and www/non-www are now handled in one line. You will need to check if the mappings are still working as you expect them to - do not forget to clear website and browser caches for that purpose.</strong></p>";}', 'yes'),
(16565, 'sgpb-dont-delete-data', '1', 'yes'),
(16566, 'sgpbUnsubscribeColumnFixed', '1', 'yes'),
(16567, 'SGPBUsageDays', '0', 'yes'),
(16568, 'SGPBInstallDate', '1589412324', 'yes'),
(16569, 'SGPBOpenNextTime', '1592004324', 'yes'),
(16570, 'SGPBMaxOpenCount', '80', 'yes'),
(16571, 'SG_POPUP_BUILDER_REGISTERED_PLUGINS', '{"popup-builder\\/popup-builder.php":{"classPath":"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php","className":"SgpbPopupExtension","options":[]}}', 'yes'),
(16572, 'SGPB_INACTIVE_EXTENSIONS', 'inactive', 'yes'),
(16576, 'sgpb-all-notifications-data', '[{"id":"pb-notif-02-05-2020","type":2,"priority":3,"hideFor":"pro","message":"<label><b>Stay safe and healthy with us.<\\/b><\\/label> <h4>In these COVID times, we know how hard it can be for you to lose the profit. We wish to let you know that we are here for you. However, we know that you still wish to continue your business as you did before. In Popup Builder, we care about you and are willing to provide a <a href=\'https:\\/\\/popup-builder.com\\/bundle\\/\'>20% discount<\\/a> for all the bundles.<\\/h4>"},{"priority":1,"type":1,"id":"sgpbMainRateUsNotification","message":"\\t\\t<style>\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\n\\t\\t\\t\\tbox-sizing:border-box;\\n\\t\\t\\t\\tcursor:pointer;\\n\\t\\t\\t\\tdisplay:inline-block;\\n\\t\\t\\t\\tfont-size:1em;\\n\\t\\t\\t\\tmargin:0;\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\n\\t\\t\\t\\ttext-decoration:none;\\n\\t\\t\\t\\ttransition:background 0.15s linear\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper {\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper{\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t\\tpadding: 20px;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper p {\\n\\t\\t\\t\\tcolor: black;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-h1 {\\n\\t\\t\\t\\tfont-size: 22px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\tline-height: 1.384;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-h2{\\n\\t\\t\\t\\tfont-size: 20px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t}\\n\\t\\t\\t:root {\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-strong{\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-mt20{\\n\\t\\t\\t\\tmargin-top: 20px\\n\\t\\t\\t}\\n\\t\\t<\\/style>\\n\\t\\t<div class=\\"sgpb-review-wrapper\\">\\n\\t\\t\\t<div class=\\"sgpb-review-description\\">\\n\\t\\t\\t\\t<h1 class=\\"sgpb-review-h1\\"><strong class=\\"sgrb-review-strong\\">Awesome news!<\\/strong> <b>Popup Builder<\\/b> plugin helped you to share your message via <strong class=\\"sgrb-review-strong\\">Contrata\\u00e7\\u00e3o de M\\u00e9dicos<\\/strong> popup with your visitors for <strong class=\\"sgrb-review-strong\\">633 times!<\\/strong><\\/h1>\\t\\t\\t\\t<h2 class=\\"sgrb-review-h2\\">This is really great for your website score.<\\/h2>\\n\\t\\t\\t\\t<p class=\\"sgrb-review-mt20\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!<br \\/> Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\"sgpb-buttons-wrapper\\">\\n\\t\\t\\t\\t<button class=\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\" data-action=\\"sg-already-did-review\\">I already did<\\/button>\\n\\t\\t\\t\\t<button class=\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\" data-action=\\"sg-you-worth-it\\">You worth it!<\\/button>\\n\\t\\t\\t\\t<button class=\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\" data-action=\\"sg-show-popup-period\\" data-message-type=\\"count\\">Maybe later<\\/button><\\/div>\\n\\t\\t\\t<div>\\u00a0<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t"},{"id":"sgpbMainSupportBanner","priority":1,"type":1,"message":"<div class=\\"sgpb-support-notification-wrapper sgpb-wrapper\\"><h4 class=\\"sgpb-support-notification-title\\">Need some help?<\\/h4><h4 class=\\"sgpb-support-notification-title\\">Let us know what you think.<\\/h4><a class=\\"btn btn-info\\" target=\\"_blank\\" href=\\"http:\\/\\/bit.ly\\/sgpbPluginSource\\"><span class=\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\"><\\/span><span class=\\"sg-info-text\\">Rate Us<\\/span><\\/a><a class=\\"btn btn-info\\" target=\\"_blank\\" href=\\"https:\\/\\/help.popup-builder.com\\"><span class=\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\"><\\/span>Support Potal<\\/a><a class=\\"btn btn-info\\" target=\\"_blank\\" href=\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\"><span class=\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\"><\\/span>Support Forum<\\/a><a class=\\"btn btn-info\\" target=\\"_blank\\" href=\\"https:\\/\\/popup-builder.com\\/\\"><span class=\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\"><\\/span>LIVE chat<\\/a><a class=\\"btn btn-info\\" target=\\"_blank\\" href=\\"mailto:support@popup-builder.com?subject=Hello\\"><span class=\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\"><\\/span>Email<\\/a><\\/div><div class=\\"sgpb-support-notification-dont-show\\">Bored of this?<a class=\\"sgpb-dont-show-again-support-notification\\" href=\\"javascript:void(0)\\"> Press here <\\/a>and we will not show it again!<\\/div>"}]', 'yes'),
(16577, 'sgpb-metabox-banner-remote-get', '<div class="sgpb-right-banner-wrapper"><div class="sgpb-first-row" style="background-image: url(https://popup-builder.com/wp-content/uploads/2018/12/subsciption-plus-banner-wordpress.jpg);"></div><div class="sgpb-second-row"></div></div>\nCustomize Your Subscription Fields and Mail Templates with our new <a target="_blank" href="https://popup-builder.com/downloads/mailchimp-popup/">Subscription Plus </a> extension.\n<style>.sgpb-first-row{background-size: 100%;min-height: 310px;background-repeat: no-repeat;}</style>', 'yes'),
(16578, 'sgpbModifiedRegisteredPluginsPaths1', '1', 'yes'),
(16580, 'sgpb-unnecessary-scripts-removed-1', '1', 'yes'),
(16597, 'SgpbCounter', 'a:1:{i:2433;i:635;}', 'yes'),
(17006, '_transient_health-check-site-status-result', '{"good":9,"recommended":6,"critical":2}', 'yes'),
(20573, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:3:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:63:"https://downloads.wordpress.org/release/pt_BR/wordpress-5.5.zip";s:6:"locale";s:5:"pt_BR";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:63:"https://downloads.wordpress.org/release/pt_BR/wordpress-5.5.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"5.5";s:7:"version";s:3:"5.5";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:57:"https://downloads.wordpress.org/release/wordpress-5.5.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:57:"https://downloads.wordpress.org/release/wordpress-5.5.zip";s:10:"no_content";s:68:"https://downloads.wordpress.org/release/wordpress-5.5-no-content.zip";s:11:"new_bundled";s:69:"https://downloads.wordpress.org/release/wordpress-5.5-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"5.5";s:7:"version";s:3:"5.5";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}i:2;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:63:"https://downloads.wordpress.org/release/pt_BR/wordpress-5.5.zip";s:6:"locale";s:5:"pt_BR";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:63:"https://downloads.wordpress.org/release/pt_BR/wordpress-5.5.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:3:"5.5";s:7:"version";s:3:"5.5";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1597219606;s:15:"version_checked";s:5:"5.4.2";s:12:"translations";a:0:{}}', 'no'),
(22475, '_transient_timeout_sgpbGetPostsAllCategories', '1597332162', 'no'),
(22476, '_transient_sgpbGetPostsAllCategories', 'a:11:{i:0;O:7:"WP_Term":10:{s:7:"term_id";i:5;s:4:"name";s:6:"Design";s:4:"slug";s:6:"design";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:5;s:8:"taxonomy";s:8:"post_tag";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:0;s:6:"filter";s:3:"raw";}i:1;O:7:"WP_Term":10:{s:7:"term_id";i:2;s:4:"name";s:6:"Events";s:4:"slug";s:6:"events";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:2;s:8:"taxonomy";s:8:"category";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:3;s:6:"filter";s:3:"raw";}i:2;O:7:"WP_Term":10:{s:7:"term_id";i:6;s:4:"name";s:9:"Framework";s:4:"slug";s:9:"framework";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:6;s:8:"taxonomy";s:8:"post_tag";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:0;s:6:"filter";s:3:"raw";}i:3;O:7:"WP_Term":10:{s:7:"term_id";i:11;s:4:"name";s:9:"Main Menu";s:4:"slug";s:9:"main-menu";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:11;s:8:"taxonomy";s:8:"nav_menu";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:7;s:6:"filter";s:3:"raw";}i:4;O:7:"WP_Term":10:{s:7:"term_id";i:7;s:4:"name";s:6:"Motion";s:4:"slug";s:6:"motion";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:7;s:8:"taxonomy";s:8:"post_tag";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:1;s:6:"filter";s:3:"raw";}i:5;O:7:"WP_Term":10:{s:7:"term_id";i:3;s:4:"name";s:4:"News";s:4:"slug";s:4:"news";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:3;s:8:"taxonomy";s:8:"category";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:0;s:6:"filter";s:3:"raw";}i:6;O:7:"WP_Term":10:{s:7:"term_id";i:1;s:4:"name";s:13:"Sem categoria";s:4:"slug";s:13:"sem-categoria";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:1;s:8:"taxonomy";s:8:"category";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:0;s:6:"filter";s:3:"raw";}i:7;O:7:"WP_Term":10:{s:7:"term_id";i:8;s:4:"name";s:11:"Themeforest";s:4:"slug";s:11:"themeforest";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:8;s:8:"taxonomy";s:8:"post_tag";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:0;s:6:"filter";s:3:"raw";}i:8;O:7:"WP_Term":10:{s:7:"term_id";i:4;s:4:"name";s:13:"Uncategorized";s:4:"slug";s:13:"uncategorized";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:4;s:8:"taxonomy";s:8:"category";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:0;s:6:"filter";s:3:"raw";}i:9;O:7:"WP_Term":10:{s:7:"term_id";i:9;s:4:"name";s:5:"Video";s:4:"slug";s:5:"video";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:9;s:8:"taxonomy";s:8:"post_tag";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:2;s:6:"filter";s:3:"raw";}i:10;O:7:"WP_Term":10:{s:7:"term_id";i:10;s:4:"name";s:9:"Wordpress";s:4:"slug";s:9:"wordpress";s:10:"term_group";i:0;s:16:"term_taxonomy_id";i:10;s:8:"taxonomy";s:8:"post_tag";s:11:"description";s:0:"";s:6:"parent";i:0;s:5:"count";i:2;s:6:"filter";s:3:"raw";}}', 'no'),
(22483, '_transient_timeout_sgpbLoadPopups', '1597338736', 'no'),
(22484, '_transient_sgpbLoadPopups', 'O:8:"WP_Query":51:{s:5:"query";a:2:{s:9:"post_type";s:12:"popupbuilder";s:14:"posts_per_page";i:100;}s:10:"query_vars";a:63:{s:9:"post_type";s:12:"popupbuilder";s:14:"posts_per_page";i:100;s:5:"error";s:0:"";s:1:"m";s:0:"";s:1:"p";i:0;s:11:"post_parent";s:0:"";s:7:"subpost";s:0:"";s:10:"subpost_id";s:0:"";s:10:"attachment";s:0:"";s:13:"attachment_id";i:0;s:4:"name";s:0:"";s:8:"pagename";s:0:"";s:7:"page_id";i:0;s:6:"second";s:0:"";s:6:"minute";s:0:"";s:4:"hour";s:0:"";s:3:"day";i:0;s:8:"monthnum";i:0;s:4:"year";i:0;s:1:"w";i:0;s:13:"category_name";s:0:"";s:3:"tag";s:0:"";s:3:"cat";s:0:"";s:6:"tag_id";s:0:"";s:6:"author";s:0:"";s:11:"author_name";s:0:"";s:4:"feed";s:0:"";s:2:"tb";s:0:"";s:5:"paged";i:0;s:8:"meta_key";s:0:"";s:10:"meta_value";s:0:"";s:7:"preview";s:0:"";s:1:"s";s:0:"";s:8:"sentence";s:0:"";s:5:"title";s:0:"";s:6:"fields";s:0:"";s:10:"menu_order";s:0:"";s:5:"embed";s:0:"";s:12:"category__in";a:0:{}s:16:"category__not_in";a:0:{}s:13:"category__and";a:0:{}s:8:"post__in";a:0:{}s:12:"post__not_in";a:0:{}s:13:"post_name__in";a:0:{}s:7:"tag__in";a:0:{}s:11:"tag__not_in";a:0:{}s:8:"tag__and";a:0:{}s:12:"tag_slug__in";a:0:{}s:13:"tag_slug__and";a:0:{}s:15:"post_parent__in";a:0:{}s:19:"post_parent__not_in";a:0:{}s:10:"author__in";a:0:{}s:14:"author__not_in";a:0:{}s:19:"ignore_sticky_posts";b:0;s:16:"suppress_filters";b:0;s:13:"cache_results";b:1;s:22:"update_post_term_cache";b:1;s:19:"lazy_load_term_meta";b:1;s:22:"update_post_meta_cache";b:1;s:8:"nopaging";b:0;s:17:"comments_per_page";s:2:"50";s:13:"no_found_rows";b:0;s:5:"order";s:4:"DESC";}s:9:"tax_query";O:12:"WP_Tax_Query":6:{s:7:"queries";a:0:{}s:8:"relation";s:3:"AND";s:16:"\0*\0table_aliases";a:0:{}s:13:"queried_terms";a:0:{}s:13:"primary_table";s:12:"wp_beg_posts";s:17:"primary_id_column";s:2:"ID";}s:10:"meta_query";O:13:"WP_Meta_Query":9:{s:7:"queries";a:0:{}s:8:"relation";N;s:10:"meta_table";N;s:14:"meta_id_column";N;s:13:"primary_table";N;s:17:"primary_id_column";N;s:16:"\0*\0table_aliases";a:0:{}s:10:"\0*\0clauses";a:0:{}s:18:"\0*\0has_or_relation";b:0;}s:10:"date_query";b:0;s:7:"request";s:211:"SELECT SQL_CALC_FOUND_ROWS  wp_beg_posts.ID FROM wp_beg_posts  WHERE 1=1  AND wp_beg_posts.post_type = \'popupbuilder\' AND (wp_beg_posts.post_status = \'publish\')  ORDER BY wp_beg_posts.post_date DESC LIMIT 0, 100";s:5:"posts";a:1:{i:0;O:7:"WP_Post":24:{s:2:"ID";i:2433;s:11:"post_author";s:1:"2";s:9:"post_date";s:19:"2020-05-13 20:32:53";s:13:"post_date_gmt";s:19:"2020-05-13 23:32:53";s:12:"post_content";s:0:"";s:10:"post_title";s:25:"Contratação de Médicos";s:12:"post_excerpt";s:0:"";s:11:"post_status";s:7:"publish";s:14:"comment_status";s:6:"closed";s:11:"ping_status";s:6:"closed";s:13:"post_password";s:0:"";s:9:"post_name";s:22:"contratacao-de-medicos";s:7:"to_ping";s:0:"";s:6:"pinged";s:0:"";s:13:"post_modified";s:19:"2020-05-13 20:32:53";s:17:"post_modified_gmt";s:19:"2020-05-13 23:32:53";s:21:"post_content_filtered";s:0:"";s:11:"post_parent";i:0;s:4:"guid";s:68:"https://bgservicosmedicos.com.br/?post_type=popupbuilder&#038;p=2433";s:10:"menu_order";i:0;s:9:"post_type";s:12:"popupbuilder";s:14:"post_mime_type";s:0:"";s:13:"comment_count";s:1:"0";s:6:"filter";s:3:"raw";}}s:10:"post_count";i:1;s:12:"current_post";i:-1;s:11:"in_the_loop";b:0;s:4:"post";r:89;s:13:"comment_count";i:0;s:15:"current_comment";i:-1;s:11:"found_posts";s:1:"1";s:13:"max_num_pages";d:1;s:21:"max_num_comment_pages";i:0;s:9:"is_single";b:0;s:10:"is_preview";b:0;s:7:"is_page";b:0;s:10:"is_archive";b:0;s:7:"is_date";b:0;s:7:"is_year";b:0;s:8:"is_month";b:0;s:6:"is_day";b:0;s:7:"is_time";b:0;s:9:"is_author";b:0;s:11:"is_category";b:0;s:6:"is_tag";b:0;s:6:"is_tax";b:0;s:9:"is_search";b:0;s:7:"is_feed";b:0;s:15:"is_comment_feed";b:0;s:12:"is_trackback";b:0;s:7:"is_home";b:1;s:17:"is_privacy_policy";b:0;s:6:"is_404";b:0;s:8:"is_embed";b:0;s:8:"is_paged";b:0;s:8:"is_admin";b:0;s:13:"is_attachment";b:0;s:11:"is_singular";b:0;s:9:"is_robots";b:0;s:10:"is_favicon";b:0;s:13:"is_posts_page";b:0;s:20:"is_post_type_archive";b:0;s:25:"\0WP_Query\0query_vars_hash";s:32:"c6f6181253cad83f747154a9d883efba";s:28:"\0WP_Query\0query_vars_changed";b:0;s:17:"thumbnails_cached";b:0;s:19:"\0WP_Query\0stopwords";N;s:23:"\0WP_Query\0compat_fields";a:2:{i:0;s:15:"query_vars_hash";i:1;s:18:"query_vars_changed";}s:24:"\0WP_Query\0compat_methods";a:2:{i:0;s:16:"init_query_flags";i:1;s:15:"parse_tax_query";}}', 'no'),
(22532, '_site_transient_timeout_php_check_b151ad84676b2fda7aa649490682266f', '1597360990', 'no'),
(22533, '_site_transient_php_check_b151ad84676b2fda7aa649490682266f', 'a:5:{s:19:"recommended_version";s:3:"7.4";s:15:"minimum_version";s:6:"5.6.20";s:12:"is_supported";b:0;s:9:"is_secure";b:0;s:13:"is_acceptable";b:0;}', 'no'),
(22839, '_site_transient_timeout_theme_roots', '1597221411', 'no'),
(22840, '_site_transient_theme_roots', 'a:6:{s:7:"betheme";s:7:"/themes";s:13:"twentyfifteen";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'),
(22841, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1597219611;s:7:"checked";a:6:{s:7:"betheme";s:6:"20.4.3";s:13:"twentyfifteen";s:3:"2.0";s:14:"twentynineteen";s:3:"1.5";s:15:"twentyseventeen";s:3:"1.7";s:13:"twentysixteen";s:3:"1.5";s:12:"twentytwenty";s:3:"1.2";}s:8:"response";a:5:{s:13:"twentyfifteen";a:6:{s:5:"theme";s:13:"twentyfifteen";s:11:"new_version";s:3:"2.7";s:3:"url";s:43:"https://wordpress.org/themes/twentyfifteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentyfifteen.2.7.zip";s:8:"requires";b:0;s:12:"requires_php";s:5:"5.2.4";}s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"1.7";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip";s:8:"requires";s:5:"4.9.6";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentyseventeen";a:6:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"2.4";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:13:"twentysixteen";a:6:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"2.2";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.2.2.zip";s:8:"requires";s:3:"4.4";s:12:"requires_php";s:5:"5.2.4";}s:12:"twentytwenty";a:6:{s:5:"theme";s:12:"twentytwenty";s:11:"new_version";s:3:"1.5";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}}s:12:"translations";a:0:{}}', 'no'),
(22842, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1597219616;s:7:"checked";a:13:{s:19:"akismet/akismet.php";s:5:"4.1.5";s:36:"contact-form-7/wp-contact-form-7.php";s:5:"5.1.7";s:33:"duplicate-post/duplicate-post.php";s:5:"3.2.4";s:59:"force-regenerate-thumbnails/force-regenerate-thumbnails.php";s:5:"2.0.6";s:21:"hello-dolly/hello.php";s:5:"1.7.2";s:27:"LayerSlider/layerslider.php";s:5:"6.5.1";s:23:"liveforms/liveforms.php";s:5:"3.7.3";s:61:"multiple-domain-mapping-on-single-site/multidomainmapping.php";s:5:"1.0.4";s:31:"popup-builder/popup-builder.php";s:4:"3.66";s:45:"search-and-replace/inpsyde-search-replace.php";s:5:"3.2.1";s:23:"revslider/revslider.php";s:7:"5.4.5.1";s:57:"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php";s:5:"2.7.2";s:27:"js_composer/js_composer.php";s:3:"5.2";}s:8:"response";a:7:{s:19:"akismet/akismet.php";O:8:"stdClass":12:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"4.1.6";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip";s:5:"icons";a:2:{s:2:"2x";s:59:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272";s:2:"1x";s:59:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272";}s:7:"banners";a:1:{s:2:"1x";s:61:"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:3:"5.5";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":12:{s:2:"id";s:28:"w.org/plugins/contact-form-7";s:4:"slug";s:14:"contact-form-7";s:6:"plugin";s:36:"contact-form-7/wp-contact-form-7.php";s:11:"new_version";s:5:"5.2.1";s:3:"url";s:45:"https://wordpress.org/plugins/contact-form-7/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/contact-form-7.5.2.1.zip";s:5:"icons";a:3:{s:2:"2x";s:67:"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696";s:2:"1x";s:59:"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255";s:3:"svg";s:59:"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255";}s:7:"banners";a:2:{s:2:"2x";s:69:"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901";s:2:"1x";s:68:"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:3:"5.5";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:33:"duplicate-post/duplicate-post.php";O:8:"stdClass":13:{s:2:"id";s:28:"w.org/plugins/duplicate-post";s:4:"slug";s:14:"duplicate-post";s:6:"plugin";s:33:"duplicate-post/duplicate-post.php";s:11:"new_version";s:5:"3.2.5";s:3:"url";s:45:"https://wordpress.org/plugins/duplicate-post/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/duplicate-post.3.2.5.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666";s:2:"1x";s:67:"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666";s:2:"1x";s:69:"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666";}s:11:"banners_rtl";a:0:{}s:14:"upgrade_notice";s:80:"<p>First release from Yoast + accessibility improvements + filter deprecated</p>";s:6:"tested";s:5:"5.4.2";s:12:"requires_php";s:5:"5.2.4";s:13:"compatibility";O:8:"stdClass":0:{}}s:23:"liveforms/liveforms.php";O:8:"stdClass":12:{s:2:"id";s:23:"w.org/plugins/liveforms";s:4:"slug";s:9:"liveforms";s:6:"plugin";s:23:"liveforms/liveforms.php";s:11:"new_version";s:5:"4.0.3";s:3:"url";s:40:"https://wordpress.org/plugins/liveforms/";s:7:"package";s:52:"https://downloads.wordpress.org/plugin/liveforms.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/liveforms/assets/icon-256x256.png?rev=2357169";s:2:"1x";s:62:"https://ps.w.org/liveforms/assets/icon-128x128.png?rev=2357169";}s:7:"banners";a:1:{s:2:"1x";s:64:"https://ps.w.org/liveforms/assets/banner-772x250.png?rev=2357169";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.4.2";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}s:31:"popup-builder/popup-builder.php";O:8:"stdClass":12:{s:2:"id";s:27:"w.org/plugins/popup-builder";s:4:"slug";s:13:"popup-builder";s:6:"plugin";s:31:"popup-builder/popup-builder.php";s:11:"new_version";s:6:"3.68.3";s:3:"url";s:44:"https://wordpress.org/plugins/popup-builder/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/popup-builder.3.68.3.zip";s:5:"icons";a:1:{s:2:"1x";s:66:"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2289412";}s:7:"banners";a:1:{s:2:"1x";s:68:"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=1908745";}s:11:"banners_rtl";a:0:{}s:6:"tested";s:5:"5.4.2";s:12:"requires_php";s:5:"5.3.3";s:13:"compatibility";O:8:"stdClass":0:{}}s:27:"LayerSlider/layerslider.php";O:8:"stdClass":12:{s:4:"slug";s:11:"LayerSlider";s:6:"plugin";s:27:"LayerSlider/layerslider.php";s:7:"version";s:6:"6.11.2";s:5:"icons";a:3:{s:2:"1x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2";s:2:"2x";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";s:7:"default";s:89:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2";}s:7:"banners";a:3:{s:3:"low";s:94:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2";s:4:"high";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";s:7:"default";s:95:"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2";}s:3:"url";s:38:"https://layerslider.kreaturamedia.com/";s:7:"package";s:0:"";s:8:"requires";s:3:"3.5";s:6:"tested";s:5:"5.4.2";s:12:"requires_php";s:5:"5.3.0";s:14:"upgrade_notice";s:152:"This update brings new features, improvements, and bug fixes. Filters and Blend modes are no longer premium features and are now available for everyone.";s:11:"new_version";s:6:"6.11.2";}s:27:"js_composer/js_composer.php";O:8:"stdClass":5:{s:4:"slug";s:11:"js_composer";s:11:"new_version";s:3:"6.2";s:3:"url";s:0:"";s:7:"package";b:0;s:4:"name";s:24:"WPBakery Visual Composer";}}s:12:"translations";a:0:{}s:9:"no_update";a:5:{s:59:"force-regenerate-thumbnails/force-regenerate-thumbnails.php";O:8:"stdClass":9:{s:2:"id";s:41:"w.org/plugins/force-regenerate-thumbnails";s:4:"slug";s:27:"force-regenerate-thumbnails";s:6:"plugin";s:59:"force-regenerate-thumbnails/force-regenerate-thumbnails.php";s:11:"new_version";s:5:"2.0.6";s:3:"url";s:58:"https://wordpress.org/plugins/force-regenerate-thumbnails/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.zip";s:5:"icons";a:1:{s:7:"default";s:71:"https://s.w.org/plugins/geopattern-icon/force-regenerate-thumbnails.svg";}s:7:"banners";a:0:{}s:11:"banners_rtl";a:0:{}}s:21:"hello-dolly/hello.php";O:8:"stdClass":9:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:21:"hello-dolly/hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:1:{s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}}s:61:"multiple-domain-mapping-on-single-site/multidomainmapping.php";O:8:"stdClass":9:{s:2:"id";s:52:"w.org/plugins/multiple-domain-mapping-on-single-site";s:4:"slug";s:38:"multiple-domain-mapping-on-single-site";s:6:"plugin";s:61:"multiple-domain-mapping-on-single-site/multidomainmapping.php";s:11:"new_version";s:5:"1.0.4";s:3:"url";s:69:"https://wordpress.org/plugins/multiple-domain-mapping-on-single-site/";s:7:"package";s:87:"https://downloads.wordpress.org/plugin/multiple-domain-mapping-on-single-site.1.0.4.zip";s:5:"icons";a:2:{s:2:"2x";s:91:"https://ps.w.org/multiple-domain-mapping-on-single-site/assets/icon-256x256.png?rev=1595238";s:2:"1x";s:91:"https://ps.w.org/multiple-domain-mapping-on-single-site/assets/icon-128x128.png?rev=1595238";}s:7:"banners";a:2:{s:2:"2x";s:94:"https://ps.w.org/multiple-domain-mapping-on-single-site/assets/banner-1544x500.png?rev=1595238";s:2:"1x";s:93:"https://ps.w.org/multiple-domain-mapping-on-single-site/assets/banner-772x250.png?rev=1595238";}s:11:"banners_rtl";a:0:{}}s:45:"search-and-replace/inpsyde-search-replace.php";O:8:"stdClass":9:{s:2:"id";s:32:"w.org/plugins/search-and-replace";s:4:"slug";s:18:"search-and-replace";s:6:"plugin";s:45:"search-and-replace/inpsyde-search-replace.php";s:11:"new_version";s:5:"3.2.1";s:3:"url";s:49:"https://wordpress.org/plugins/search-and-replace/";s:7:"package";s:67:"https://downloads.wordpress.org/plugin/search-and-replace.3.2.1.zip";s:5:"icons";a:2:{s:2:"2x";s:71:"https://ps.w.org/search-and-replace/assets/icon-256x256.png?rev=1776844";s:2:"1x";s:71:"https://ps.w.org/search-and-replace/assets/icon-128x128.png?rev=1776844";}s:7:"banners";a:2:{s:2:"2x";s:74:"https://ps.w.org/search-and-replace/assets/banner-1544x500.png?rev=1776844";s:2:"1x";s:73:"https://ps.w.org/search-and-replace/assets/banner-772x250.png?rev=1776844";}s:11:"banners_rtl";a:0:{}}s:57:"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php";O:8:"stdClass":9:{s:2:"id";s:40:"w.org/plugins/ssl-insecure-content-fixer";s:4:"slug";s:26:"ssl-insecure-content-fixer";s:6:"plugin";s:57:"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php";s:11:"new_version";s:5:"2.7.2";s:3:"url";s:57:"https://wordpress.org/plugins/ssl-insecure-content-fixer/";s:7:"package";s:75:"https://downloads.wordpress.org/plugin/ssl-insecure-content-fixer.2.7.2.zip";s:5:"icons";a:2:{s:2:"2x";s:79:"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=1363964";s:2:"1x";s:79:"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-128x128.png?rev=1363964";}s:7:"banners";a:1:{s:2:"1x";s:81:"https://ps.w.org/ssl-insecure-content-fixer/assets/banner-772x250.png?rev=1363964";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(22855, 'rs-templates-new', '', 'no');
INSERT INTO `wp_beg_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22856, 'rs-templates', 'a:2:{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.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: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.1";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.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: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.2";s:8:"required";s:5:"6.0.0";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.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: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:158:"<span class="ttm_content">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:320:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:25;a:22:{s:2:"id";s:2:"26";s:5:"title";s:17:"Showcase Carousel";s:5:"alias";s:16:"showcasecarousel";s:3:"zip";s:20:"showcasecarousel.zip";s:3:"uid";s:32:"c5ca218398331bd2c064efc2f62eae56";s:3:"img";s:27:"showcasecarousel/slider.jpg";s:7:"preview";s:62:"http://revolution.themepunch.com/wordpress-cover-flow-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:11:"description";s:129:"<span class="ttm_content">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:284:"<span class="ttm_content">This is a "Default" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:26;a:22:{s:2:"id";s:2:"27";s:5:"title";s:11:"Sports Hero";s:5:"alias";s:11:"sports-hero";s:3:"zip";s:14:"sportshero.zip";s:3:"uid";s:32:"8de7a145f32a362d618d2595ffa2f724";s:3:"img";s:21:"sportshero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-image-hero/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"720";s:11:"description";s:113:"<span class="ttm_content">An sports themed image hero block with buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:27;a:22:{s:2:"id";s:2:"28";s:5:"title";s:12:"Twitter Feed";s:5:"alias";s:12:"twitter-feed";s:3:"zip";s:16:"twitter-feed.zip";s:3:"uid";s:32:"efbfc2af5da5258e7b7bed8598e483cc";s:3:"img";s:23:"twitter-feed/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-twitter-feed/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:3:"800";s:6:"height";s:3:"640";s:11:"description";s:173:"<span class="ttm_content"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:414:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Twitter Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:28;a:22:{s:2:"id";s:2:"29";s:5:"title";s:13:"Vimeo Gallery";s:5:"alias";s:13:"vimeo-gallery";s:3:"zip";s:17:"vimeo-gallery.zip";s:3:"uid";s:32:"fa824ce1ff3942ec268fc9eda60df539";s:3:"img";s:24:"vimeo-gallery/slider.jpg";s:7:"preview";s:57:"http://revolution.themepunch.com/wordpress-vimeo-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1230";s:6:"height";s:3:"692";s:11:"description";s:170:"<span class="ttm_content">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:412:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Vimeo Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:29;a:22:{s:2:"id";s:2:"30";s:5:"title";s:10:"Vimeo Hero";s:5:"alias";s:9:"vimeohero";s:3:"zip";s:13:"vimeohero.zip";s:3:"uid";s:32:"c575575f96173d88589cddcb06120b77";s:3:"img";s:20:"vimeohero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-hero-vimeo/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:116:"<span class="ttm_content">A commonly used Vimeo video background hero block.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:464:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:30;a:22:{s:2:"id";s:2:"31";s:5:"title";s:16:"Web Product Dark";s:5:"alias";s:16:"web-product-dark";s:3:"zip";s:20:"web-product-dark.zip";s:3:"uid";s:32:"39b872cf0608e63c3a503e58374dc30a";s:3:"img";s:27:"web-product-dark/slider.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/wordpress-frontpage-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:31;a:22:{s:2:"id";s:2:"32";s:5:"title";s:21:"Web Product Dark Hero";s:5:"alias";s:21:"web-product-dark-hero";s:3:"zip";s:25:"web-product-dark-hero.zip";s:3:"uid";s:32:"b6784e8925221f36677217979d26e6f0";s:3:"img";s:32:"web-product-dark-hero/slider.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-header-image/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"<span class="ttm_content">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:32;a:22:{s:2:"id";s:2:"33";s:5:"title";s:22:"Web Product Light Hero";s:5:"alias";s:22:"web-product-light-hero";s:3:"zip";s:26:"web-product-light-hero.zip";s:3:"uid";s:32:"428e65d6aaa6ef775429989d50516492";s:3:"img";s:33:"web-product-light-hero/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/hero-image-wordpress/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"768";s:11:"description";s:162:"<span class="ttm_content">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:289:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:33;a:22:{s:2:"id";s:2:"34";s:5:"title";s:17:"Web Product Light";s:5:"alias";s:15:"webproductlight";s:3:"zip";s:19:"webproductlight.zip";s:3:"uid";s:32:"fa23dab5bf1139c6393828647a9de4e0";s:3:"img";s:26:"webproductlight/slider.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/wordpress-cover-page/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1400";s:6:"height";s:3:"868";s:11:"description";s:194:"<span class="ttm_content">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:583:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Instructions for <a href="https://www.themepunch.com/faq/modify-burger-menu/" target="_blank">changing the menu</a>.</span><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:34;a:22:{s:2:"id";s:2:"35";s:5:"title";s:15:"Youtube Gallery";s:5:"alias";s:15:"youtube-gallery";s:3:"zip";s:19:"youtube-gallery.zip";s:3:"uid";s:32:"ee9e4928ac74f5f0c0b697ce708f5aa7";s:3:"img";s:26:"youtube-gallery/slider.jpg";s:7:"preview";s:59:"http://revolution.themepunch.com/wordpress-youtube-gallery/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:173:"<span class="ttm_content"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:414:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"YouTube Stream"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:11:"socialmedia";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:35;a:22:{s:2:"id";s:2:"36";s:5:"title";s:12:"Youtube Hero";s:5:"alias";s:11:"youtubehero";s:3:"zip";s:15:"youtubehero.zip";s:3:"uid";s:32:"e0b2c12a45841bdf21cb96305f2c85bf";s:3:"img";s:22:"youtubehero/slider.jpg";s:7:"preview";s:58:"http://revolution.themepunch.com/wordpress-youtube-header/";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:104:"<span class="ttm_content">A YouTube video background hero block.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:633:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href="https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/" target="_blank">enable sound for the background video</a><br /><br />\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:15:"Revolution Base";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:36;a:22:{s:2:"id";s:2:"37";s:5:"title";s:13:"Scroll Effect";s:5:"alias";s:13:"scroll-effect";s:3:"zip";s:17:"scroll-effect.zip";s:3:"uid";s:32:"417f59e9db87aa7e47c8509eb88d4af6";s:3:"img";s:23:"scrolleffect/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/big-bold-fullscreen-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:134:"<span class="ttm_content">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:485:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:37;a:22:{s:2:"id";s:2:"38";s:5:"title";s:12:"Content Zoom";s:5:"alias";s:12:"content-zoom";s:3:"zip";s:16:"content-zoom.zip";s:3:"uid";s:32:"42ef8cdb70d42ec6ff6fa3b69a027b5f";s:3:"img";s:22:"contentzoom/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/content-zoom-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:243:"<span class="ttm_content">A very unique full-width slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:38;a:22:{s:2:"id";s:2:"39";s:5:"title";s:13:"Food Carousel";s:5:"alias";s:13:"food-carousel";s:3:"zip";s:17:"food-carousel.zip";s:3:"uid";s:32:"a7bf54527b6658a0a308c70c729779fe";s:3:"img";s:29:"foodcarousel/slider_cover.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/food-carousel-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:267:"<span class="ttm_content">A fancy carousel with detail content on each slide. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to show and hide layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:39;a:22:{s:2:"id";s:2:"40";s:5:"title";s:14:"Rotating Words";s:5:"alias";s:14:"rotating-words";s:3:"zip";s:18:"rotating-words.zip";s:3:"uid";s:32:"70190463d9376f278c8197b7b2ef6c1b";s:3:"img";s:24:"rotatingwords/slide1.jpg";s:7:"preview";s:53:"http://revolution.themepunch.com/rotating-words-hero/";s:7:"version";s:5:"1.0.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:134:"<span class="ttm_content">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:495:"<span class="ttm_content">This is a "Default" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:40;a:22:{s:2:"id";s:2:"41";s:5:"title";s:22:"Travel Static Captions";s:5:"alias";s:22:"travel-static-captions";s:3:"zip";s:26:"travel-static-captions.zip";s:3:"uid";s:32:"bbe7d61c7c741ebc7aa1ce1082b0cb71";s:3:"img";s:33:"travel-static-captions/slide1.jpg";s:7:"preview";s:50:"http://revolution.themepunch.com/travel-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:148:"<span class="ttm_content">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:41;a:22:{s:2:"id";s:2:"42";s:5:"title";s:7:"Concept";s:5:"alias";s:7:"concept";s:3:"zip";s:11:"concept.zip";s:3:"uid";s:32:"47cb06083e87503762f6746725117a3c";s:3:"img";s:18:"concept/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/fullscreen-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:232:"<span class="ttm_content">A full-screen slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:42;a:22:{s:2:"id";s:2:"43";s:5:"title";s:15:"True Fullscreen";s:5:"alias";s:17:"fullscreen-button";s:3:"zip";s:21:"fullscreen-button.zip";s:3:"uid";s:32:"618a43bdf89333b555531f6d6ecde359";s:3:"img";s:28:"fullscreen-button/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/wordpress-sidebar-slideshow/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:246:"<span class="ttm_content">A slider with a full-screen button that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:297:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:43;a:22:{s:2:"id";s:2:"44";s:5:"title";s:16:"Creative Freedom";s:5:"alias";s:15:"creativefreedom";s:3:"zip";s:19:"creativefreedom.zip";s:3:"uid";s:32:"8902bf6c93126c2c6323626b9e872621";s:3:"img";s:26:"creativefreedom/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/wordpress-touch-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:145:"<span class="ttm_content">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:290:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:44;a:22:{s:2:"id";s:2:"45";s:5:"title";s:17:"3D Parallax Scene";s:5:"alias";s:13:"parallaxscene";s:3:"zip";s:17:"parallaxscene.zip";s:3:"uid";s:32:"51566f1ce649708e97a0f5dfaf05ea19";s:3:"img";s:24:"parallaxscene/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-3d-parallax/";s:7:"version";s:5:"1.0.2";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:328:"<span class="ttm_content">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:45;a:22:{s:2:"id";s:2:"46";s:5:"title";s:10:"Wow Factor";s:5:"alias";s:15:"slidingoverlays";s:3:"zip";s:19:"slidingoverlays.zip";s:3:"uid";s:32:"18002d17e8bc7ca61b0951f5305a759e";s:3:"img";s:26:"slidingoverlays/slide1.jpg";s:7:"preview";s:61:"http://revolution.themepunch.com/responsive-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"768";s:11:"description";s:106:"<span class="ttm_content">A 3D-parallax effect full-screen slider.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:446:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:46;a:22:{s:2:"id";s:2:"47";s:5:"title";s:14:"3D Web Product";s:5:"alias";s:25:"web-product-light-hero-3d";s:3:"zip";s:29:"web-product-light-hero-3d.zip";s:3:"uid";s:32:"efd345c5da805414093e46066cefd751";s:3:"img";s:36:"web-product-light-hero-3d/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/wordpress-3d-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:4:"1400";s:6:"height";s:3:"668";s:11:"description";s:149:"<span class="ttm_content">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:47;a:22:{s:2:"id";s:2:"48";s:5:"title";s:15:"WooCommerce Big";s:5:"alias";s:6:"woobig";s:3:"zip";s:10:"woobig.zip";s:3:"uid";s:32:"bfb09a39656c7c80e86b468fc5b3403c";s:3:"img";s:17:"woobig/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:173:"<span class="ttm_content">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"WooCommerce Slider"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:48;a:22:{s:2:"id";s:2:"49";s:5:"title";s:17:"WooCommerce Small";s:5:"alias";s:16:"woocommercesmall";s:3:"zip";s:20:"woocommercesmall.zip";s:3:"uid";s:32:"b17c2adcc5c4c4b68a7ac6fee32fa030";s:3:"img";s:27:"woocommercesmall/slide1.jpg";s:7:"preview";s:52:"http://revolution.themepunch.com/woocommerce-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.1";s:5:"width";s:3:"400";s:6:"height";s:3:"266";s:11:"description";s:174:" <span class="ttm_content">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"WooCommerce Slider"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:49;a:22:{s:2:"id";s:2:"50";s:5:"title";s:17:"Restaurant Header";s:5:"alias";s:10:"finedining";s:3:"zip";s:14:"finedining.zip";s:3:"uid";s:32:"03481a9e258501fbe3888b48830ea845";s:3:"img";s:21:"finedining/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/restaurant-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:275:"<span class="ttm_content">A full-screen hero block slider that shows different background layers on button hover using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:464:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:50;a:22:{s:2:"id";s:2:"51";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:12:"agency-intro";s:3:"zip";s:16:"agency-intro.zip";s:3:"uid";s:32:"e9be2afdd55a0c8d0d8d0cc12ba4c82f";s:3:"img";s:23:"agency-intro/slide1.jpg";s:7:"preview";s:60:"http://revolution.themepunch.com/agency-website-hero-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:302:" <span class="ttm_content">A full-screen hero block slider with ken burns effect and video modal on button click. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:51;a:22:{s:2:"id";s:2:"52";s:5:"title";s:11:"Team Slider";s:5:"alias";s:7:"ourteam";s:3:"zip";s:11:"ourteam.zip";s:3:"uid";s:32:"d8eb1fec07a79202d1118bb17f70c233";s:3:"img";s:18:"ourteam/slide1.jpg";s:7:"preview";s:74:"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1400";s:6:"height";s:3:"800";s:11:"description";s:303:"<span class="ttm_content">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:657:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\nLearn how to <a href="https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/" target="_blank">modify the thumbnails</a><br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:52;a:22:{s:2:"id";s:2:"53";s:5:"title";s:13:"Team Carousel";s:5:"alias";s:17:"our-team-carousel";s:3:"zip";s:21:"our-team-carousel.zip";s:3:"uid";s:32:"37656d5dcab1f265c025cb2a3d669809";s:3:"img";s:26:"ourteamcarousel/slide1.jpg";s:7:"preview";s:83:"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1000";s:6:"height";s:3:"800";s:11:"description";s:306:" <span class="ttm_content">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to achieve this effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:659:"<span class="ttm_content">This is a "Default" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\nLearn how to <a href="https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/" target="_blank">modify the thumbnails</a><br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:53;a:22:{s:2:"id";s:2:"54";s:5:"title";s:17:"4K Youtube Slider";s:5:"alias";s:13:"betteryoutube";s:3:"zip";s:17:"betteryoutube.zip";s:3:"uid";s:32:"d7c5fef9f257037d7a148038aa2a1857";s:3:"img";s:24:"betteryoutube/slide1.jpg";s:7:"preview";s:94:"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.1.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"675";s:11:"description";s:293:" <span class="ttm_content">A full-screen youtube gallery with 4K videos as an example. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to breathe life into navigation elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:535:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:54;a:22:{s:2:"id";s:2:"55";s:5:"title";s:21:"Agency Website Header";s:5:"alias";s:19:"agencywebsiteheader";s:3:"zip";s:23:"agencywebsiteheader.zip";s:3:"uid";s:32:"c11d272c87277a7a38d9e7fd13e27947";s:3:"img";s:30:"agencywebsiteheader/slide1.jpg";s:7:"preview";s:56:"http://revolution.themepunch.com/fullscreen-hero-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:245:" <span class="ttm_content">A very unique full-screen slider that uses <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:509:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:55;a:22:{s:2:"id";s:2:"56";s:5:"title";s:11:"Coming Soon";s:5:"alias";s:10:"comingsoon";s:3:"zip";s:14:"comingsoon.zip";s:3:"uid";s:32:"0f89edf995512e6d6e864a2ee7221829";s:3:"img";s:21:"comingsoon/slide1.jpg";s:7:"preview";s:79:"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:299:"<span class="ttm_content">A full-screen slider that can be used as a "Coming Soon" page. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a> are used to achieve various interaction possibilities.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:638:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href="https://www.themepunch.com/faq/change-date-for-coming-soon-template/" target="_blank">how to change the date.</a><br /><br />\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:56;a:22:{s:2:"id";s:2:"57";s:5:"title";s:20:"Christmas Snow Scene";s:5:"alias";s:9:"snowscene";s:3:"zip";s:13:"snowscene.zip";s:3:"uid";s:32:"a747bf0837caff86c62419a746690209";s:3:"img";s:20:"snowscene/slide1.jpg";s:7:"preview";s:54:"http://revolution.themepunch.com/christmas-snow-scene/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.0.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:141:"<span class="ttm_content">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:485:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:57;a:22:{s:2:"id";s:2:"58";s:5:"title";s:15:"Rock Band Music";s:5:"alias";s:8:"rockband";s:3:"zip";s:12:"rockband.zip";s:3:"uid";s:32:"5f557a5fad2fd6ca982a6ae6e9619637";s:3:"img";s:19:"rockband/slide1.jpg";s:7:"preview";s:80:"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:140:" <span class="ttm_content">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:464:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href="https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_" target="_blank">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-24 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:58;a:22:{s:2:"id";s:2:"59";s:5:"title";s:18:"Sleek Landing Page";s:5:"alias";s:16:"sleeklandingpage";s:3:"zip";s:20:"sleeklandingpage.zip";s:3:"uid";s:32:"07f7f2608936a8ae226213b7d99eee3f";s:3:"img";s:27:"sleeklandingpage/slide1.jpg";s:7:"preview";s:70:"http://revolution.themepunch.com/landing-page-free-wordpress-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.1.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:191:"<span class="ttm_content">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-02-22 13:21:33";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:59;a:22:{s:2:"id";s:2:"60";s:5:"title";s:16:"App Landing Page";s:5:"alias";s:14:"applandingpage";s:3:"zip";s:18:"applandingpage.zip";s:3:"uid";s:32:"38eb600893c1484ab8fd2a3dce3678d7";s:3:"img";s:25:"applandingpage/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/app-landing-page-free-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:263:"<span class="ttm_content">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:371:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the "hide/show layer" feature to efficiently edit all content.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:60;a:22:{s:2:"id";s:2:"61";s:5:"title";s:10:"Desk Scene";s:5:"alias";s:9:"deskscene";s:3:"zip";s:13:"deskscene.zip";s:3:"uid";s:32:"172a1a89a3e3b333cb4dbeb238f534c5";s:3:"img";s:20:"deskscene/slide1.jpg";s:7:"preview";s:49:"http://revolution.themepunch.com/hero-desk-scene/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:135:"<span class="ttm_content">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:61;a:22:{s:2:"id";s:2:"62";s:5:"title";s:17:"Clean News Slider";s:5:"alias";s:15:"cleannewsslider";s:3:"zip";s:19:"cleannewsslider.zip";s:3:"uid";s:32:"82c3f521fe31b80984be0f19e1a9899e";s:3:"img";s:26:"cleannewsslider/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:132:"<span class="ttm_content">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class="ttm_space"></span>\r\n";s:11:"setup_notes";s:282:"<span class="ttm_content">This is a "Default" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:62;a:22:{s:2:"id";s:2:"63";s:5:"title";s:13:"Image Gallery";s:5:"alias";s:12:"imagegallery";s:3:"zip";s:16:"imagegallery.zip";s:3:"uid";s:32:"cef1d75357df2cb53b990c74a214813e";s:3:"img";s:23:"imagegallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:239:"<span class="ttm_content">A photo gallery suitable to display your images using <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> to their potential.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:63;a:22:{s:2:"id";s:2:"64";s:5:"title";s:19:"Standard WP Gallery";s:5:"alias";s:19:"standard-wp-gallery";s:3:"zip";s:23:"standard-wp-gallery.zip";s:3:"uid";s:32:"632035b8a27652d8081dbdfa343dc93d";s:3:"img";s:30:"standard-wp-gallery/slide1.jpg";s:7:"preview";s:64:"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1000";s:6:"height";s:3:"667";s:11:"description";s:143:"<span class="ttm_content">A photo gallery that uses the "Standard WP Gallery" add-on to display images.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:407:"<span class="ttm_content">Please follow the setup guide on the "Standard WP Gallery" add-on page.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";s:166:"[{"path":"revslider-gallery-addon\\/revslider-gallery-addon.php","name":"WP Gallery AddOn","url":"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:64;a:22:{s:2:"id";s:2:"65";s:5:"title";s:21:"Clean News Post Based";s:5:"alias";s:21:"clean-news-post-based";s:3:"zip";s:25:"clean-news-post-based.zip";s:3:"uid";s:32:"f4cf5bbe51afa5a361754bb081cbabf2";s:3:"img";s:32:"clean-news-post-based/slide1.jpg";s:7:"preview";s:55:"http://revolution.themepunch.com/wordpress-news-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1200";s:6:"height";s:3:"600";s:11:"description";s:125:"<span class="ttm_content"> This slider is automatically populated by WordPress posts.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:423:"<span class="ttm_content">The content source is set to <a href="https://www.themepunch.com/slider-revolution/module-content/#flickr" target="_blank">"Post-Based Slider"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:9:"postbased";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:65;a:22:{s:2:"id";s:2:"66";s:5:"title";s:22:"Interactive Whiteboard";s:5:"alias";s:21:"interactivewhiteboard";s:3:"zip";s:25:"interactivewhiteboard.zip";s:3:"uid";s:32:"058b4af535d6c6c7bcec5225845e3eb4";s:3:"img";s:32:"interactivewhiteboard/slide1.jpg";s:7:"preview";s:77:"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/";s:7:"version";s:5:"1.0.5";s:8:"required";s:5:"5.2.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:269:"<span class="ttm_content">This is the example slider from the Whiteboard add-on preview.<br/><a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used to achieve certain effects.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:541:"<span class="ttm_content">This slider template requires the <a href="https://www.themepunch.com/slider-revolution/whiteboard-addon/" target="_blank">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:185:"[{"path":"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php","name":"Whiteboard AddOn","url":"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:66;a:22:{s:2:"id";s:2:"68";s:5:"title";s:17:"Innovation Slider";s:5:"alias";s:10:"innovation";s:3:"zip";s:14:"innovation.zip";s:3:"uid";s:32:"d3440b69126d9c186fddc713b18b0002";s:3:"img";s:21:"innovation/slide1.jpg";s:7:"preview";s:68:"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/";s:7:"version";s:5:"1.0.5";s:8:"required";s:7:"5.2.3.5";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:258:"<span class="ttm_content">A full-screen slider with an elegant fade-out parallax effect. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:493:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">"Custom CSS/JS"</a> section in the slider settings.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"2016-03-29 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:67;a:25:{s:2:"id";s:2:"69";s:5:"title";s:25:"Dark Content Block - Menu";s:5:"alias";s:24:"dark-fullsite-block-menu";s:3:"zip";s:34:"packs/dark-fullsite-block-menu.zip";s:3:"uid";s:32:"bf4bd226719d3c3d3146592976e31ca1";s:3:"img";s:35:"dark-fullsite-block-menu/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:68;a:25:{s:2:"id";s:2:"70";s:5:"title";s:25:"Dark Content Block - Hero";s:5:"alias";s:21:"dark-fullsite-block-1";s:3:"zip";s:31:"packs/dark-fullsite-block-1.zip";s:3:"uid";s:32:"d8859245fe600288ca932dc29aca751f";s:3:"img";s:32:"dark-fullsite-block-1/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:69;a:25:{s:2:"id";s:2:"71";s:5:"title";s:26:"Dark Content Block - About";s:5:"alias";s:27:"dark-fullsite-block-2-about";s:3:"zip";s:37:"packs/dark-fullsite-block-2-about.zip";s:3:"uid";s:32:"298401901521a197a8294c1b4f73df3e";s:3:"img";s:38:"dark-fullsite-block-2-about/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:70;a:25:{s:2:"id";s:2:"72";s:5:"title";s:29:"Dark Content Block - Services";s:5:"alias";s:30:"dark-fullsite-block-3-services";s:3:"zip";s:40:"packs/dark-fullsite-block-3-services.zip";s:3:"uid";s:32:"8da3ed605472ed6a26c745fb52f85f82";s:3:"img";s:41:"dark-fullsite-block-3-services/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:71;a:25:{s:2:"id";s:2:"73";s:5:"title";s:29:"Dark Content Block - Products";s:5:"alias";s:30:"dark-fullsite-block-4-products";s:3:"zip";s:40:"packs/dark-fullsite-block-4-products.zip";s:3:"uid";s:32:"99e4f40399d20261a6131043d0e50b0c";s:3:"img";s:41:"dark-fullsite-block-4-products/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:422:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>\r\n";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:72;a:25:{s:2:"id";s:2:"74";s:5:"title";s:33:"Dark Content Block - Testimonials";s:5:"alias";s:34:"dark-fullsite-block-5-testimonials";s:3:"zip";s:44:"packs/dark-fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"2f9121e0eedd51afe85e233d0743acab";s:3:"img";s:45:"dark-fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:73;a:25:{s:2:"id";s:2:"75";s:5:"title";s:28:"Dark Content Block - Callout";s:5:"alias";s:29:"dark-fullsite-block-6-callout";s:3:"zip";s:39:"packs/dark-fullsite-block-6-callout.zip";s:3:"uid";s:32:"55fbecb113ff21f050be7adc08637329";s:3:"img";s:40:"dark-fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:74;a:25:{s:2:"id";s:2:"76";s:5:"title";s:27:"Dark Content Block - Footer";s:5:"alias";s:28:"dark-fullsite-block-7-footer";s:3:"zip";s:38:"packs/dark-fullsite-block-7-footer.zip";s:3:"uid";s:32:"2ff517f5c7c54e3e0c2dd733cfd3400e";s:3:"img";s:39:"dark-fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/dark-wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:13:"Fullsite Dark";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"2";s:9:"installed";b:0;}i:75;a:25:{s:2:"id";s:2:"77";s:5:"title";s:26:"Light Content Block - Menu";s:5:"alias";s:19:"fullsite-block-menu";s:3:"zip";s:29:"packs/fullsite-block-menu.zip";s:3:"uid";s:32:"8010971f34387d5f94a1f4e577ef382a";s:3:"img";s:30:"fullsite-block-menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:76;a:25:{s:2:"id";s:2:"78";s:5:"title";s:26:"Light Content Block - Hero";s:5:"alias";s:15:"fullsite-block1";s:3:"zip";s:25:"packs/fullsite-block1.zip";s:3:"uid";s:32:"45bf7179843e01ce112e8ec754b0455c";s:3:"img";s:26:"fullsite-block1/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:77;a:25:{s:2:"id";s:2:"79";s:5:"title";s:27:"Light Content Block - About";s:5:"alias";s:22:"fullsite-block-2-about";s:3:"zip";s:32:"packs/fullsite-block-2-about.zip";s:3:"uid";s:32:"8402b460638a746d36433cb161440b7d";s:3:"img";s:33:"fullsite-block-2-about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:78;a:25:{s:2:"id";s:2:"80";s:5:"title";s:30:"Light Content Block - Services";s:5:"alias";s:25:"fullsite-block-3-services";s:3:"zip";s:35:"packs/fullsite-block-3-services.zip";s:3:"uid";s:32:"7b8cea27f4d6ae17c5e1eae12457bd06";s:3:"img";s:36:"fullsite-block-3-services/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:79;a:25:{s:2:"id";s:2:"81";s:5:"title";s:30:"Light Content Block - Products";s:5:"alias";s:25:"fullsite-block-4-products";s:3:"zip";s:35:"packs/fullsite-block-4-products.zip";s:3:"uid";s:32:"d148935362d7122636cda0635eae4be7";s:3:"img";s:36:"fullsite-block-4-products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:80;a:25:{s:2:"id";s:2:"82";s:5:"title";s:34:"Light Content Block - Testimonials";s:5:"alias";s:29:"fullsite-block-5-testimonials";s:3:"zip";s:39:"packs/fullsite-block-5-testimonials.zip";s:3:"uid";s:32:"06255bfd421e40f71fa8197b839dbf03";s:3:"img";s:40:"fullsite-block-5-testimonials/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:81;a:25:{s:2:"id";s:2:"83";s:5:"title";s:29:"Light Content Block - Callout";s:5:"alias";s:24:"fullsite-block-6-callout";s:3:"zip";s:34:"packs/fullsite-block-6-callout.zip";s:3:"uid";s:32:"8a88c3447676b613ec5db2fe5d63315c";s:3:"img";s:35:"fullsite-block-6-callout/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:82;a:25:{s:2:"id";s:2:"84";s:5:"title";s:28:"Light Content Block - Footer";s:5:"alias";s:23:"fullsite-block-7-footer";s:3:"zip";s:33:"packs/fullsite-block-7-footer.zip";s:3:"uid";s:32:"34300b4407a2093eb2e1e08868fa8319";s:3:"img";s:34:"fullsite-block-7-footer/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.5";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:8:"Fullsite";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"1";s:9:"installed";b:0;}i:83;a:22:{s:2:"id";s:2:"85";s:5:"title";s:12:"Tech Journal";s:5:"alias";s:11:"techjournal";s:3:"zip";s:15:"techjournal.zip";s:3:"uid";s:32:"7f92d70d1c108378f915b18c2ceb71d6";s:3:"img";s:22:"techjournal/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/wordpress-parallax-theme/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";s:11:"description";s:130:"<span class="ttm_content">A full-width slider with navigation direction-based transitions.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:84;a:22:{s:2:"id";s:2:"86";s:5:"title";s:14:"Car Dealership";s:5:"alias";s:13:"cardealership";s:3:"zip";s:17:"cardealership.zip";s:3:"uid";s:32:"bb010838855a8ae4d1dd68e139bf169e";s:3:"img";s:24:"cardealership/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/car-dealership-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.1";s:5:"width";s:4:"1240";s:6:"height";s:3:"650";s:11:"description";s:130:"<span class="ttm_content">A full-width slider with navigation direction-based transitions.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:85;a:22:{s:2:"id";s:2:"87";s:5:"title";s:22:"FullScreen Menu Slider";s:5:"alias";s:14:"fullscreenmenu";s:3:"zip";s:18:"fullscreenmenu.zip";s:3:"uid";s:32:"6de81d74c4bf193e2e274d43038adc85";s:3:"img";s:25:"fullscreenmenu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-fullscreen-menu/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:131:"<span class="ttm_content">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:86;a:22:{s:2:"id";s:2:"88";s:5:"title";s:18:"Creative Frontpage";s:5:"alias";s:17:"creativefrontpage";s:3:"zip";s:21:"creativefrontpage.zip";s:3:"uid";s:32:"0636cb368af3bcaa2f68eb0ebefe6439";s:3:"img";s:28:"creativefrontpage/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/best-wordpress-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:246:"<span class="ttm_content">A full-screen slider with hidden slides that are triggered via  <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions" target="_blank">"Layer Actions"</a>.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:87;a:25:{s:2:"id";s:2:"89";s:5:"title";s:20:"Website Builder Menu";s:5:"alias";s:19:"websitebuilder-menu";s:3:"zip";s:29:"packs/websitebuilder-menu.zip";s:3:"uid";s:32:"d9e6d9c961f123a3a4847b51fc3ba3a2";s:3:"img";s:30:"websitebuilder-menu/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:2:"60";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:88;a:25:{s:2:"id";s:2:"90";s:5:"title";s:20:"Website Builder Hero";s:5:"alias";s:19:"websitebuilder-hero";s:3:"zip";s:29:"packs/websitebuilder-hero.zip";s:3:"uid";s:32:"6cb2df9a41ad2e7865bb9bbea7e39cb5";s:3:"img";s:30:"websitebuilder-hero/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1230";s:6:"height";s:3:"700";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:89;a:25:{s:2:"id";s:2:"91";s:5:"title";s:23:"Website Builder Clients";s:5:"alias";s:22:"websitebuilder-clients";s:3:"zip";s:32:"packs/websitebuilder-clients.zip";s:3:"uid";s:32:"050e59c43c9a693510d01f29532088cf";s:3:"img";s:33:"websitebuilder-clients/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"120";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:90;a:25:{s:2:"id";s:2:"92";s:5:"title";s:24:"Website Builder Services";s:5:"alias";s:23:"websitebuilder-services";s:3:"zip";s:33:"packs/websitebuilder-services.zip";s:3:"uid";s:32:"48d56d67615efce619ae973ab4358c07";s:3:"img";s:34:"websitebuilder-services/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"558";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:91;a:25:{s:2:"id";s:2:"93";s:5:"title";s:24:"Website Builder Discover";s:5:"alias";s:23:"websitebuilder-discover";s:3:"zip";s:33:"packs/websitebuilder-discover.zip";s:3:"uid";s:32:"425a08a7be338daea3df02a07ff5c316";s:3:"img";s:34:"websitebuilder-discover/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.1";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"955";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:92;a:25:{s:2:"id";s:2:"94";s:5:"title";s:22:"Website Builder Slider";s:5:"alias";s:21:"websitebuilder-slider";s:3:"zip";s:31:"packs/websitebuilder-slider.zip";s:3:"uid";s:32:"9d670b7335016accb590dc8d52bfb6f0";s:3:"img";s:32:"websitebuilder-slider/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"500";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:93;a:25:{s:2:"id";s:2:"95";s:5:"title";s:28:"Website Builder CallToAction";s:5:"alias";s:27:"websitebuilder-calltoaction";s:3:"zip";s:37:"packs/websitebuilder-calltoaction.zip";s:3:"uid";s:32:"45851baf9e61f55ed9f5fa9d0beff77e";s:3:"img";s:38:"websitebuilder-calltoaction/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"960";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:94;a:25:{s:2:"id";s:2:"96";s:5:"title";s:22:"Website Builder Footer";s:5:"alias";s:21:"websitebuilder-footer";s:3:"zip";s:31:"packs/websitebuilder-footer.zip";s:3:"uid";s:32:"2732bbe66ef28219d6cc53ce8cc78863";s:3:"img";s:32:"websitebuilder-footer/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-website-builder/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"600";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:15:"Website Builder";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"3";s:9:"installed";b:0;}i:95;a:22:{s:2:"id";s:2:"97";s:5:"title";s:21:"Focus Parallax Effect";s:5:"alias";s:13:"focusparallax";s:3:"zip";s:17:"focusparallax.zip";s:3:"uid";s:32:"13bd15fb3ddf8b9841cb55b89389cc73";s:3:"img";s:24:"focusparallax/slide1.jpg";s:7:"preview";s:68:" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.3";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:256:"<span class="ttm_content">A full-screen slider with mouse controlled parallax effects. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:415:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href="https://www.themepunch.com/slider-revolution/global-layers/" target="_blank">"Static / Global Layers"</a><br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:96;a:22:{s:2:"id";s:2:"98";s:5:"title";s:14:"Duotone Slider";s:5:"alias";s:7:"duotone";s:3:"zip";s:11:"duotone.zip";s:3:"uid";s:32:"494862ceb6cb7c6658ad7cd36848cccd";s:3:"img";s:18:"duotone/slide1.jpg";s:7:"preview";s:64:"https://revolution.themepunch.com/wordpress-header-image-slider/";s:7:"version";s:5:"1.0.0";s:8:"required";s:7:"5.2.5.4";s:5:"width";s:4:"1200";s:6:"height";s:3:"800";s:11:"description";s:252:"<span class="ttm_content">A full-screen slider with unique parallax scroll effect. <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:97;a:25:{s:2:"id";s:2:"99";s:5:"title";s:12:"Minimal Menu";s:5:"alias";s:6:"r_menu";s:3:"zip";s:16:"packs/r_menu.zip";s:3:"uid";s:32:"30d6a6895db1a5f29b1679061551c9f0";s:3:"img";s:17:"r_menu/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"110";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"0";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:98;a:25:{s:2:"id";s:3:"100";s:5:"title";s:12:"Minimal Hero";s:5:"alias";s:5:"rhero";s:3:"zip";s:16:"packs/r_hero.zip";s:3:"uid";s:32:"b8b46186956f6e66ad0c08e4532bbbde";s:3:"img";s:17:"r_hero/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"700";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:99;a:25:{s:2:"id";s:3:"101";s:5:"title";s:13:"Minimal About";s:5:"alias";s:7:"r_about";s:3:"zip";s:17:"packs/r_about.zip";s:3:"uid";s:32:"343010c4b4c03f92888c3e9e95bc2bb1";s:3:"img";s:18:"r_about/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"900";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:100;a:25:{s:2:"id";s:3:"102";s:5:"title";s:16:"Minimal Products";s:5:"alias";s:10:"r_products";s:3:"zip";s:20:"packs/r_products.zip";s:3:"uid";s:32:"dda93e85c6a4456d132040147f087f39";s:3:"img";s:21:"r_products/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:4:"1100";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:101;a:25:{s:2:"id";s:3:"103";s:5:"title";s:12:"Minimal Info";s:5:"alias";s:6:"r_info";s:3:"zip";s:16:"packs/r_info.zip";s:3:"uid";s:32:"d6e368e8fd4862174af6c980389ae530";s:3:"img";s:17:"r_info/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/minimal-website-template/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"800";s:11:"description";s:157:"<span class="ttm_content">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:890:"<span class="ttm_content">\r\nIn the <a href="https://https://www.themepunch.com/slider-revolution/custom-css-javascript/" target="_blank">Custom JavaScript</a> section of the "Minimal Menu" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href="https://www.themepunch.com/revslider-doc/layer-attributes/" target="_blank">Layers Attributes</a> ".tp-colorchange".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:24:"Minimal Website Template";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:1:"4";s:9:"installed";b:0;}i:102;a:22:{s:2:"id";s:3:"104";s:5:"title";s:18:"Inspiration Header";s:5:"alias";s:17:"inspirationheader";s:3:"zip";s:21:"inspirationheader.zip";s:3:"uid";s:32:"69f04b2be0b618fa7e184af83b86b7e7";s:3:"img";s:28:"inspirationheader/slide1.jpg";s:7:"preview";s:57:"https://revolution.themepunch.com/wordpress-theme-header/";s:7:"version";s:5:"1.0.0";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"<span class="ttm_content">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:300:"<span class="ttm_content">This is a "Default" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:103;a:22:{s:2:"id";s:3:"105";s:5:"title";s:15:"Magazine Slider";s:5:"alias";s:13:"magazineposts";s:3:"zip";s:17:"magazineposts.zip";s:3:"uid";s:32:"c562f3457e4edbd030959f7c5e6e0f7c";s:3:"img";s:24:"magazineposts/slide1.jpg";s:7:"preview";s:60:"https://revolution.themepunch.com/wordpress-magazine-slider/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1400";s:6:"height";s:4:"1000";s:11:"description";s:266:"<span class="ttm_content">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> are used for links on layers.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:104;a:22:{s:2:"id";s:3:"106";s:5:"title";s:11:"News Header";s:5:"alias";s:17:"explorationheader";s:3:"zip";s:21:"explorationheader.zip";s:3:"uid";s:32:"8f20d5a868c90ded08b835fb9e8307d7";s:3:"img";s:28:"explorationheader/slide1.jpg";s:7:"preview";s:56:"https://revolution.themepunch.com/wordpress-news-header/";s:7:"version";s:5:"1.0.1";s:8:"required";s:5:"5.2.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:288:"<span class="ttm_content">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href="https://www.themepunch.com/revslider-doc/layer-settings/#layeractions">"Layer Actions"</a> to add links to buttons.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:277:"<span class="ttm_content">This is a "Default" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i: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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.1";s:8:"required";s:5:"6.0.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: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.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">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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.1";s:8:"required";s:5:"6.0.0";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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.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: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.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:227:"<span class="ttm_content">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:171:"<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:4:"hero";}s:14:"plugin_require";s:330:"[{"path":"revslider-404-addon\\/revslider-404-addon.php","name":"404 Page Add-On","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"},{"path":"revslider-particles-addon\\/revslider-particles-addon.php","name":"Particles Effect AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:143;a:22:{s:2:"id";s:3:"146";s:5:"title";s:16:"Carousel Gallery";s:5:"alias";s:15:"carouselgallery";s:3:"zip";s:19:"carouselgallery.zip";s:3:"uid";s:32:"041838fd32923c40e15c998f0ea19526";s:3:"img";s:26:"carouselgallery/slide1.jpg";s:7:"preview";s:61:"https://revolution.themepunch.com/wordpress-carousel-gallery/";s:7:"version";s:5:"1.0.0";s:8:"required";s:3:"5.4";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:159:"<span class="ttm_content">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:171:"<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:8:"carousel";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i:144;a:22:{s:2:"id";s:3:"147";s:5:"title";s:16:"Filmstrip Effect";s:5:"alias";s:9:"filmstrip";s:3:"zip";s:13:"filmstrip.zip";s:3:"uid";s:32:"7bd142f272cc15d86998a79520e9e581";s:3:"img";s:20:"filmstrip/slide1.jpg";s:7:"preview";s:59:"https://revolution.themepunch.com/filmstrip-add-on-slider/ ";s:7:"version";s:5:"1.0.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"<span class="ttm_content">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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.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: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.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: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.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: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.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: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.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: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.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: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.2";s:8:"required";s:5:"6.1.6";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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.5";s:8:"required";s:5:"6.0.0";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.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: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.3";s:8:"required";s:5:"6.1.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.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"1";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:212;a:25:{s:2:"id";s:3:"221";s:5:"title";s:17:"Clear View Header";s:5:"alias";s:16:"clearview_header";s:3:"zip";s:26:"packs/clearview_header.zip";s:3:"uid";s:32:"25e3dd80ad130875d7438a07952cb0cd";s:3:"img";s:27:"clearview_header/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";s:163:"[{"path":"revslider-revealer-addon\\/revslider-revealer-addon.php","name":"Reveal AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"2";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:213;a:25:{s:2:"id";s:3:"222";s:5:"title";s:18:"Clear View Mission";s:5:"alias";s:17:"clearview_mission";s:3:"zip";s:27:"packs/clearview_mission.zip";s:3:"uid";s:32:"35b2092a49fd2beb549342e69097eb5b";s:3:"img";s:28:"clearview_mission/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"3";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:214;a:25:{s:2:"id";s:3:"223";s:5:"title";s:17:"Clear View Slider";s:5:"alias";s:17:"clear-view-slider";s:3:"zip";s:27:"packs/clear-view-slider.zip";s:3:"uid";s:32:"d2e17edffce16ed78c54b0ef23fd7e05";s:3:"img";s:28:"clear-view-slider/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:6:"slider";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"4";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:215;a:25:{s:2:"id";s:3:"224";s:5:"title";s:15:"Clear View News";s:5:"alias";s:15:"clear-view-news";s:3:"zip";s:25:"packs/clear-view-news.zip";s:3:"uid";s:32:"5698d3131ba141e9afcfd2906739dd00";s:3:"img";s:26:"clear-view-news/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"5";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:216;a:25:{s:2:"id";s:3:"225";s:5:"title";s:18:"Clear View Clients";s:5:"alias";s:18:"clear-view-clients";s:3:"zip";s:28:"packs/clear-view-clients.zip";s:3:"uid";s:32:"b95616a94832e22bdfac5ce60232be1b";s:3:"img";s:29:"clear-view-clients/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"6";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i:217;a:25:{s:2:"id";s:3:"226";s:5:"title";s:18:"Clear View Contact";s:5:"alias";s:18:"clear-view-contact";s:3:"zip";s:28:"packs/clear-view-contact.zip";s:3:"uid";s:32:"0e0cc1d8f6f6500e5f8a2b091fa3b4cb";s:3:"img";s:29:"clear-view-contact/slide1.jpg";s:7:"preview";s:81:"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/";s:7:"version";s:5:"1.0.3";s:8:"required";s:5:"6.1.6";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:196:"<span class="ttm_content">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:420:"<span class="ttm_content">If you want to setup the full website example as seen in the preview, please follow the <a href="https://www.themepunch.com/faq/setup-content-blocks-template/" target="_blank">Content Blocks instructions here</a>.<br><br>\r\n<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:2:{i:0;s:4:"hero";i:1;s:7:"website";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:7:"package";s:19:"Clear View Magazine";s:13:"package_order";s:1:"7";s:14:"package_parent";s:0:"";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:10:"package_id";s:2:"11";s:9:"installed";b:0;}i: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.1";s:8:"required";s:5:"6.1.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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.1";s:8:"required";s:5:"5.4.8";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:239:"<span class="ttm_content">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:171:"<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";s:171:"[{"path":"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php","name":"Paintbrush AddOn","url":"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/"}]";s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i: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.2";s:8:"required";s:5:"6.0.0";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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.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: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.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: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.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: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.2";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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.2";s:8:"required";s:5:"6.0.0";s:5:"width";s:4:"1240";s:6:"height";s:3:"868";s:11:"description";s:158:"<span class="ttm_content">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class="ttm_space"></span>";s:11:"setup_notes";s:171:"<span class="ttm_content">Checkout our <a href="https://revolution.themepunch.com/documentation" target="_blank">Documentation</a> for basic Slider Revolution help.</span>";s:3:"cat";s:7:"Premium";s:6:"filter";a:1:{i:0;s:6:"slider";}s:14:"plugin_require";N;s:4:"date";s:19:"0000-00-00 00:00:00";s:13:"package_order";s:1:"0";s:5:"modal";s:1:"0";s:9:"additions";s:0:"";s:6:"active";s:1:"1";s:9:"installed";b:0;}i: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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.2";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.1";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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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:"486b2bbe296722e70421731e3c05711b";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.2";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.2";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.1";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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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.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: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');
INSERT INTO `wp_beg_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(22862, '_site_transient_timeout_betheme_update', '1597259478', 'no'),
(22863, '_site_transient_betheme_update', '21.8.1', 'no'),
(22864, '_site_transient_timeout_betheme_plugins', '1597259478', 'no'),
(22865, '_site_transient_betheme_plugins', 'a:4:{i:0;a:5:{s:4:"name";s:12:"Layer Slider";s:4:"slug";s:11:"LayerSlider";s:8:"required";b:0;s:7:"version";s:6:"6.11.2";s:6:"source";s:66:"http://api.muffingroup.com/plugins/download.php?plugin=LayerSlider";}i:1;a:5:{s:4:"name";s:17:"Slider Revolution";s:4:"slug";s:9:"revslider";s:8:"required";b:0;s:7:"version";s:6:"6.2.18";s:6:"source";s:64:"http://api.muffingroup.com/plugins/download.php?plugin=revslider";}i:2;a:5:{s:4:"name";s:21:"WPBakery Page Builder";s:4:"slug";s:11:"js_composer";s:8:"required";b:0;s:7:"version";s:3:"6.2";s:6:"source";s:66:"http://api.muffingroup.com/plugins/download.php?plugin=js_composer";}i:3;a:5:{s:4:"name";s:22:"BeTheme Header Builder";s:4:"slug";s:18:"mfn-header-builder";s:8:"required";b:0;s:7:"version";s:5:"1.0.6";s:6:"source";s:73:"http://api.muffingroup.com/plugins/download.php?plugin=mfn-header-builder";}}', 'no');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_postmeta`
--

CREATE TABLE `wp_beg_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_postmeta`
--

INSERT INTO `wp_beg_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(7, 7, '_form', '<label> Seu nome (obrigatório)\n    [text* your-name] </label>\n\n<label> Seu e-mail (obrigatório)\n    [email* your-email] </label>\n\n<label> Assunto\n    [text your-subject] </label>\n\n<label> Sua mensagem\n    [textarea your-message] </label>\n\n[submit "Enviar"]'),
(8, 7, '_mail', 'a:8:{s:7:"subject";s:30:"Beg Serviços "[your-subject]"";s:6:"sender";s:49:"[your-name] <wordpress@begservicosmedicos.com.br>";s:4:"body";s:203:"De: [your-name] <[your-email]>\nAssunto: [your-subject]\n\nCorpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Beg Serviços (http://www.begservicosmedicos.com.br)";s:9:"recipient";s:18:"suporte@uug.com.br";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'),
(9, 7, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:30:"Beg Serviços "[your-subject]"";s:6:"sender";s:51:"Beg Serviços <wordpress@begservicosmedicos.com.br>";s:4:"body";s:147:"Corpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Beg Serviços (http://www.begservicosmedicos.com.br)";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:28:"Reply-To: suporte@uug.com.br";s:11:"attachments";s:0:"";s:8:"use_html";i:0;s:13:"exclude_blank";i:0;}'),
(10, 7, '_messages', 'a:8:{s:12:"mail_sent_ok";s:27:"Agradecemos a sua mensagem.";s:12:"mail_sent_ng";s:74:"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.";s:16:"validation_error";s:63:"Um ou mais campos possuem um erro. Verifique e tente novamente.";s:4:"spam";s:74:"Ocorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.";s:12:"accept_terms";s:72:"Você deve aceitar os termos e condições antes de enviar sua mensagem.";s:16:"invalid_required";s:24:"O campo é obrigatório.";s:16:"invalid_too_long";s:23:"O campo é muito longo.";s:17:"invalid_too_short";s:23:"O campo é muito curto.";}'),
(11, 7, '_additional_settings', ''),
(12, 7, '_locale', 'pt_BR'),
(16, 21, '_wp_attached_file', '2016/10/home_wallet_slider_bg.jpg'),
(17, 21, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:830;s:4:"file";s:33:"2016/10/home_wallet_slider_bg.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-300x130.jpg";s:5:"width";i:300;s:6:"height";i:130;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-768x332.jpg";s:5:"width";i:768;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1024x443.jpg";s:5:"width";i:1024;s:6:"height";i:443;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-260x112.jpg";s:5:"width";i:260;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_slider_bg-50x22.jpg";s:5:"width";i:50;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:32:"home_wallet_slider_bg-150x65.jpg";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1630x830.jpg";s:5:"width";i:1630;s:6:"height";i:830;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_slider_bg-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_slider_bg-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1280x830.jpg";s:5:"width";i:1280;s:6:"height";i:830;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-768x830.jpg";s:5:"width";i:768;s:6:"height";i:830;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1920x750.jpg";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;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:{}}}'),
(18, 22, '_wp_attached_file', '2016/10/home_wallet_slider_pic.png'),
(19, 22, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:815;s:6:"height";i:702;s:4:"file";s:34:"2016/10/home_wallet_slider_pic.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-300x258.png";s:5:"width";i:300;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-768x662.png";s:5:"width";i:768;s:6:"height";i:662;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-170x146.png";s:5:"width";i:170;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-50x43.png";s:5:"width";i:50;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-87x75.png";s:5:"width";i:87;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-815x500.png";s:5:"width";i:815;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-768x702.png";s:5:"width";i:768;s:6:"height";i:702;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-815x675.png";s:5:"width";i:815;s:6:"height";i:675;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:{}}}'),
(20, 25, '_wp_attached_file', '2016/10/home_wallet_pic1.png'),
(21, 25, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:494;s:4:"file";s:28:"2016/10/home_wallet_pic1.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:28:"home_wallet_pic1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"home_wallet_pic1-300x77.png";s:5:"width";i:300;s:6:"height";i:77;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:28:"home_wallet_pic1-768x198.png";s:5:"width";i:768;s:6:"height";i:198;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:29:"home_wallet_pic1-1024x263.png";s:5:"width";i:1024;s:6:"height";i:263;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"home_wallet_pic1-260x67.png";s:5:"width";i:260;s:6:"height";i:67;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:26:"home_wallet_pic1-50x13.png";s:5:"width";i:50;s:6:"height";i:13;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:27:"home_wallet_pic1-150x39.png";s:5:"width";i:150;s:6:"height";i:39;s:9:"mime-type";s:9:"image/png";}s:14:"slider-content";a:4:{s:4:"file";s:29:"home_wallet_pic1-1630x494.png";s:5:"width";i:1630;s:6:"height";i:494;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:26:"home_wallet_pic1-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:26:"home_wallet_pic1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:12:"portfolio-mf";a:4:{s:4:"file";s:29:"home_wallet_pic1-1280x494.png";s:5:"width";i:1280;s:6:"height";i:494;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:29:"home_wallet_pic1-1280x494.png";s:5:"width";i:1280;s:6:"height";i:494;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:28:"home_wallet_pic1-768x494.png";s:5:"width";i:768;s:6:"height";i:494;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-list";a:4:{s:4:"file";s:29:"home_wallet_pic1-1920x494.png";s:5:"width";i:1920;s:6:"height";i:494;s:9:"mime-type";s:9:"image/png";}s:14:"blog-portfolio";a:4:{s:4:"file";s:28:"home_wallet_pic1-960x494.png";s:5:"width";i:960;s:6:"height";i:494;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:29:"home_wallet_pic1-1200x494.png";s:5:"width";i:1200;s:6:"height";i:494;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, 27, '_wp_attached_file', '2016/10/home_wallet_bgsection1.png'),
(23, 27, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:352;s:4:"file";s:34:"2016/10/home_wallet_bgsection1.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection1-100x150.png";s:5:"width";i:100;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_bgsection1-85x300.png";s:5:"width";i:85;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_bgsection1-41x146.png";s:5:"width";i:41;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_bgsection1-14x50.png";s:5:"width";i:14;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:32:"home_wallet_bgsection1-21x75.png";s:5:"width";i:21;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_bgsection1-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_bgsection1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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, 28, '_wp_attached_file', '2016/10/home_wallet_bgsection2.jpg'),
(25, 28, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1100;s:4:"file";s:34:"2016/10/home_wallet_bgsection2.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"home_wallet_bgsection2-300x172.jpg";s:5:"width";i:300;s:6:"height";i:172;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"home_wallet_bgsection2-768x440.jpg";s:5:"width";i:768;s:6:"height";i:440;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"home_wallet_bgsection2-1024x587.jpg";s:5:"width";i:1024;s:6:"height";i:587;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection2-255x146.jpg";s:5:"width";i:255;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_bgsection2-50x29.jpg";s:5:"width";i:50;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:33:"home_wallet_bgsection2-131x75.jpg";s:5:"width";i:131;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:35:"home_wallet_bgsection2-1630x860.jpg";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_bgsection2-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_bgsection2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:36:"home_wallet_bgsection2-1280x1000.jpg";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:35:"home_wallet_bgsection2-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:35:"home_wallet_bgsection2-768x1100.jpg";s:5:"width";i:768;s:6:"height";i:1100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:35:"home_wallet_bgsection2-1920x750.jpg";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:34:"home_wallet_bgsection2-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:35:"home_wallet_bgsection2-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;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:{}}}'),
(26, 29, '_wp_attached_file', '2016/10/home_wallet_slider_pic2.png'),
(27, 29, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:698;s:6:"height";i:337;s:4:"file";s:35:"2016/10/home_wallet_slider_pic2.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"home_wallet_slider_pic2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:35:"home_wallet_slider_pic2-300x145.png";s:5:"width";i:300;s:6:"height";i:145;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:35:"home_wallet_slider_pic2-260x126.png";s:5:"width";i:260;s:6:"height";i:126;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:33:"home_wallet_slider_pic2-50x24.png";s:5:"width";i:50;s:6:"height";i:24;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:34:"home_wallet_slider_pic2-150x72.png";s:5:"width";i:150;s:6:"height";i:72;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:33:"home_wallet_slider_pic2-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:33:"home_wallet_slider_pic2-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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, 36, '_wp_attached_file', '2016/10/wallet.png'),
(29, 36, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:147;s:6:"height";i:30;s:4:"file";s:18:"2016/10/wallet.png";s:5:"sizes";a:3:{s:5:"50x50";a:4:{s:4:"file";s:16:"wallet-50x10.png";s:5:"width";i:50;s:6:"height";i:10;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:16:"wallet-85x30.png";s:5:"width";i:85;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:16:"wallet-80x30.png";s:5:"width";i:80;s:6:"height";i:30;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, 37, '_wp_attached_file', '2016/10/retina-wallet.png'),
(31, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:294;s:6:"height";i:60;s:4:"file";s:25:"2016/10/retina-wallet.png";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"retina-wallet-150x60.png";s:5:"width";i:150;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"retina-wallet-260x53.png";s:5:"width";i:260;s:6:"height";i:53;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:23:"retina-wallet-50x10.png";s:5:"width";i:50;s:6:"height";i:10;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:24:"retina-wallet-150x31.png";s:5:"width";i:150;s:6:"height";i:31;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:23:"retina-wallet-85x60.png";s:5:"width";i:85;s:6:"height";i:60;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:23:"retina-wallet-80x60.png";s:5:"width";i:80;s:6:"height";i:60;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, 38, '_wp_attached_file', '2016/10/home_wallet_button1.png'),
(33, 38, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:65;s:4:"file";s:31:"2016/10/home_wallet_button1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"home_wallet_button1-150x65.png";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:29:"home_wallet_button1-50x16.png";s:5:"width";i:50;s:6:"height";i:16;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:30:"home_wallet_button1-150x49.png";s:5:"width";i:150;s:6:"height";i:49;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:29:"home_wallet_button1-85x65.png";s:5:"width";i:85;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:29:"home_wallet_button1-80x65.png";s:5:"width";i:80;s:6:"height";i:65;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:{}}}'),
(34, 39, '_wp_attached_file', '2016/10/home_wallet_button2.png'),
(35, 39, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:213;s:6:"height";i:65;s:4:"file";s:31:"2016/10/home_wallet_button2.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"home_wallet_button2-150x65.png";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:29:"home_wallet_button2-50x15.png";s:5:"width";i:50;s:6:"height";i:15;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:30:"home_wallet_button2-150x46.png";s:5:"width";i:150;s:6:"height";i:46;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:29:"home_wallet_button2-85x65.png";s:5:"width";i:85;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:29:"home_wallet_button2-80x65.png";s:5:"width";i:80;s:6:"height";i:65;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:{}}}'),
(36, 41, '_wp_attached_file', '2016/10/home_wallet_client_3.png'),
(37, 41, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:80;s:4:"file";s:32:"2016/10/home_wallet_client_3.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"home_wallet_client_3-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_client_3-50x26.png";s:5:"width";i:50;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_client_3-145x75.png";s:5:"width";i:145;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:30:"home_wallet_client_3-85x80.png";s:5:"width";i:85;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:30:"home_wallet_client_3-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(38, 42, '_wp_attached_file', '2016/10/home_wallet_client_4.png'),
(39, 42, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:80;s:4:"file";s:32:"2016/10/home_wallet_client_4.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"home_wallet_client_4-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_client_4-50x26.png";s:5:"width";i:50;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_client_4-145x75.png";s:5:"width";i:145;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:30:"home_wallet_client_4-85x80.png";s:5:"width";i:85;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:30:"home_wallet_client_4-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(40, 43, '_wp_attached_file', '2016/10/home_wallet_client_5.png'),
(41, 43, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:80;s:4:"file";s:32:"2016/10/home_wallet_client_5.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"home_wallet_client_5-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_client_5-50x26.png";s:5:"width";i:50;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_client_5-145x75.png";s:5:"width";i:145;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:30:"home_wallet_client_5-85x80.png";s:5:"width";i:85;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:30:"home_wallet_client_5-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(42, 44, '_wp_attached_file', '2016/10/home_wallet_client_6.png'),
(43, 44, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:80;s:4:"file";s:32:"2016/10/home_wallet_client_6.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"home_wallet_client_6-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_client_6-50x26.png";s:5:"width";i:50;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_client_6-145x75.png";s:5:"width";i:145;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:30:"home_wallet_client_6-85x80.png";s:5:"width";i:85;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:30:"home_wallet_client_6-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(44, 45, '_wp_attached_file', '2016/10/home_wallet_client_1.png'),
(45, 45, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:80;s:4:"file";s:32:"2016/10/home_wallet_client_1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"home_wallet_client_1-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_client_1-50x26.png";s:5:"width";i:50;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_client_1-145x75.png";s:5:"width";i:145;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:30:"home_wallet_client_1-85x80.png";s:5:"width";i:85;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:30:"home_wallet_client_1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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, 46, '_wp_attached_file', '2016/10/home_wallet_client_2.png'),
(47, 46, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:155;s:6:"height";i:80;s:4:"file";s:32:"2016/10/home_wallet_client_2.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"home_wallet_client_2-150x80.png";s:5:"width";i:150;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_client_2-50x26.png";s:5:"width";i:50;s:6:"height";i:26;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_client_2-145x75.png";s:5:"width";i:145;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:30:"home_wallet_client_2-85x80.png";s:5:"width";i:85;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:30:"home_wallet_client_2-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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, 2336, '_wp_attached_file', '2014/05/home_wallet_blog1.jpg'),
(49, 2336, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:29:"2014/05/home_wallet_blog1.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"home_wallet_blog1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"home_wallet_blog1-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"home_wallet_blog1-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog1-219x146.jpg";s:5:"width";i:219;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:27:"home_wallet_blog1-50x33.jpg";s:5:"width";i:50;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:28:"home_wallet_blog1-113x75.jpg";s:5:"width";i:113;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:27:"home_wallet_blog1-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:27:"home_wallet_blog1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:30:"home_wallet_blog1-1200x500.jpg";s:5:"width";i:1200;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:29:"home_wallet_blog1-768x800.jpg";s:5:"width";i:768;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:30:"home_wallet_blog1-1200x750.jpg";s:5:"width";i:1200;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:29:"home_wallet_blog1-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:30:"home_wallet_blog1-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;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:{}}}'),
(50, 2338, '_wp_attached_file', '2014/05/home_wallet_blog2.jpg'),
(51, 2338, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:29:"2014/05/home_wallet_blog2.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"home_wallet_blog2-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"home_wallet_blog2-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"home_wallet_blog2-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog2-219x146.jpg";s:5:"width";i:219;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:27:"home_wallet_blog2-50x33.jpg";s:5:"width";i:50;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:28:"home_wallet_blog2-113x75.jpg";s:5:"width";i:113;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:27:"home_wallet_blog2-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:27:"home_wallet_blog2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:30:"home_wallet_blog2-1200x500.jpg";s:5:"width";i:1200;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:29:"home_wallet_blog2-768x800.jpg";s:5:"width";i:768;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:30:"home_wallet_blog2-1200x750.jpg";s:5:"width";i:1200;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:29:"home_wallet_blog2-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:30:"home_wallet_blog2-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(52, 2340, '_wp_attached_file', '2014/05/home_wallet_blog3.jpg'),
(53, 2340, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:29:"2014/05/home_wallet_blog3.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"home_wallet_blog3-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"home_wallet_blog3-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"home_wallet_blog3-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog3-219x146.jpg";s:5:"width";i:219;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:27:"home_wallet_blog3-50x33.jpg";s:5:"width";i:50;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:28:"home_wallet_blog3-113x75.jpg";s:5:"width";i:113;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:27:"home_wallet_blog3-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:27:"home_wallet_blog3-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:30:"home_wallet_blog3-1200x500.jpg";s:5:"width";i:1200;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:29:"home_wallet_blog3-768x800.jpg";s:5:"width";i:768;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:30:"home_wallet_blog3-1200x750.jpg";s:5:"width";i:1200;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:29:"home_wallet_blog3-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:30:"home_wallet_blog3-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;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:{}}}'),
(54, 2342, '_wp_attached_file', '2014/05/home_wallet_blog4.jpg'),
(55, 2342, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1200;s:6:"height";i:800;s:4:"file";s:29:"2014/05/home_wallet_blog4.jpg";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"home_wallet_blog4-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"home_wallet_blog4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"home_wallet_blog4-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"home_wallet_blog4-219x146.jpg";s:5:"width";i:219;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:27:"home_wallet_blog4-50x33.jpg";s:5:"width";i:50;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:28:"home_wallet_blog4-113x75.jpg";s:5:"width";i:113;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:27:"home_wallet_blog4-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:27:"home_wallet_blog4-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:30:"home_wallet_blog4-1200x500.jpg";s:5:"width";i:1200;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:29:"home_wallet_blog4-768x800.jpg";s:5:"width";i:768;s:6:"height";i:800;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:30:"home_wallet_blog4-1200x750.jpg";s:5:"width";i:1200;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:29:"home_wallet_blog4-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:30:"home_wallet_blog4-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(56, 2351, '_wp_attached_file', '2016/10/home_wallet_iconbox1.png'),
(57, 2351, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox1.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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:{}}}'),
(58, 2352, '_wp_attached_file', '2016/10/home_wallet_iconbox2.png'),
(59, 2352, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox2.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox2-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(60, 2353, '_wp_attached_file', '2016/10/home_wallet_iconbox3.png'),
(61, 2353, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox3.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox3-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2354, '_wp_attached_file', '2016/10/home_wallet_iconbox4.png'),
(63, 2354, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox4.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox4-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2355, '_wp_attached_file', '2016/10/home_wallet_iconbox5.png'),
(65, 2355, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox5.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox5-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2356, '_wp_attached_file', '2016/10/home_wallet_iconbox6.png'),
(67, 2356, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox6.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox6-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2357, '_wp_attached_file', '2016/10/home_wallet_iconbox7.png'),
(69, 2357, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox7.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox7-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2358, '_wp_attached_file', '2016/10/home_wallet_iconbox8.png'),
(71, 2358, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox8.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox8-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2359, '_wp_attached_file', '2016/10/home_wallet_iconbox9.png'),
(73, 2359, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:32:"2016/10/home_wallet_iconbox9.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:30:"home_wallet_iconbox9-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2362, '_wp_attached_file', '2016/10/home_wallet_services3.png'),
(75, 2362, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:33:"2016/10/home_wallet_services3.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_services3-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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:{}}}'),
(76, 2363, '_wp_attached_file', '2016/10/home_wallet_services1.png'),
(77, 2363, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:33:"2016/10/home_wallet_services1.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_services1-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2364, '_wp_attached_file', '2016/10/home_wallet_services2.png'),
(79, 2364, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:60;s:6:"height";i:60;s:4:"file";s:33:"2016/10/home_wallet_services2.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_services2-50x50.png";s:5:"width";i:50;s:6:"height";i:50;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, 2367, '_wp_attached_file', '2016/10/home_wallet_ourteam_3.jpg'),
(81, 2367, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:780;s:6:"height";i:780;s:4:"file";s:33:"2016/10/home_wallet_ourteam_3.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-146x146.jpg";s:5:"width";i:146;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_ourteam_3-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_ourteam_3-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_ourteam_3-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_ourteam_3-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-780x500.jpg";s:5:"width";i:780;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-768x780.jpg";s:5:"width";i:768;s:6:"height";i:780;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-780x750.jpg";s:5:"width";i:780;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-780x720.jpg";s:5:"width";i:780;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:33:"home_wallet_ourteam_3-780x675.jpg";s:5:"width";i:780;s:6:"height";i:675;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:{}}}'),
(82, 2368, '_wp_attached_file', '2016/10/home_wallet_ourteam_4.jpg');
INSERT INTO `wp_beg_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(83, 2368, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:780;s:6:"height";i:780;s:4:"file";s:33:"2016/10/home_wallet_ourteam_4.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-146x146.jpg";s:5:"width";i:146;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_ourteam_4-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_ourteam_4-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_ourteam_4-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_ourteam_4-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-780x500.jpg";s:5:"width";i:780;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-768x780.jpg";s:5:"width";i:768;s:6:"height";i:780;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-780x750.jpg";s:5:"width";i:780;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-780x720.jpg";s:5:"width";i:780;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:33:"home_wallet_ourteam_4-780x675.jpg";s:5:"width";i:780;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(84, 2369, '_wp_attached_file', '2016/10/home_wallet_ourteam_5.jpg'),
(85, 2369, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:780;s:6:"height";i:780;s:4:"file";s:33:"2016/10/home_wallet_ourteam_5.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-146x146.jpg";s:5:"width";i:146;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_ourteam_5-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_ourteam_5-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_ourteam_5-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_ourteam_5-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-780x500.jpg";s:5:"width";i:780;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-768x780.jpg";s:5:"width";i:768;s:6:"height";i:780;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-780x750.jpg";s:5:"width";i:780;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-780x720.jpg";s:5:"width";i:780;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:33:"home_wallet_ourteam_5-780x675.jpg";s:5:"width";i:780;s:6:"height";i:675;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:{}}}'),
(86, 2370, '_wp_attached_file', '2016/10/home_wallet_ourteam_1.jpg'),
(87, 2370, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:780;s:6:"height";i:780;s:4:"file";s:33:"2016/10/home_wallet_ourteam_1.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-146x146.jpg";s:5:"width";i:146;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_ourteam_1-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_ourteam_1-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_ourteam_1-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_ourteam_1-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-780x500.jpg";s:5:"width";i:780;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-768x780.jpg";s:5:"width";i:768;s:6:"height";i:780;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-780x750.jpg";s:5:"width";i:780;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-780x720.jpg";s:5:"width";i:780;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:33:"home_wallet_ourteam_1-780x675.jpg";s:5:"width";i:780;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(88, 2371, '_wp_attached_file', '2016/10/home_wallet_ourteam_2.jpg'),
(89, 2371, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:780;s:6:"height";i:780;s:4:"file";s:33:"2016/10/home_wallet_ourteam_2.jpg";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-768x768.jpg";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-146x146.jpg";s:5:"width";i:146;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_ourteam_2-50x50.jpg";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:31:"home_wallet_ourteam_2-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_ourteam_2-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_ourteam_2-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-780x500.jpg";s:5:"width";i:780;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-768x780.jpg";s:5:"width";i:768;s:6:"height";i:780;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-780x750.jpg";s:5:"width";i:780;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-780x720.jpg";s:5:"width";i:780;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:33:"home_wallet_ourteam_2-780x675.jpg";s:5:"width";i:780;s:6:"height";i:675;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, 2384, '_wp_attached_file', '2016/10/home_wallet_bgsection4.jpg'),
(91, 2384, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:900;s:4:"file";s:34:"2016/10/home_wallet_bgsection4.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"home_wallet_bgsection4-300x141.jpg";s:5:"width";i:300;s:6:"height";i:141;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"home_wallet_bgsection4-768x360.jpg";s:5:"width";i:768;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"home_wallet_bgsection4-1024x480.jpg";s:5:"width";i:1024;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection4-260x122.jpg";s:5:"width";i:260;s:6:"height";i:122;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_bgsection4-50x23.jpg";s:5:"width";i:50;s:6:"height";i:23;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:33:"home_wallet_bgsection4-150x70.jpg";s:5:"width";i:150;s:6:"height";i:70;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:35:"home_wallet_bgsection4-1630x860.jpg";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_bgsection4-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_bgsection4-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:35:"home_wallet_bgsection4-1280x900.jpg";s:5:"width";i:1280;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:35:"home_wallet_bgsection4-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:34:"home_wallet_bgsection4-768x900.jpg";s:5:"width";i:768;s:6:"height";i:900;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:35:"home_wallet_bgsection4-1920x750.jpg";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:34:"home_wallet_bgsection4-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:35:"home_wallet_bgsection4-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(92, 2385, '_wp_attached_file', '2016/10/home_wallet_bgsection5.jpg'),
(93, 2385, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1100;s:4:"file";s:34:"2016/10/home_wallet_bgsection5.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"home_wallet_bgsection5-300x172.jpg";s:5:"width";i:300;s:6:"height";i:172;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"home_wallet_bgsection5-768x440.jpg";s:5:"width";i:768;s:6:"height";i:440;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"home_wallet_bgsection5-1024x587.jpg";s:5:"width";i:1024;s:6:"height";i:587;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection5-255x146.jpg";s:5:"width";i:255;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_bgsection5-50x29.jpg";s:5:"width";i:50;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:33:"home_wallet_bgsection5-131x75.jpg";s:5:"width";i:131;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:35:"home_wallet_bgsection5-1630x860.jpg";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_bgsection5-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_bgsection5-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:36:"home_wallet_bgsection5-1280x1000.jpg";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:35:"home_wallet_bgsection5-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:35:"home_wallet_bgsection5-768x1100.jpg";s:5:"width";i:768;s:6:"height";i:1100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:35:"home_wallet_bgsection5-1920x750.jpg";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:34:"home_wallet_bgsection5-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:35:"home_wallet_bgsection5-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;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:{}}}'),
(94, 2386, '_wp_attached_file', '2016/10/home_wallet_bgsection3.jpg'),
(95, 2386, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1100;s:4:"file";s:34:"2016/10/home_wallet_bgsection3.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"home_wallet_bgsection3-300x172.jpg";s:5:"width";i:300;s:6:"height";i:172;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"home_wallet_bgsection3-768x440.jpg";s:5:"width";i:768;s:6:"height";i:440;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"home_wallet_bgsection3-1024x587.jpg";s:5:"width";i:1024;s:6:"height";i:587;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"home_wallet_bgsection3-255x146.jpg";s:5:"width";i:255;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_bgsection3-50x29.jpg";s:5:"width";i:50;s:6:"height";i:29;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:33:"home_wallet_bgsection3-131x75.jpg";s:5:"width";i:131;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:35:"home_wallet_bgsection3-1630x860.jpg";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_bgsection3-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_bgsection3-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:36:"home_wallet_bgsection3-1280x1000.jpg";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:35:"home_wallet_bgsection3-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:35:"home_wallet_bgsection3-768x1100.jpg";s:5:"width";i:768;s:6:"height";i:1100;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:35:"home_wallet_bgsection3-1920x750.jpg";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:34:"home_wallet_bgsection3-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:35:"home_wallet_bgsection3-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(96, 2387, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(97, 2387, '_wp_page_template', 'default'),
(98, 2387, 'mfn-post-hide-content', '0'),
(99, 2387, 'mfn-post-slider', 'wallet'),
(100, 2387, 'mfn-post-slider-layer', '0'),
(101, 2387, 'mfn-post-hide-title', '0'),
(102, 2387, 'mfn-post-remove-padding', '1'),
(103, 2387, 'mfn-post-custom-layout', '0'),
(104, 2387, 'mfn-post-one-page', '0'),
(105, 2387, 'mfn-post-menu', '0'),
(106, 2387, 'slide_template', 'default'),
(107, 2387, 'mfn-page-items', 'YTo0OntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTg6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNmMGYxZjMiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE0OntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czoxNDoiSGVhZGluZyArIGRlc2MiO3M6NzoiY29udGVudCI7czoxMTA2OiI8aDI+UVVFTSBTT01PUzwvaDI+DQo8aDY+Q29udGFtb3MgY29tIHVtYSBlcXVpcGUgZXNwZWNpYWxpemFkYSBwYXJhIGFzc3VtaXIgZGl2ZXJzYXMgw6FyZWFzIGRlIHNlcnZpw6dvcyBtw6lkaWNvcyBzZWphIG5vIHNldG9yIHDDumJsaWNvIG91IHByaXZhZG8uIENvbSBmb2NvIG5hIG1lbGhvcmEgZGEgcXVhbGlkYWRlIGRvIHNlcnZpw6dvIG3DqWRpY28sIGVzcGVyYW1vcyBkZXN0YSBmb3JtYSBzYXRpc2ZhemVyIG5vc3NvcyBjbGllbnRlcyBlIHByaW5jaXBhbG1lbnRlIG9zIHBhY2llbnRlcy48L3A+DQpBdHVhbG1lbnRlIGEgQkcgYXR1YSBuYSBwcmVmZWl0dXJhIG11bmljaXBhbCBkZSBDb3RpYSAtIFNwLCBvbmRlIGZheiBhIGdlc3TDo28gZGUgdW1hIFVQQSwgdW0gUHJvbnRvIFNvY29ycm8gZSBkbyBjZW50cm8gZGUgZXNwZWNpYWxpZGFkZXMgbcOpZGljYXMgaMOhIDAyIGFub3MuPC9wPg0KQWRtaW5pc3RyYSB0YW1iw6ltIG8gSG9zcGl0YWwgZSBNYXRlcm5pZGFkZSBNw6FyaW8gQ292YXMgbm8gbXVuaWPDrXBpbyBkZSBIb3J0b2zDom5kaWEgLSBTw6NvIFBhdWxvLCBjb20gY2VyY2EgZGUgMjAuMDAwIGF0ZW5kaW1lbnRvcyAvIG3DqnMgLjwvcD4NCuKAiw0KQWzDqW0gZGUgMyB1cGFzOiBVcGEgbm92YSBIb3J0b2zDom5kaWEsIFVwYSBKYXJkaW0gQW1hbmRhIGUgVXBhIFJvc29sZW0sIG9uZGUgYXRlbmRlIGNlcmNhIGRlIDMwLjAwMCBhdGVuZGltZW50b3MvIG3DqnMgLjwvcD4NCg0KRW0gSG9ydG9sw6JuZGlhIHRhbWLDqW0gYWRtaW5pc3RyYSBvIHNlcnZpw6dvIGRlIHRyYW5zcG9ydGUgdXJnw6puY2lhIGUgZW1lcmfDqm5jaWEgKCBTQU1VICkuPC9wPg0KDQpBdHVhbG1lbnRlIGEgQiZHIGF0dWEgbmEgcHJlZmVpdHVyYSBtdW5pY2lwYWwgZGUgQ290aWEgLSBTcCwgb25kZSBmYXogYSBnZXN0w6NvIGRlIHVtYSBVUEEgZSB1bSBQcm9udG8gU29jb3Jyby48L3A+DQoNCkEgQmcgdGFtYsOpbSBmYXogYSBnZXN0w6NvIGRlIHZhcmlhcyBjbMOtbmljYXMgcGFydGljdWxhcmVzIG5vIGVzdGFkbyBkZSBTw6NvIFBhdWxvLCBxdWFsaWZpY2FuZG8gYXMgZXF1aXBlIG3DqWRpY2FzIGUgbWVsaG9yYW5kbyBvIGZhdHVyYW1lbnRvLiA8L2g2PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czo1OiIwIDEyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkhlYWRpbmcgKyBkZXNjIjtzOjc6ImNvbnRlbnQiO3M6NzY6IjxoMj5HZXN0w6NvIGRlIHNlcnZpw6dvcyBww7pibGljb3MgZSBPcmdhbml6YcOnw7VlcyBTb2NpYWlzIGRlIFNhw7pkZTwvaDI+DQoiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6NToiMCAxMiUiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MjM6IlVyZ8OqbmNpYSBlIEVtZXJnw6puY2lhIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjIyMToiRXF1aXBlIG3DqWRpY2EgZXNwZWNpYWxpemFkYSBwYXJhIGF0ZW5kaW1lbnRvIGVtIFByb250byBTb2NvcnJvIGUgUHJvbnRvIGF0ZW5kaW1lbnRvLkNvbnRhbW9zIGNvbSBlcXVpcGUgcXVhbGlmaWNhZGEgcGFyYSBvIGF0ZW5kaW1lbnRvIGRlIHVyZ8OqbmNpYSBjb21vIGZvY28gbmEgbWVsaG9yYSBkbyB0ZW1wbyBlIHF1YWxpZGFkZSBkbyBhdGVuZGltZW50byBkb3MgcGFjaWVudGVzLiAiO3M6NDoiaWNvbiI7czoxMDoiaWNvbi1jbG9jayI7czo1OiJpbWFnZSI7czowOiIiO3M6MTM6Imljb25fcG9zaXRpb24iO3M6MzoidG9wIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6NTk6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3NlcnZpY29zLW1lZGljb3MvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImNsYXNzIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjE0OiJBZG1pbmlzdHJhdGl2byI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czoxOTc6Ikdlc3TDo28gZGUgZXNjYWxhcyBtw6lkaWNhcywgZm9ybmVjaW1lbnRvIGRlIG1lZGljYcOnw6NvLCBnZXLDqm5jaWEgYWRtaW5pc3RyYXRpdmEsIGZvbGhhIGRlIHBhZ2FtZW50b3MgZW50cmUgb3V0cm9zIHNlcnZpw6dvcyBkZSBmb3JtYSBwcm9tb3ZlciBtZWxob3JpYXMgcGFyYSBvIGhvc3BpdGFsLyB1cGEgLyBjbGluaWNhIHBhcnRpY3VsYXIuIjtzOjQ6Imljb24iO3M6MTQ6Imljb24tY2hhcnQtYmFyIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MjE6IkNsaW5pY2FzIFBhcnRpY3VsYXJlcyI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czoxNzc6ImZvcm5lY2Vtb3MgZXN0cnV0dXJhLCBjb25zdWx0b3JpYSBlIGdlc3TDo28gZGUgY2xpbmljYXMgbcOpZGljYXMgcGFydGljdWxhcmVzIGNvbSBmb3JuZWNpbWVudG8gZGUgZXF1aXBlIG3DqWRpY2EsIGdlc3TDo28gYWRtaW5pc3RyYXRpdmEgZSBtYXJrZXRpbmcgcGFyYSBtZWxob3JhIGRvIGZhdHVyYW1lbnRvICI7czo0OiJpY29uIjtzOjExOiJpY29uLWZvbGRlciI7czo1OiJpbWFnZSI7czowOiIiO3M6MTM6Imljb25fcG9zaXRpb24iO3M6MzoidG9wIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6NTk6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3NlcnZpY29zLW1lZGljb3MvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImNsYXNzIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjU7YTozOntzOjQ6InR5cGUiO3M6NzoiZGl2aWRlciI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjY7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjk6IkhvbWUgQ2FyZSI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czoxNTE6IkNvbnRhbW9zIGNvbSBkaXZlcnNhcyBlc3BlY2lhbGlkYWRlcyBwYXJhIGF0ZW5kaW1lbnRvIG3DqWRpY28gcmVzaWRlbmNpYWwsIGFsw6ltIGRlIHVtYSBlcXVpcGUgYmVtIHRyZWluYWRhIGUgcXVhbGlmaWNhZGEgcGFyYSBhdGVuZGltZW50byBkb21pY2lsaWFyLiAiO3M6NDoiaWNvbiI7czo5OiJpY29uLWhvbWUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo3O2E6Mzp7czo0OiJ0eXBlIjtzOjg6Imljb25fYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czoxOToiUmVzZ2F0ZSBlIFJlbW/Dp8OjbyI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czoxMzI6IlBvc3N1w61tb3MgdW1hIGVxdWlwZSBkZSBtw6lkaWNvcyBzb2NvcnJpc3RhcyBlIHBhcmFtw6lkaWNvcyBleHBlcmllbnRlcyBlIGJlbSB0cmVpbmFkb3MgcGFyYSBhdHVhcmVtIG5hcyBtYWlzIGFkdmVyc2FzIHNpdHVhw6fDtWVzLiI7czo0OiJpY29uIjtzOjE3OiJpY29uLXBsdXMtc3F1YXJlZCI7czo1OiJpbWFnZSI7czowOiIiO3M6MTM6Imljb25fcG9zaXRpb24iO3M6MzoidG9wIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6NTk6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3NlcnZpY29zLW1lZGljb3MvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImNsYXNzIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjg7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjEwOiJUZWNub2xvZ2lhIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjE0OToiQWzDqW0gZG8gY29uaGVjaW1lbnRvIHTDqWNuaWNvIHZvY8OqIGVuY29udHJhIG5hIEImRyBvcyBtZWxob3JlcyByZWN1cnNvcyB0ZWNub2zDs2dpY29zIHBhcmEgZmFjaWxpdGFyIGEgZ2VzdMOjbyBlIGltcGxhbnRhw6fDo28gZGUgbm9zc29zIHNlcnZpw6dvcy4iO3M6NDoiaWNvbiI7czoxMjoiaWNvbi1wb2RjYXN0IjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6OTthOjM6e3M6NDoidHlwZSI7czo3OiJkaXZpZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjY6ImhlaWdodCI7czowOiIiO3M6NToic3R5bGUiO3M6NzoiZGVmYXVsdCI7czo0OiJsaW5lIjtzOjA6IiI7czoxMDoidGhlbWVjb2xvciI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTA7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjA6IiI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czowOiIiO3M6NDoiaWNvbiI7czowOiIiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxMTthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MjM6IkFzc2lzdMOqbmNpYSBIdW1hbml6YWRhIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjMxMjoiTm9zc2EgZXF1aXBlIG3DqWRpY2Egw6kgY29tcG9zdGEgcG9yIHByb2Zpc3Npb25haXMgZGUgZm9ybWHDp8OjbyBzw7NsaWRhIGVtIHN1YXMgw6FyZWFzIGRlIGF0dWHDp8OjbyBlLCBlbSBlc3BlY2lhbCwgY29tIGNhcmFjdGVyw61zdGljYXMgcGFyYSBvIHJlbGFjaW9uYW1lbnRvIGh1bWFuby48cD48L3A+DQpPYnNlcnZhbW9zIGVtIGNhZGEgcGVzc29hIGEgc3VhIGluZGl2aWR1YWxpZGFkZSBlIGFzIHN1YXMgbmVjZXNzaWRhZGVzIGVzcGVjw61maWNhcyBkdXJhbnRlIG8gcHJvY2Vzc28gZGUgY29uc3VsdGEgZSB0cmF0YW1lbnRvIG3DqWRpY28uIjtzOjQ6Imljb24iO3M6MTA6Imljb24tdXNlcnMiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxMjthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MjM6IkNvbWlzc8O1ZXMgSG9zcGl0YWxhcmVzIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjU0NToiQSBCJkcgU2VydmnDp29zIE3DqWRpY29zIMOpIGVzcGVjaWFsaXphZGEgZW0gaW1wbGFudGHDp8O1ZXMgZSBleGVjdcOnw7VlcyBkZSBjb21pc3PDtWVzIGhvc3BpdGFsYXJlcywgcGFkcm9uaXphbmRvIHNpc3RlbWFzLCBmbHV4b3MsIHByb2NlZGltZW50b3MgZSBwcm9jZXNzb3MuIDxwPjwvcD5BcyBjb21pc3PDtWVzIHPDo28gdW0gaW5zdHJ1bWVudG8gZGUgZ2VzdMOjbyBwYXJhIG9mZXJlY2VyIHNlcnZpw6dvcyBkZSBxdWFsaWRhZGUgYW9zIHVzdcOhcmlvcywgZGVzZW1wZW5oYW5kbyB2YXJpYXMgZnVuw6fDtWVzIG5hIGluc3RpdHVpw6fDo28sIGRlc3RhY2FuZG8tc2UgYSBwcm9kdcOnw6NvIGRlIGluZGljYWRvcmVzIHJlbGV2YW50ZXMgcGFyYSBhIGdlc3TDo28gaG9zcGl0YWxhciBlIHRhbWLDqW0gY29udHJpYnVpciBwYXJhIGEgZWZpY8OhY2lhIGRhcyBvcmdhbml6YcOnw7VlcyBlbSBwcm9sIGRvcyB1c3XDoXJpb3MgZSBhIEImRyBpcsOhIGFqdWRhciBwYXJhIHF1ZSBlc3NlcyBwcm9jZXNzb3Mgc2VqYW0gcsOhcGlkb3MgZSBwZXJtYW5lbnRlcy4iO3M6NDoiaWNvbiI7czoxNDoiaWNvbi1jbGlwYm9hcmQiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxMzthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjA6IiI7czo0OiJpY29uIjtzOjA6IiI7czo1OiJpbWFnZSI7czowOiIiO3M6MTM6Imljb25fcG9zaXRpb24iO3M6MzoidG9wIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6NTk6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3NlcnZpY29zLW1lZGljb3MvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImNsYXNzIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjI6IjUwIjtzOjc6InBhZGRpbmciO3M6MTQ6IjYwcHggMjBweCAzMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjI6e3M6NDoiYXR0ciI7YToxODp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiI2YzZjBmMCI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkhlYWRpbmcgKyBkZXNjIjtzOjc6ImNvbnRlbnQiO3M6MzI1OiI8aDI+UGxhbmVqYW1lbnRvLCBmb3JuZWNpbWVudG8gZGUgcHJvZmlzc2lvbmFpcyBlIGdlc3TDo28gZGUgZXNjYWxhcyBtw6lkaWNhcy48L2gyPjxwPjwvcD4NCg0KPGg2Pk5vc3NvIGdydXBvIGNvbnRhIGNvbSBkaXZlcnNvcyBwcm9maXNzaW9uYWlzIGNhcGFjaXRhZG9zIGVtIGRpZmVyZW50ZXMgZXNwZWNpYWxpZGFkZXMuIEVzc2Egb3JnYW5pemHDp8OjbyBub3MgcGVybWl0ZSBkaXNwb25pYmlsaXphciBlcXVpcGVzIGVzcGVjaWFsaXphZGFzIHBhcmEgY2FkYSB1bmlkYWRlIGRlIHNhw7pkZSwgZGVzc2EgZm9ybWEgb3RpbWl6YW1vcyBvIGF0ZW5kaW1lbnRvLjwvaDY+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjU6IjAgMTIlIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiI2YzZjBmMCI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjI6IjUwIjtzOjc6InBhZGRpbmciO3M6MTQ6IjYwcHggMjBweCAzMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjExOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czozMDoiPGg0PkV4YW1lcyBlIERpYWduw7NzdGljbzwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MjE6IjxoND5NYXRlcm5pZGFkZXM8L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo3OiJkaXZpZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjY6ImhlaWdodCI7czoxOiIwIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czo3NToiPGg2PlVsdHJhc3NvbSwgUmVzc29uw6JuY2lhIE1hZ27DqXRpY2EsVG9tb2dyYWZpYSwgQW5hbGlzZXMgQ2zDrW5pY2FzLjwvaDY+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aTo0O2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6ODc6IjxoNj5HaW5lY29sb2dpc3RhcyBvYnN0w6l0cmljb3MsIFBlZGlhdHJhcywgQW5lc3Rlc2lzdGFzIGUgUHJvZmlzc2lvbmFpcyBkZSBhcG9pby48L2g2PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6NTthOjM6e3M6NDoidHlwZSI7czo3OiJkaXZpZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjY6ImhlaWdodCI7czoxOiIwIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjY7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czo0MDoiPHA+PC9wPjxwPjwvcD48aDQ+Q2VudHJvIENpcsO6cmdpY288L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6NzthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjU5OiI8aDQ+QXRlbmRpbWVudG8gQW1idWxhdG9yaWFsIGUgVXJnw6puY2lhIGUgRW1lcmfDqm5jaWE8L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6ODthOjM6e3M6NDoidHlwZSI7czo3OiJkaXZpZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjY6ImhlaWdodCI7czoxOiIwIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjk7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czozMTg6IjxoNj5DaXJ1cmdpw7VlcyAoQ2lydXJnaWEgY2FyZGlvdmFzY3VsYXIsIENpcnVyZ2lhIGRlIGNhYmXDp2EgZSBwZXNjb8OnbywgQ2lydXJnaWEgZGEgbcOjbywgQ2lydXJnaWEgZG8gYXBhcmVsaG8gZGlnZXN0aXZvLCBDaXJ1cmdpYSBnZXJhbCwgQ2lydXJnaWEgcGVkacOhdHJpY2EsIENpcnVyZ2lhIHBsw6FzdGljYSwgQ2lydXJnaWEgdG9yw6FjaWNhIG91IENhcmRpb3RvcsOhY2ljYSwgQ2lydXJnaWEgdmFzY3VsYXIsIE5ldXJvY2lydXJnaWEsIFVyb2xvZ2lhKSwgYW5lc3Rlc2lzdGEsIG5lb25hdGFsIGUgUHJvZmlzc2lvbmFpcyBkZSBhcG9pby48L2g2PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoyMjM6IjxoNj5DbGluaWNvIEdlcmFsLCBQZWRpYXRyYSwgT3J0b3BlZGlzdGEsIEdpbmVjb2xvZ2lzdGEsIFBzaXF1aWF0cmEsIE5ldXJvbG9naXN0YSwgQ2FyZGlvbG9naXN0YSwgT2RvbnRvbG9naWEsIE9mdGFsbW9sb2dpc3RhLCBPdG9ycmlub2xhcmluZ29sb2dpc3RhLCBFbmRvY3Jpbm9sb2dpc3RhLCBHYXN0cm9lbnRlcm9sb2dpc3RhLCBEZXJtYXRvbG9naXN0YSwgQW5lc3Rlc2lzdGEuPC9oNj4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiI2YzZjBmMCI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjI6IjUwIjtzOjc6InBhZGRpbmciO3M6MTQ6IjYwcHggMjBweCAzMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTc6e3M6Mzoic3JjIjtzOjgyOiJodHRwczovL2JlZ3NlcnZpY29zbWVkaWNvcy5jb20uYnIvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvaG9tZV9jbGluaWNfYWJvdXQuanBnIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czo3OiIjZjNmMGYwIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MjoiNTAiO3M6NzoicGFkZGluZyI7czoxNDoiNjBweCAyMHB4IDMwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mjp7czo0OiJhdHRyIjthOjE4OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6NzA6Imh0dHBzOi8vYmVnc2Vydmljb3NtZWRpY29zLmNvbS5ici93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8xMC9CYWNrMS5wbmciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjMyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDtmaXhlZDtjb3ZlciI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjM6IjExMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkhlYWRpbmcgKyBkZXNjIjtzOjc6ImNvbnRlbnQiO3M6NTYwOiI8aDEgc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+QSBCJkcgU2VydmnDp29zIE3DqWRpY29zLjwvaDE+DQo8aDYgc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+Q29udGFtb3MgaG9qZSBjb20gdW1hIGVxdWlwZSBwcm9udGEgcHJhIGFzc3VtaXIgZ2VzdMOjbyBlIGltcGxhbnRhw6fDo28gZGUgc2VydmnDp28gbcOpZGljbyBlbSBkaXZlcnNhcyDDoXJlYXMgZGEgU2HDumRlLiBTZSB2b2PDqiDDqSB1bSBtw6lkaWNvIGUgcXVlciB0cmFiYWxoYXIgY29ub3NjbywgZmHDp2Egc2V1IGNhZGFzdHJvIGFnb3JhLjwvaDY+DQoNCltkaXZpZGVyIGhlaWdodD0iMTUiXQ0KDQpbYnV0dG9uIHRpdGxlPSJTYWliYSBNYWlzLiIgbGluaz0iaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvbWVkaWNvcy9sb2dpbi5waHAiIHRhcmdldD0iX2JsYW5rIiBhbGlnbj0iIiBpY29uPSIiIGljb25fcG9zaXRpb249IiIgY29sb3I9IiMzRTc3RTQiIGZvbnRfY29sb3I9IiNmZmZmIiBzaXplPSIyIiBmdWxsX3dpZHRoPSIiIGNsYXNzPSIiIGRvd25sb2FkPSIiIHJlbD0iIiBvbmNsaWNrPSIiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czo1OiIwIDEyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjc6ImRpdmlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NjoiaGVpZ2h0IjtzOjI6IjEwIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE3OntzOjM6InNyYyI7czo4ODoiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMTAvZG9jdG9yX1BORzE1OTg4LnBuZyI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjM6IjBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjI6e3M6NDoiYXR0ciI7YToxODp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czozOiIxMTAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjYwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MTk6IjxoMj5Ob3NzbyBCbG9nPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6MTE6ImJsb2dfc2xpZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMDp7czo1OiJ0aXRsZSI7czowOiIiO3M6NToiY291bnQiO3M6MToiNSI7czo4OiJjYXRlZ29yeSI7czowOiIiO3M6MTQ6ImNhdGVnb3J5X211bHRpIjtzOjA6IiI7czo3OiJvcmRlcmJ5IjtzOjQ6ImRhdGUiO3M6NToib3JkZXIiO3M6NDoiREVTQyI7czo0OiJtb3JlIjtzOjE6IjEiO3M6NToic3R5bGUiO3M6NDoiZmxhdCI7czoxMDoibmF2aWdhdGlvbiI7czoxMToiaGlkZS1hcnJvd3MiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19');
INSERT INTO `wp_beg_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(108, 2387, 'mfn-page-items-seo', 'Heading + desc\n\n<h2>QUEM SOMOS</h2>\r\n<h6>Contamos com uma equipe especializada para assumir diversas áreas de serviços médicos seja no setor público ou privado. Com foco na melhora da qualidade do serviço médico, esperamos desta forma satisfazer nossos clientes e principalmente os pacientes.</p>\r\nAtualmente a BG atua na prefeitura municipal de Cotia - Sp, onde faz a gestão de uma UPA, um Pronto Socorro e do centro de especialidades médicas há 02 anos.</p>\r\nAdministra também o Hospital e Maternidade Mário Covas no município de Hortolândia - São Paulo, com cerca de 20.000 atendimentos / mês .</p>\r\n​\r\nAlém de 3 upas: Upa nova Hortolândia, Upa Jardim Amanda e Upa Rosolem, onde atende cerca de 30.000 atendimentos/ mês .</p>\r\n\r\nEm Hortolândia também administra o serviço de transporte urgência e emergência ( SAMU ).</p>\r\n\r\nAtualmente a B&G atua na prefeitura municipal de Cotia - Sp, onde faz a gestão de uma UPA e um Pronto Socorro.</p>\r\n\r\nA Bg também faz a gestão de varias clínicas particulares no estado de São Paulo, qualificando as equipe médicas e melhorando o faturamento. </h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\nHeading + desc\n\n<h2>Gestão de serviços públicos e Organizações Sociais de Saúde</h2>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\nUrgência e Emergência\n\nh5\n\nEquipe médica especializada para atendimento em Pronto Socorro e Pronto atendimento.Contamos com equipe qualificada para o atendimento de urgência como foco na melhora do tempo e qualidade do atendimento dos pacientes.\n\nicon-clock\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nAdministrativo\n\nh5\n\nGestão de escalas médicas, fornecimento de medicação, gerência administrativa, folha de pagamentos entre outros serviços de forma promover melhorias para o hospital/ upa / clinica particular.\n\nicon-chart-bar\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nClinicas Particulares\n\nh5\n\nfornecemos estrutura, consultoria e gestão de clinicas médicas particulares com fornecimento de equipe médica, gestão administrativa e marketing para melhora do faturamento\n\nicon-folder\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\ndefault\n\nHome Care\n\nh5\n\nContamos com diversas especialidades para atendimento médico residencial, além de uma equipe bem treinada e qualificada para atendimento domiciliar.\n\nicon-home\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nResgate e Remoção\n\nh5\n\nPossuímos uma equipe de médicos socorristas e paramédicos experientes e bem treinados para atuarem nas mais adversas situações.\n\nicon-plus-squared\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nTecnologia\n\nh5\n\nAlém do conhecimento técnico você encontra na B&G os melhores recursos tecnológicos para facilitar a gestão e implantação de nossos serviços.\n\nicon-podcast\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\ndefault\n\nh5\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nAssistência Humanizada\n\nh5\n\nNossa equipe médica é composta por profissionais de formação sólida em suas áreas de atuação e, em especial, com características para o relacionamento humano.<p></p>\r\nObservamos em cada pessoa a sua individualidade e as suas necessidades específicas durante o processo de consulta e tratamento médico.\n\nicon-users\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nComissões Hospitalares\n\nh5\n\nA B&G Serviços Médicos é especializada em implantações e execuções de comissões hospitalares, padronizando sistemas, fluxos, procedimentos e processos. <p></p>As comissões são um instrumento de gestão para oferecer serviços de qualidade aos usuários, desempenhando varias funções na instituição, destacando-se a produção de indicadores relevantes para a gestão hospitalar e também contribuir para a eficácia das organizações em prol dos usuários e a B&G irá ajudar para que esses processos sejam rápidos e permanentes.\n\nicon-clipboard\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nh5\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nHeading + desc\n\n<h2>Planejamento, fornecimento de profissionais e gestão de escalas médicas.</h2><p></p>\r\n\r\n<h6>Nosso grupo conta com diversos profissionais capacitados em diferentes especialidades. Essa organização nos permite disponibilizar equipes especializadas para cada unidade de saúde, dessa forma otimizamos o atendimento.</h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\n<h4>Exames e Diagnóstico</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\n<h4>Maternidades</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\ndefault\n\n<h6>Ultrassom, Ressonância Magnética,Tomografia, Analises Clínicas.</h6>\n\nno-repeat;center top;;\n\nauto\n\n<h6>Ginecologistas obstétricos, Pediatras, Anestesistas e Profissionais de apoio.</h6>\n\nno-repeat;center top;;\n\nauto\n\ndefault\n\n<p></p><p></p><h4>Centro Cirúrgico</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\n<h4>Atendimento Ambulatorial e Urgência e Emergência</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\ndefault\n\n<h6>Cirurgiões (Cirurgia cardiovascular, Cirurgia de cabeça e pescoço, Cirurgia da mão, Cirurgia do aparelho digestivo, Cirurgia geral, Cirurgia pediátrica, Cirurgia plástica, Cirurgia torácica ou Cardiotorácica, Cirurgia vascular, Neurocirurgia, Urologia), anestesista, neonatal e Profissionais de apoio.</h6>\n\nno-repeat;center top;;\n\nauto\n\n<h6>Clinico Geral, Pediatra, Ortopedista, Ginecologista, Psiquiatra, Neurologista, Cardiologista, Odontologia, Oftalmologista, Otorrinolaringologista, Endocrinologista, Gastroenterologista, Dermatologista, Anestesista.</h6>\n\nno-repeat;center top;;\n\nauto\n\n<img src="https://begservicosmedicos.com.br/wp-content/uploads/2018/10/home_clinic_about.jpg" alt="home_clinic_about"/>\n\nHeading + desc\n\n<h1 style="color: #ffffff;">A B&G Serviços Médicos.</h1>\r\n<h6 style="color: #ffffff;">Contamos hoje com uma equipe pronta pra assumir gestão e implantação de serviço médico em diversas áreas da Saúde. Se você é um médico e quer trabalhar conosco, faça seu cadastro agora.</h6>\r\n\r\n[divider height="15"]\r\n\r\n[button title="Saiba Mais." link="https://begservicos.uugpublicidade.com.br/medicos/login.php" target="_blank" align="" icon="" icon_position="" color="#3E77E4" font_color="#ffff" size="2" full_width="" class="" download="" rel="" onclick=""]\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\n10\n\ndefault\n\n<img src="https://begservicos.uugpublicidade.com.br/wp-content/uploads/2018/10/doctor_PNG15988.png" alt=""/>\n\ncenter\n\nHeading\n\n<h2>Nosso Blog</h2>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n5\n\ndate\n\nDESC\n\nflat\n\nhide-arrows\n\n'),
(109, 2388, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(110, 2388, '_menu_item_type', 'custom'),
(111, 2388, '_menu_item_menu_item_parent', '0'),
(112, 2388, '_menu_item_object_id', '2388'),
(113, 2388, '_menu_item_object', 'custom'),
(114, 2388, '_menu_item_target', '_blank'),
(115, 2388, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(116, 2388, '_menu_item_xfn', ''),
(117, 2388, '_menu_item_url', 'https://begservicosmedicos.com.br/medicos/login.php'),
(118, 2388, 'menu-item-mfn-megamenu', ''),
(119, 2388, 'menu-item-mfn-bg', ''),
(120, 9, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(121, 9, '_wp_page_template', 'default'),
(122, 9, 'mfn-post-hide-content', '0'),
(123, 9, 'mfn-post-slider', '0'),
(124, 9, 'mfn-post-slider-layer', '0'),
(125, 9, 'mfn-post-hide-title', '0'),
(126, 9, 'mfn-post-remove-padding', '0'),
(127, 9, 'mfn-post-custom-layout', '0'),
(128, 9, 'mfn-post-one-page', '0'),
(129, 9, 'mfn-post-menu', '0'),
(130, 2389, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(131, 2389, '_menu_item_type', 'post_type'),
(132, 2389, '_menu_item_menu_item_parent', '0'),
(133, 2389, '_menu_item_object_id', '9'),
(134, 2389, '_menu_item_object', 'page'),
(135, 2389, '_menu_item_target', ''),
(136, 2389, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(137, 2389, '_menu_item_xfn', ''),
(138, 2389, '_menu_item_url', ''),
(139, 2389, 'menu-item-mfn-megamenu', ''),
(140, 2389, 'menu-item-mfn-bg', ''),
(141, 12, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(142, 12, '_wp_page_template', 'default'),
(143, 12, 'slide_template', 'default'),
(144, 12, 'mfn-post-hide-content', '0'),
(145, 12, 'mfn-post-slider', '0'),
(146, 12, 'mfn-post-slider-layer', '0'),
(147, 12, 'mfn-post-hide-title', '0'),
(148, 12, 'mfn-post-remove-padding', '1'),
(149, 12, 'mfn-post-custom-layout', '0'),
(150, 12, 'mfn-post-one-page', '0'),
(151, 12, 'mfn-post-menu', '0'),
(152, 12, 'mfn-page-items', 'YTozOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTg6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMzZTZlZGYiO3M6ODoiYmdfaW1hZ2UiO3M6Nzg6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2JhY2syLnBuZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI5MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNTAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjE0OiJIZWFkaW5nICsgZGVzYyI7czo3OiJjb250ZW50IjtzOjIxNDoiPGgyIHN0eWxlPSJjb2xvcjogI2ZmZmZmZjsiPkEgQiZHIFNlcnZpw6dvcyBNw6lkaWNvczwvaDI+DQo8aDYgc3R5bGU9ImNvbG9yOiAjZDhlMmY5OyI+RXhjZWzDqm5jaWEgbm8gYXRlbmRpbWVudG8sIGNvbXByb21pc3NvIGNvbSBvIGJlbSBlc3RhciBkbyBzZXIgaHVtYW5vLCDDqXRpY2EgZSBlZmljacOqbmNpYSBzw6NvIG9zIHZhbG9yZXMgcXVlIG5vcyByZWdlbS48L2g2PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czo1OiIwIDEyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6NDoiRGVzYyI7czo3OiJjb250ZW50IjtzOjM4NzoiPGg1IHN0eWxlPSJjb2xvcjogI2ZmZmZmZjsiPk5vc3NhIEhpc3TDs3JpYTwvaDU+DQo8cCBzdHlsZT0iY29sb3I6ICNkOGUyZjk7Ij5BIEImRyBTZXJ2acOnb3MgTcOpZGljb3MgaW5pY2lvdSBzdWFzIGF0aXZpZGFkZXMgbm8gbXVuaWPDrXBpbyBkZSBTw6NvIFBhdWxvLiBBcMOzcyBpc3NvIGV4cGFuZGl1IHBhcmEgb3V0cm9zIGVzdGFkb3MuIA0Kw4kgdW1hIGVtcHJlc2EgY3JpYWRhIGUgY29tcG9zdGEgcG9yIG3DqWRpY29zIGV4cGVyaWVudGVzIG5hIMOhcmVhIGRlIGdlc3TDo28gcXVlIGF0dWFtIGjDoSBhbm9zIG5hIMOhcmVhIG3DqWRpY2EgY29tIGludHVpdG8gZGEgcHJvZmlzc2lvbmFsaXphw6fDo28gZSBhIGV4Y2Vsw6puY2lhIGRvIGN1aWRhZG8gbcOpZGljby48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjg6IjAgNSUgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czo0OiJEZXNjIjtzOjc6ImNvbnRlbnQiO3M6NjA0OiI8aDUgc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+Tm9zc2EgRXN0cnV0dXJhPC9oNT4NCjxwIHN0eWxlPSJjb2xvcjogI2Q4ZTJmOTsiPkNvbnRhbW9zIGNvbSB1bWEgZXF1aXBlIGVzcGVjaWFsaXphZGEgcGFyYSBhc3N1bWlyIGRpdmVyc2FzIMOhcmVhcyBkZSBzZXJ2acOnb3MgbcOpZGljb3Mgc2VqYSBubyBzZXRvciBww7pibGljbyBvdSBwcml2YWRvLiANCg0KQ29tIGZvY28gbmEgbWVsaG9yYSBkYSBxdWFsaWRhZGUgZG8gc2VydmnDp28gbcOpZGljbywgZXNwZXJhbW9zIGRlc3RhIGZvcm1hIHNhdGlzZmF6ZXIgbm9zc29zIGNsaWVudGVzIGUgcHJpbmNpcGFsbWVudGUgb3MgcGFjaWVudGVzLg0KDQpBdHVhbG1lbnRlIGEgQiZHIGF0dWEgbmEgcHJlZmVpdHVyYSBtdW5pY2lwYWwgZGUgQ290aWEgLSBTcCwgb25kZSBmYXogYSBnZXN0w6NvIGRlIHVtYSBVUEEgZSB1bSBQcm9udG8gU29jb3Jyby4gIA0KQWRtaW5pc3RyYSBtYWlzIGRlIDEwIGNsw61uaWNhcyBwYXJ0aWN1bGFyZXMgbm8gZXN0YWRvIGRlIFPDo28gUGF1bG8sIGFsw6ltIGRlIHRyYWJhbGhhciBjb20gb3Mgc2VydmnDp29zIGRlIEhvbWUgQ2FyZSBlIHRyYW5zcG9ydGUgaG9zcGl0YWxhci48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjg6IjAgNSUgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjI6e3M6NDoiYXR0ciI7YToxODp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiI2Y2ZjZmNiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTEwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI2MCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkhlYWRpbmcgKyBkZXNjIjtzOjc6ImNvbnRlbnQiO3M6OTA6IjxoMj5RdWVyIFNhYmVyIE1haXM/PC9oMj4NCjxoNj5UaXJlIHN1YXMgZMO6dmlkYXMgYWJhaXhvIG91IGVudHJlIGVtIGNvbnRhdG8gY29ub3Njby48L2g2PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czo1OiIwIDEyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxNzp7czozOiJzcmMiO3M6OTA6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2hvbWVfY2xpbmljX2Fib3V0LmpwZyI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6MzoiZmFxIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YTo2OntzOjU6InRpdGxlIjtzOjE5OiJEw7p2aWRhcyBGcmVxdWVudGVzIjtzOjU6ImNvdW50IjtzOjE6IjMiO3M6NDoidGFicyI7YTozOntpOjA7YToyOntzOjU6InRpdGxlIjtzOjQ5OiJTb3UgbcOpZGljbywgY29tbyBmYcOnbyBwYXJhIHRyYWJhbGhhciBjb20gYSBCJkc/IjtzOjc6ImNvbnRlbnQiO3M6MTYxOiLDiSBtdWl0byBzaW1wbGVzLCBhY2Vzc2UgYSBww6FnaW5hICLDgXJlYSBkbyBNw6lkaWNvIiwgZmHDp2Egc2V1IGNhZGFzdHJvIGUgbm9zc2EgZXF1aXBlIGVudHJhcsOhIGVtIGNvbnRhdG8gcGFyYSBsaGUgb3JpZW50YXIgZW0gcmVsYcOnw6NvIGFvcyBwcsOzeGltb3MgcGFzc29zLiI7fWk6MTthOjI6e3M6NToidGl0bGUiO3M6NTE6IkEgQiZHIGNvbnRyYXRhIG3DqWRpY29zIGRlIHRvZGFzIGFzIGVzcGVjaWFsaWRhZGVzPyI7czo3OiJjb250ZW50IjtzOjExNzoiU2ltLCBvYnZpYW1lbnRlIG8gdm9sdW1lIGRlIHRyYWJhbGhvIHZhcmlhIGRlIGFjb3JkbyBjb20gYSBkZW1hbmRhLCBtYXMgdG9kb3Mgb3MgZXNwZWNpYWxpc3RhcyBzw6NvIG11aXRvIGJlbSB2aW5kb3MuIjt9aToyO2E6Mjp7czo1OiJ0aXRsZSI7czo1NjoiQSBCJkcgYXRlbmRlIHRhbnRvIGEgaG9zcGl0YWlzIHBhcnRpY3VsYXJlcyBlIHDDumJsaWNvcz8iO3M6NzoiY29udGVudCI7czoxNTI6IlNpbSwgdGVtb3MgY29udHJhdG9zIHRhbnRvIG5hIGluaWNpYXRpdmEgcHJpdmFkYSBxdWFudG8gbmEgw6FyZWEgcMO6YmxpY2EsIGF0ZW5kZW5kbyBjbGllbnRlcyBlIHBhY2llbnRlcyBkZSBkaXZlcnNhcyBjaWRhZGVzIGUgZGUgY29tcGxleGlkYWRlIHZhcmlhZGEuIjt9fXM6Nzoib3BlbjFzdCI7czoxOiIwIjtzOjc6Im9wZW5BbGwiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjI6e3M6NDoiYXR0ciI7YToxODp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzIwMjAzMiI7czo4OiJiZ19pbWFnZSI7czo5NDoiaHR0cDovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMC9ob21lX3dhbGxldF9iZ3NlY3Rpb240LmpwZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MzI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wO2ZpeGVkO2NvdmVyIjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTEwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI3MCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkhlYWRpbmcgKyBkZXNjIjtzOjc6ImNvbnRlbnQiO3M6MjczOiI8aDEgc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+U2VtcHJlIFByb250b3MgUGFyYSBBdGVuZGVyIFZvY8OqPC9oMT4NCjxoNiBzdHlsZT0iY29sb3I6ICNmZmZmZmY7Ij5TZSB2b2PDqiB0ZW0gZMO6dmlkYXMsIGdvc3RhcmlhIGRlIGVudGVuZGVyIHVtIHBvdWNvIG1haXMgc29icmUgb3Mgbm9zc29zIHNlcnZpw6dvcyBvdSBnb3N0YXJpYSBkZSBjb25oZWNlciBhcyBub3NzYXMgaW5zdGFsYcOnw7VlcywgY2xpcXVlIG5vIGJvdMOjbyBhYmFpeG8gZSBmYWxlIGNvbm9zY28uPC9oNj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6NToiMCAxMiUiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjI6e3M6NDoidHlwZSI7czoxMToicGxhY2Vob2xkZXIiO3M6NDoic2l6ZSI7czozOiIxLzMiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6NjoiYnV0dG9uIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxNDp7czo1OiJ0aXRsZSI7czoxMjoiRmFsZSBDb25vc2NvIjtzOjQ6ImxpbmsiO3M6NzM6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL2ZhbGUtY29tLWEtYmctc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjQ6Imljb24iO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjQ6ImxlZnQiO3M6NToiY29sb3IiO3M6NToidGhlbWUiO3M6MTA6ImZvbnRfY29sb3IiO3M6MDoiIjtzOjQ6InNpemUiO3M6MToiMiI7czoxMDoiZnVsbF93aWR0aCI7czoxOiIxIjtzOjU6ImNsYXNzIjtzOjA6IiI7czozOiJyZWwiO3M6MDoiIjtzOjg6ImRvd25sb2FkIjtzOjA6IiI7czo3OiJvbmNsaWNrIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(153, 12, 'mfn-page-items-seo', 'Heading + desc\n\n<h2 style="color: #ffffff;">A B&G Serviços Médicos</h2>\r\n<h6 style="color: #d8e2f9;">Excelência no atendimento, compromisso com o bem estar do ser humano, ética e eficiência são os valores que nos regem.</h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\nDesc\n\n<h5 style="color: #ffffff;">Nossa História</h5>\r\n<p style="color: #d8e2f9;">A B&G Serviços Médicos iniciou suas atividades no município de São Paulo. Após isso expandiu para outros estados. \r\nÉ uma empresa criada e composta por médicos experientes na área de gestão que atuam há anos na área médica com intuito da profissionalização e a excelência do cuidado médico.</p>\n\nno-repeat;center top;;\n\nauto\n\n0 5% 0 0\n\nDesc\n\n<h5 style="color: #ffffff;">Nossa Estrutura</h5>\r\n<p style="color: #d8e2f9;">Contamos com uma equipe especializada para assumir diversas áreas de serviços médicos seja no setor público ou privado. \r\n\r\nCom foco na melhora da qualidade do serviço médico, esperamos desta forma satisfazer nossos clientes e principalmente os pacientes.\r\n\r\nAtualmente a B&G atua na prefeitura municipal de Cotia - Sp, onde faz a gestão de uma UPA e um Pronto Socorro.  \r\nAdministra mais de 10 clínicas particulares no estado de São Paulo, além de trabalhar com os serviços de Home Care e transporte hospitalar.</p>\n\nno-repeat;center top;;\n\nauto\n\n0 5% 0 0\n\nHeading + desc\n\n<h2>Quer Saber Mais?</h2>\r\n<h6>Tire suas dúvidas abaixo ou entre em contato conosco.</h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\n<img src="https://begservicos.uugpublicidade.com.br/wp-content/uploads/2018/10/home_clinic_about.jpg" alt=""/>\n\nDúvidas Frequentes\n\nSou médico, como faço para trabalhar com a B&G?: É muito simples, acesse a página "Área do Médico", faça seu cadastro e nossa equipe entrará em contato para lhe orientar em relação aos próximos passos.\n\nA B&G contrata médicos de todas as especialidades?: Sim, obviamente o volume de trabalho varia de acordo com a demanda, mas todos os especialistas são muito bem vindos.\n\nA B&G atende tanto a hospitais particulares e públicos?: Sim, temos contratos tanto na iniciativa privada quanto na área pública, atendendo clientes e pacientes de diversas cidades e de complexidade variada.\n\nHeading + desc\n\n<h1 style="color: #ffffff;">Sempre Prontos Para Atender Você</h1>\r\n<h6 style="color: #ffffff;">Se você tem dúvidas, gostaria de entender um pouco mais sobre os nossos serviços ou gostaria de conhecer as nossas instalações, clique no botão abaixo e fale conosco.</h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\nFale Conosco\n\n<a href="https://begservicos.uugpublicidade.com.br/fale-com-a-bg-servicos-medicos/">https://begservicos.uugpublicidade.com.br/fale-com-a-bg-servicos-medicos/</a>\n\ncenter\n\nleft\n\ntheme\n\n2\n\n'),
(154, 14, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(155, 14, '_wp_page_template', 'default'),
(156, 14, 'slide_template', 'default'),
(157, 14, 'mfn-post-hide-content', '0'),
(158, 14, 'mfn-post-slider', '0'),
(159, 14, 'mfn-post-slider-layer', '0'),
(160, 14, 'mfn-post-hide-title', '0'),
(161, 14, 'mfn-post-remove-padding', '1'),
(162, 14, 'mfn-post-custom-layout', '0'),
(163, 14, 'mfn-post-one-page', '0'),
(164, 14, 'mfn-post-menu', '0'),
(165, 14, 'mfn-page-items', 'YTozOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTg6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNmMGYxZjMiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjEzOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czoxNDoiSGVhZGluZyArIGRlc2MiO3M6NzoiY29udGVudCI7czo3NjoiPGgyPkdlc3TDo28gZGUgc2VydmnDp29zIHDDumJsaWNvcyBlIE9yZ2FuaXphw6fDtWVzIFNvY2lhaXMgZGUgU2HDumRlPC9oMj4NCiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czo1OiIwIDEyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjg6Imljb25fYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czoyMzoiVXJnw6puY2lhIGUgRW1lcmfDqm5jaWEiO3M6OToidGl0bGVfdGFnIjtzOjI6Img1IjtzOjc6ImNvbnRlbnQiO3M6MjIxOiJFcXVpcGUgbcOpZGljYSBlc3BlY2lhbGl6YWRhIHBhcmEgYXRlbmRpbWVudG8gZW0gUHJvbnRvIFNvY29ycm8gZSBQcm9udG8gYXRlbmRpbWVudG8uQ29udGFtb3MgY29tIGVxdWlwZSBxdWFsaWZpY2FkYSBwYXJhIG8gYXRlbmRpbWVudG8gZGUgdXJnw6puY2lhIGNvbW8gZm9jbyBuYSBtZWxob3JhIGRvIHRlbXBvIGUgcXVhbGlkYWRlIGRvIGF0ZW5kaW1lbnRvIGRvcyBwYWNpZW50ZXMuICI7czo0OiJpY29uIjtzOjEwOiJpY29uLWNsb2NrIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkFkbWluaXN0cmF0aXZvIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjE5NzoiR2VzdMOjbyBkZSBlc2NhbGFzIG3DqWRpY2FzLCBmb3JuZWNpbWVudG8gZGUgbWVkaWNhw6fDo28sIGdlcsOqbmNpYSBhZG1pbmlzdHJhdGl2YSwgZm9saGEgZGUgcGFnYW1lbnRvcyBlbnRyZSBvdXRyb3Mgc2VydmnDp29zIGRlIGZvcm1hIHByb21vdmVyIG1lbGhvcmlhcyBwYXJhIG8gaG9zcGl0YWwvIHVwYSAvIGNsaW5pY2EgcGFydGljdWxhci4iO3M6NDoiaWNvbiI7czoxNDoiaWNvbi1jaGFydC1iYXIiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjg6Imljb25fYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czoyMToiQ2xpbmljYXMgUGFydGljdWxhcmVzIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjE3NzoiZm9ybmVjZW1vcyBlc3RydXR1cmEsIGNvbnN1bHRvcmlhIGUgZ2VzdMOjbyBkZSBjbGluaWNhcyBtw6lkaWNhcyBwYXJ0aWN1bGFyZXMgY29tIGZvcm5lY2ltZW50byBkZSBlcXVpcGUgbcOpZGljYSwgZ2VzdMOjbyBhZG1pbmlzdHJhdGl2YSBlIG1hcmtldGluZyBwYXJhIG1lbGhvcmEgZG8gZmF0dXJhbWVudG8gIjtzOjQ6Imljb24iO3M6MTE6Imljb24tZm9sZGVyIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo3OiJkaXZpZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjY6ImhlaWdodCI7czowOiIiO3M6NToic3R5bGUiO3M6NzoiZGVmYXVsdCI7czo0OiJsaW5lIjtzOjA6IiI7czoxMDoidGhlbWVjb2xvciI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NTthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6OToiSG9tZSBDYXJlIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjE1MToiQ29udGFtb3MgY29tIGRpdmVyc2FzIGVzcGVjaWFsaWRhZGVzIHBhcmEgYXRlbmRpbWVudG8gbcOpZGljbyByZXNpZGVuY2lhbCwgYWzDqW0gZGUgdW1hIGVxdWlwZSBiZW0gdHJlaW5hZGEgZSBxdWFsaWZpY2FkYSBwYXJhIGF0ZW5kaW1lbnRvIGRvbWljaWxpYXIuICI7czo0OiJpY29uIjtzOjk6Imljb24taG9tZSI7czo1OiJpbWFnZSI7czowOiIiO3M6MTM6Imljb25fcG9zaXRpb24iO3M6MzoidG9wIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6NTk6Imh0dHBzOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL3NlcnZpY29zLW1lZGljb3MvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImNsYXNzIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjY7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjE5OiJSZXNnYXRlIGUgUmVtb8Onw6NvIjtzOjk6InRpdGxlX3RhZyI7czoyOiJoNSI7czo3OiJjb250ZW50IjtzOjEzMjoiUG9zc3XDrW1vcyB1bWEgZXF1aXBlIGRlIG3DqWRpY29zIHNvY29ycmlzdGFzIGUgcGFyYW3DqWRpY29zIGV4cGVyaWVudGVzIGUgYmVtIHRyZWluYWRvcyBwYXJhIGF0dWFyZW0gbmFzIG1haXMgYWR2ZXJzYXMgc2l0dWHDp8O1ZXMuIjtzOjQ6Imljb24iO3M6MTc6Imljb24tcGx1cy1zcXVhcmVkIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NzthOjM6e3M6NDoidHlwZSI7czo4OiJpY29uX2JveCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MTA6IlRlY25vbG9naWEiO3M6OToidGl0bGVfdGFnIjtzOjI6Img1IjtzOjc6ImNvbnRlbnQiO3M6MTQ5OiJBbMOpbSBkbyBjb25oZWNpbWVudG8gdMOpY25pY28gdm9jw6ogZW5jb250cmEgbmEgQiZHIG9zIG1lbGhvcmVzIHJlY3Vyc29zIHRlY25vbMOzZ2ljb3MgcGFyYSBmYWNpbGl0YXIgYSBnZXN0w6NvIGUgaW1wbGFudGHDp8OjbyBkZSBub3Nzb3Mgc2VydmnDp29zLiI7czo0OiJpY29uIjtzOjEyOiJpY29uLXBvZGNhc3QiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo4O2E6Mzp7czo0OiJ0eXBlIjtzOjc6ImRpdmlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJzdHlsZSI7czo3OiJkZWZhdWx0IjtzOjQ6ImxpbmUiO3M6MDoiIjtzOjEwOiJ0aGVtZWNvbG9yIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo5O2E6Mzp7czo0OiJ0eXBlIjtzOjg6Imljb25fYm94IjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6OToidGl0bGVfdGFnIjtzOjI6Img1IjtzOjc6ImNvbnRlbnQiO3M6MDoiIjtzOjQ6Imljb24iO3M6MDoiIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTA7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjIzOiJBc3Npc3TDqm5jaWEgSHVtYW5pemFkYSI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czozMTI6Ik5vc3NhIGVxdWlwZSBtw6lkaWNhIMOpIGNvbXBvc3RhIHBvciBwcm9maXNzaW9uYWlzIGRlIGZvcm1hw6fDo28gc8OzbGlkYSBlbSBzdWFzIMOhcmVhcyBkZSBhdHVhw6fDo28gZSwgZW0gZXNwZWNpYWwsIGNvbSBjYXJhY3RlcsOtc3RpY2FzIHBhcmEgbyByZWxhY2lvbmFtZW50byBodW1hbm8uPHA+PC9wPg0KT2JzZXJ2YW1vcyBlbSBjYWRhIHBlc3NvYSBhIHN1YSBpbmRpdmlkdWFsaWRhZGUgZSBhcyBzdWFzIG5lY2Vzc2lkYWRlcyBlc3BlY8OtZmljYXMgZHVyYW50ZSBvIHByb2Nlc3NvIGRlIGNvbnN1bHRhIGUgdHJhdGFtZW50byBtw6lkaWNvLiI7czo0OiJpY29uIjtzOjEwOiJpY29uLXVzZXJzIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTE7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjIzOiJDb21pc3PDtWVzIEhvc3BpdGFsYXJlcyI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czo1NDU6IkEgQiZHIFNlcnZpw6dvcyBNw6lkaWNvcyDDqSBlc3BlY2lhbGl6YWRhIGVtIGltcGxhbnRhw6fDtWVzIGUgZXhlY3XDp8O1ZXMgZGUgY29taXNzw7VlcyBob3NwaXRhbGFyZXMsIHBhZHJvbml6YW5kbyBzaXN0ZW1hcywgZmx1eG9zLCBwcm9jZWRpbWVudG9zIGUgcHJvY2Vzc29zLiA8cD48L3A+QXMgY29taXNzw7VlcyBzw6NvIHVtIGluc3RydW1lbnRvIGRlIGdlc3TDo28gcGFyYSBvZmVyZWNlciBzZXJ2acOnb3MgZGUgcXVhbGlkYWRlIGFvcyB1c3XDoXJpb3MsIGRlc2VtcGVuaGFuZG8gdmFyaWFzIGZ1bsOnw7VlcyBuYSBpbnN0aXR1acOnw6NvLCBkZXN0YWNhbmRvLXNlIGEgcHJvZHXDp8OjbyBkZSBpbmRpY2Fkb3JlcyByZWxldmFudGVzIHBhcmEgYSBnZXN0w6NvIGhvc3BpdGFsYXIgZSB0YW1iw6ltIGNvbnRyaWJ1aXIgcGFyYSBhIGVmaWPDoWNpYSBkYXMgb3JnYW5pemHDp8O1ZXMgZW0gcHJvbCBkb3MgdXN1w6FyaW9zIGUgYSBCJkcgaXLDoSBhanVkYXIgcGFyYSBxdWUgZXNzZXMgcHJvY2Vzc29zIHNlamFtIHLDoXBpZG9zIGUgcGVybWFuZW50ZXMuIjtzOjQ6Imljb24iO3M6MTQ6Imljb24tY2xpcGJvYXJkIjtzOjU6ImltYWdlIjtzOjA6IiI7czoxMzoiaWNvbl9wb3NpdGlvbiI7czozOiJ0b3AiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czo1OToiaHR0cHM6Ly9iZWdzZXJ2aWNvcy51dWdwdWJsaWNpZGFkZS5jb20uYnIvc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTI7YTozOntzOjQ6InR5cGUiO3M6ODoiaWNvbl9ib3giO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjA6IiI7czo5OiJ0aXRsZV90YWciO3M6MjoiaDUiO3M6NzoiY29udGVudCI7czowOiIiO3M6NDoiaWNvbiI7czowOiIiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjM6InRvcCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo0OiJsaW5rIjtzOjU5OiJodHRwczovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici9zZXJ2aWNvcy1tZWRpY29zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czoyOiI1MCI7czo3OiJwYWRkaW5nIjtzOjE0OiI2MHB4IDIwcHggMzBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTg6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNmM2YwZjAiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjE0OiJIZWFkaW5nICsgZGVzYyI7czo3OiJjb250ZW50IjtzOjMyNToiPGgyPlBsYW5lamFtZW50bywgZm9ybmVjaW1lbnRvIGRlIHByb2Zpc3Npb25haXMgZSBnZXN0w6NvIGRlIGVzY2FsYXMgbcOpZGljYXMuPC9oMj48cD48L3A+DQoNCjxoNj5Ob3NzbyBncnVwbyBjb250YSBjb20gZGl2ZXJzb3MgcHJvZmlzc2lvbmFpcyBjYXBhY2l0YWRvcyBlbSBkaWZlcmVudGVzIGVzcGVjaWFsaWRhZGVzLiBFc3NhIG9yZ2FuaXphw6fDo28gbm9zIHBlcm1pdGUgZGlzcG9uaWJpbGl6YXIgZXF1aXBlcyBlc3BlY2lhbGl6YWRhcyBwYXJhIGNhZGEgdW5pZGFkZSBkZSBzYcO6ZGUsIGRlc3NhIGZvcm1hIG90aW1pemFtb3MgbyBhdGVuZGltZW50by48L2g2PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czo1OiIwIDEyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjc6IiNmM2YwZjAiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czoyOiI1MCI7czo3OiJwYWRkaW5nIjtzOjE0OiI2MHB4IDIwcHggMzBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxMTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MzA6IjxoND5FeGFtZXMgZSBEaWFnbsOzc3RpY288L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjIxOiI8aDQ+TWF0ZXJuaWRhZGVzPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6NzoiZGl2aWRlciI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo2OiJoZWlnaHQiO3M6MToiMCI7czo1OiJzdHlsZSI7czo3OiJkZWZhdWx0IjtzOjQ6ImxpbmUiO3M6MDoiIjtzOjEwOiJ0aGVtZWNvbG9yIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6NzU6IjxoNj5VbHRyYXNzb20sIFJlc3NvbsOibmNpYSBNYWduw6l0aWNhLFRvbW9ncmFmaWEsIEFuYWxpc2VzIENsw61uaWNhcy48L2g2PiI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjg3OiI8aDY+R2luZWNvbG9naXN0YXMgb2JzdMOpdHJpY29zLCBQZWRpYXRyYXMsIEFuZXN0ZXNpc3RhcyBlIFByb2Zpc3Npb25haXMgZGUgYXBvaW8uPC9oNj4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjU7YTozOntzOjQ6InR5cGUiO3M6NzoiZGl2aWRlciI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo2OiJoZWlnaHQiO3M6MToiMCI7czo1OiJzdHlsZSI7czo3OiJkZWZhdWx0IjtzOjQ6ImxpbmUiO3M6MDoiIjtzOjEwOiJ0aGVtZWNvbG9yIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo2O2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6NDA6IjxwPjwvcD48cD48L3A+PGg0PkNlbnRybyBDaXLDunJnaWNvPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjc7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czo1OToiPGg0PkF0ZW5kaW1lbnRvIEFtYnVsYXRvcmlhbCBlIFVyZ8OqbmNpYSBlIEVtZXJnw6puY2lhPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjg7YTozOntzOjQ6InR5cGUiO3M6NzoiZGl2aWRlciI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo2OiJoZWlnaHQiO3M6MToiMCI7czo1OiJzdHlsZSI7czo3OiJkZWZhdWx0IjtzOjQ6ImxpbmUiO3M6MDoiIjtzOjEwOiJ0aGVtZWNvbG9yIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo5O2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MzE4OiI8aDY+Q2lydXJnacO1ZXMgKENpcnVyZ2lhIGNhcmRpb3Zhc2N1bGFyLCBDaXJ1cmdpYSBkZSBjYWJlw6dhIGUgcGVzY2/Dp28sIENpcnVyZ2lhIGRhIG3Do28sIENpcnVyZ2lhIGRvIGFwYXJlbGhvIGRpZ2VzdGl2bywgQ2lydXJnaWEgZ2VyYWwsIENpcnVyZ2lhIHBlZGnDoXRyaWNhLCBDaXJ1cmdpYSBwbMOhc3RpY2EsIENpcnVyZ2lhIHRvcsOhY2ljYSBvdSBDYXJkaW90b3LDoWNpY2EsIENpcnVyZ2lhIHZhc2N1bGFyLCBOZXVyb2NpcnVyZ2lhLCBVcm9sb2dpYSksIGFuZXN0ZXNpc3RhLCBuZW9uYXRhbCBlIFByb2Zpc3Npb25haXMgZGUgYXBvaW8uPC9oNj4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjEwO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MjIzOiI8aDY+Q2xpbmljbyBHZXJhbCwgUGVkaWF0cmEsIE9ydG9wZWRpc3RhLCBHaW5lY29sb2dpc3RhLCBQc2lxdWlhdHJhLCBOZXVyb2xvZ2lzdGEsIENhcmRpb2xvZ2lzdGEsIE9kb250b2xvZ2lhLCBPZnRhbG1vbG9naXN0YSwgT3RvcnJpbm9sYXJpbmdvbG9naXN0YSwgRW5kb2NyaW5vbG9naXN0YSwgR2FzdHJvZW50ZXJvbG9naXN0YSwgRGVybWF0b2xvZ2lzdGEsIEFuZXN0ZXNpc3RhLjwvaDY+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjc6IiNmM2YwZjAiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czoyOiI1MCI7czo3OiJwYWRkaW5nIjtzOjE0OiI2MHB4IDIwcHggMzBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE3OntzOjM6InNyYyI7czo4MjoiaHR0cHM6Ly9iZWdzZXJ2aWNvc21lZGljb3MuY29tLmJyL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzEwL2hvbWVfY2xpbmljX2Fib3V0LmpwZyI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiI2YzZjBmMCI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjI6IjUwIjtzOjc6InBhZGRpbmciO3M6MTQ6IjYwcHggMjBweCAzMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjI6e3M6NDoiYXR0ciI7YToxODp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzIwMjAzMiI7czo4OiJiZ19pbWFnZSI7czo5NDoiaHR0cDovL2JlZ3NlcnZpY29zLnV1Z3B1YmxpY2lkYWRlLmNvbS5ici93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMC9ob21lX3dhbGxldF9iZ3NlY3Rpb24zLmpwZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MzI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wO2ZpeGVkO2NvdmVyIjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTEwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI3MCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjE0OiJIZWFkaW5nICsgZGVzYyI7czo3OiJjb250ZW50IjtzOjI2MToiPGgxIHN0eWxlPSJjb2xvcjogI2ZmZmZmZjsiPlF1ZXIgU2FiZXIgTWFpcyBTb2JyZSBvIFF1ZSBGYXplbW9zPzwvaDE+DQo8aDYgc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+Q29udGFtb3MgY29tIHVtYSBlcXVpcGUgZGUgYXRlbmRpbWVudG8gZXNwZWNpYWxpemFkYSBwYXJhIHRpcmFyIHRvZGFzIGFzIHN1YXMgZMO6dmlkYXMsIHBhcmEgaXNzbywgYmFzdGEgZW50cmFyIGVtIGNvbnRhdG8gY29ub3NjbyBjbGljYW5kbyBubyBib3TDo28gYWJhaXhvLjwvaDY+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjU6IjAgMTIlIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YToyOntzOjQ6InR5cGUiO3M6MTE6InBsYWNlaG9sZGVyIjtzOjQ6InNpemUiO3M6MzoiMS8zIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImJ1dHRvbiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTQ6e3M6NToidGl0bGUiO3M6MTI6IkZhbGUgQ29ub3NjbyI7czo0OiJsaW5rIjtzOjcyOiJodHRwOi8vYmVnc2Vydmljb3MudXVncHVibGljaWRhZGUuY29tLmJyL2ZhbGUtY29tLWEtYmctc2Vydmljb3MtbWVkaWNvcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjQ6Imljb24iO3M6MDoiIjtzOjEzOiJpY29uX3Bvc2l0aW9uIjtzOjQ6ImxlZnQiO3M6NToiY29sb3IiO3M6NzoiIzEyMmQ2MyI7czoxMDoiZm9udF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjQ6InNpemUiO3M6MToiMiI7czoxMDoiZnVsbF93aWR0aCI7czoxOiIwIjtzOjU6ImNsYXNzIjtzOjA6IiI7czozOiJyZWwiO3M6MDoiIjtzOjg6ImRvd25sb2FkIjtzOjA6IiI7czo3OiJvbmNsaWNrIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0=');
INSERT INTO `wp_beg_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(166, 14, 'mfn-page-items-seo', 'Heading + desc\n\n<h2>Gestão de serviços públicos e Organizações Sociais de Saúde</h2>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\nUrgência e Emergência\n\nh5\n\nEquipe médica especializada para atendimento em Pronto Socorro e Pronto atendimento.Contamos com equipe qualificada para o atendimento de urgência como foco na melhora do tempo e qualidade do atendimento dos pacientes.\n\nicon-clock\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nAdministrativo\n\nh5\n\nGestão de escalas médicas, fornecimento de medicação, gerência administrativa, folha de pagamentos entre outros serviços de forma promover melhorias para o hospital/ upa / clinica particular.\n\nicon-chart-bar\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nClinicas Particulares\n\nh5\n\nfornecemos estrutura, consultoria e gestão de clinicas médicas particulares com fornecimento de equipe médica, gestão administrativa e marketing para melhora do faturamento\n\nicon-folder\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\ndefault\n\nHome Care\n\nh5\n\nContamos com diversas especialidades para atendimento médico residencial, além de uma equipe bem treinada e qualificada para atendimento domiciliar.\n\nicon-home\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nResgate e Remoção\n\nh5\n\nPossuímos uma equipe de médicos socorristas e paramédicos experientes e bem treinados para atuarem nas mais adversas situações.\n\nicon-plus-squared\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nTecnologia\n\nh5\n\nAlém do conhecimento técnico você encontra na B&G os melhores recursos tecnológicos para facilitar a gestão e implantação de nossos serviços.\n\nicon-podcast\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\ndefault\n\nh5\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nAssistência Humanizada\n\nh5\n\nNossa equipe médica é composta por profissionais de formação sólida em suas áreas de atuação e, em especial, com características para o relacionamento humano.<p></p>\r\nObservamos em cada pessoa a sua individualidade e as suas necessidades específicas durante o processo de consulta e tratamento médico.\n\nicon-users\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nComissões Hospitalares\n\nh5\n\nA B&G Serviços Médicos é especializada em implantações e execuções de comissões hospitalares, padronizando sistemas, fluxos, procedimentos e processos. <p></p>As comissões são um instrumento de gestão para oferecer serviços de qualidade aos usuários, desempenhando varias funções na instituição, destacando-se a produção de indicadores relevantes para a gestão hospitalar e também contribuir para a eficácia das organizações em prol dos usuários e a B&G irá ajudar para que esses processos sejam rápidos e permanentes.\n\nicon-clipboard\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nh5\n\ntop\n\n<a href="https://begservicos.uugpublicidade.com.br/servicos-medicos/">https://begservicos.uugpublicidade.com.br/servicos-medicos/</a>\n\nHeading + desc\n\n<h2>Planejamento, fornecimento de profissionais e gestão de escalas médicas.</h2><p></p>\r\n\r\n<h6>Nosso grupo conta com diversos profissionais capacitados em diferentes especialidades. Essa organização nos permite disponibilizar equipes especializadas para cada unidade de saúde, dessa forma otimizamos o atendimento.</h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\n<h4>Exames e Diagnóstico</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\n<h4>Maternidades</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\ndefault\n\n<h6>Ultrassom, Ressonância Magnética,Tomografia, Analises Clínicas.</h6>\n\nno-repeat;center top;;\n\nauto\n\n<h6>Ginecologistas obstétricos, Pediatras, Anestesistas e Profissionais de apoio.</h6>\n\nno-repeat;center top;;\n\nauto\n\ndefault\n\n<p></p><p></p><h4>Centro Cirúrgico</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\n<h4>Atendimento Ambulatorial e Urgência e Emergência</h4>\n\nno-repeat;center top;;\n\nauto\n\n0px\n\ndefault\n\n<h6>Cirurgiões (Cirurgia cardiovascular, Cirurgia de cabeça e pescoço, Cirurgia da mão, Cirurgia do aparelho digestivo, Cirurgia geral, Cirurgia pediátrica, Cirurgia plástica, Cirurgia torácica ou Cardiotorácica, Cirurgia vascular, Neurocirurgia, Urologia), anestesista, neonatal e Profissionais de apoio.</h6>\n\nno-repeat;center top;;\n\nauto\n\n<h6>Clinico Geral, Pediatra, Ortopedista, Ginecologista, Psiquiatra, Neurologista, Cardiologista, Odontologia, Oftalmologista, Otorrinolaringologista, Endocrinologista, Gastroenterologista, Dermatologista, Anestesista.</h6>\n\nno-repeat;center top;;\n\nauto\n\n<img src="https://begservicosmedicos.com.br/wp-content/uploads/2018/10/home_clinic_about.jpg" alt="home_clinic_about"/>\n\nHeading + desc\n\n<h1 style="color: #ffffff;">Quer Saber Mais Sobre o Que Fazemos?</h1>\r\n<h6 style="color: #ffffff;">Contamos com uma equipe de atendimento especializada para tirar todas as suas dúvidas, para isso, basta entrar em contato conosco clicando no botão abaixo.</h6>\n\ncenter\n\nno-repeat;center top;;\n\nauto\n\n0 12%\n\nFale Conosco\n\n<a href="http://begservicos.uugpublicidade.com.br/fale-com-a-bg-servicos-medicos/">http://begservicos.uugpublicidade.com.br/fale-com-a-bg-servicos-medicos/</a>\n\ncenter\n\nleft\n\n#122d63\n\n#ffffff\n\n2\n\n'),
(167, 16, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(168, 16, '_wp_page_template', 'default'),
(169, 16, 'slide_template', 'default'),
(170, 16, 'mfn-post-hide-content', '0'),
(171, 16, 'mfn-post-slider', '0'),
(172, 16, 'mfn-post-slider-layer', '0'),
(173, 16, 'mfn-post-hide-title', '0'),
(174, 16, 'mfn-post-remove-padding', '1'),
(175, 16, 'mfn-post-custom-layout', '0'),
(176, 16, 'mfn-post-one-page', '0'),
(177, 16, 'mfn-post-menu', '0'),
(178, 16, 'mfn-page-items', 'YToxOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTg6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiOTAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjUwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YTo0OntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMjp7czo1OiJ0aXRsZSI7czoxMjoiQ29udGFjdCBmb3JtIjtzOjc6ImNvbnRlbnQiO3M6OTQ6IjxoMj5GYWxlIGNvbm9zY286PC9oMj4NCltkaXZpZGVyIGhlaWdodD0iMTAiXQ0KW2NvbnRhY3QtZm9ybS03IGlkPSIyMzgxIiB0aXRsZT0iQ29udGFjdCBGb3JtIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjc6ImRpdmlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NjoiaGVpZ2h0IjtzOjI6IjQwIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czo3OiJkZWZhdWx0IjtzOjEwOiJ0aGVtZWNvbG9yIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTI6e3M6NToidGl0bGUiO3M6NDoiRGVzYyI7czo3OiJjb250ZW50IjtzOjE3NjoiPGg2IGNsYXNzPSJ0aGVtZWNvbG9yIj5Ob3NzbyBFbmRlcmXDp286PC9oNj4NCjxwPlJvZG92aWEgUmFwb3NvIFRhdmFyZXMga20gMjI8YnIgLz4NCjxwPk9QRU4gTUFMTCBUSEUgU1FVQVJFIDxiciAvPg0KU0FMQVMgNDI3LTQyOCwgQmxvY28gQSA8YnIgLz4NCkNvdGlhLVNQLCBDRVA6IDA2NzA5LTAxNTwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6ODoiMCA2JSAwIDAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjQ6IkRlc2MiO3M6NzoiY29udGVudCI7czoxNDI6IjxoNiBjbGFzcz0idGhlbWVjb2xvciI+VGVsZWZvbmU6PC9oNj4NCjxwPigxMSkgMjg5OC05NzQ3PC9wPg0KDQo8aDYgY2xhc3M9InRoZW1lY29sb3IiPkUtbWFpbDogPC9oNj4NCjxwPmNvbnRhdG9AYmVnc2Vydmljb3NtZWRpY29zLmNvbS5icjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjIwcHggMiUgMCAwIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEyOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjQyMjoiPGlmcmFtZSBzcmM9Imh0dHBzOi8vd3d3Lmdvb2dsZS5jb20vbWFwcy9lbWJlZD9wYj0hMW0xOCExbTEyITFtMyExZDM2NTYuNDAzNTIxNjEyNDQ4ITJkLTQ2LjgyNjYzMjA4NTg0MTYyITNkLTIzLjU4OTg1Njk2ODUyODUwNSEybTMhMWYwITJmMCEzZjAhM20yITFpMTAyNCEyaTc2OCE0ZjEzLjEhM20zITFtMiExczB4OTRjZTU1NGNhYjY4NDQzMyUzQTB4NTIyOWE1MTIxMzU5NGYyYiEyc09wZW4lMjBNYWxsJTIwVGhlJTIwU3F1YXJlITVlMCEzbTIhMXNwdC1CUiEyc2JyITR2MTU4OTQxMzIwNDQ4MyE1bTIhMXNwdC1CUiEyc2JyIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQ1MCIgZnJhbWVib3JkZXI9IjAiIHN0eWxlPSJib3JkZXI6MDsiIGFsbG93ZnVsbHNjcmVlbj0iIiBhcmlhLWhpZGRlbj0iZmFsc2UiIHRhYmluZGV4PSIwIj48L2lmcmFtZT4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(179, 16, 'mfn-page-items-seo', 'Contact form\n\n<h2>Fale conosco:</h2>\r\n[divider height="10"]\r\n[contact-form-7 id="2381" title="Contact Form"]\n\nno-repeat;center top;;\n\nauto\n\n20px\n\n40\n\ndefault\n\ndefault\n\nDesc\n\n<h6 class="themecolor">Nosso Endereço:</h6>\r\n<p>Rodovia Raposo Tavares km 22<br />\r\n<p>OPEN MALL THE SQUARE <br />\r\nSALAS 427-428, Bloco A <br />\r\nCotia-SP, CEP: 06709-015</p>\n\nno-repeat;center top;;\n\nauto\n\n0 6% 0 0\n\nDesc\n\n<h6 class="themecolor">Telefone:</h6>\r\n<p>(11) 2898-9747</p>\r\n\r\n<h6 class="themecolor">E-mail: </h6>\r\n<p>contato@begservicosmedicos.com.br</p>\n\nno-repeat;center top;;\n\nauto\n\n<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3656.403521612448!2d-46.82663208584162!3d-23.589856968528505!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce554cab684433%3A0x5229a51213594f2b!2sOpen%20Mall%20The%20Square!5e0!3m2!1spt-BR!2sbr!4v1589413204483!5m2!1spt-BR!2sbr" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>\n\nno-repeat;center top;;\n\nauto\n\n'),
(180, 2390, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(181, 2390, '_menu_item_type', 'post_type'),
(182, 2390, '_menu_item_menu_item_parent', '0'),
(183, 2390, '_menu_item_object_id', '16'),
(184, 2390, '_menu_item_object', 'page'),
(185, 2390, '_menu_item_target', ''),
(186, 2390, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(187, 2390, '_menu_item_xfn', ''),
(188, 2390, '_menu_item_url', ''),
(189, 2390, 'menu-item-mfn-megamenu', ''),
(190, 2390, 'menu-item-mfn-bg', ''),
(191, 2391, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(192, 2391, '_menu_item_type', 'post_type'),
(193, 2391, '_menu_item_menu_item_parent', '0'),
(194, 2391, '_menu_item_object_id', '12'),
(195, 2391, '_menu_item_object', 'page'),
(196, 2391, '_menu_item_target', ''),
(197, 2391, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(198, 2391, '_menu_item_xfn', ''),
(199, 2391, '_menu_item_url', ''),
(200, 2391, 'menu-item-mfn-megamenu', ''),
(201, 2391, 'menu-item-mfn-bg', ''),
(202, 2392, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(203, 2392, '_menu_item_type', 'post_type'),
(204, 2392, '_menu_item_menu_item_parent', '0'),
(205, 2392, '_menu_item_object_id', '14'),
(206, 2392, '_menu_item_object', 'page'),
(207, 2392, '_menu_item_target', ''),
(208, 2392, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(209, 2392, '_menu_item_xfn', ''),
(210, 2392, '_menu_item_url', ''),
(211, 2392, 'menu-item-mfn-megamenu', ''),
(212, 2392, 'menu-item-mfn-bg', ''),
(213, 40, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(214, 40, '_thumbnail_id', '45'),
(215, 40, 'slide_template', 'default'),
(216, 40, 'mfn-post-link', '#'),
(217, 47, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(218, 47, '_thumbnail_id', '46'),
(219, 47, 'slide_template', 'default'),
(220, 47, 'mfn-post-link', '#'),
(221, 48, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(222, 48, '_thumbnail_id', '41'),
(223, 48, 'slide_template', 'default'),
(224, 48, 'mfn-post-link', '#'),
(225, 49, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(226, 49, '_thumbnail_id', '42'),
(227, 49, 'slide_template', 'default'),
(228, 49, 'mfn-post-link', '#'),
(229, 50, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(230, 50, '_thumbnail_id', '43'),
(231, 50, 'slide_template', 'default'),
(232, 50, 'mfn-post-link', '#'),
(233, 51, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(234, 51, '_thumbnail_id', '44'),
(235, 51, 'slide_template', 'default'),
(236, 51, 'mfn-post-link', '#'),
(237, 2393, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(238, 2393, '_menu_item_type', 'post_type'),
(239, 2393, '_menu_item_menu_item_parent', '0'),
(240, 2393, '_menu_item_object_id', '2387'),
(241, 2393, '_menu_item_object', 'page'),
(242, 2393, '_menu_item_target', ''),
(243, 2393, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(244, 2393, '_menu_item_xfn', ''),
(245, 2393, '_menu_item_url', ''),
(246, 2393, 'menu-item-mfn-megamenu', ''),
(247, 2393, 'menu-item-mfn-bg', ''),
(250, 2281, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(251, 2281, 'slide_template', 'default'),
(252, 2281, 'mfn-post-hide-content', '0'),
(253, 2281, 'mfn-post-sidebar', '0'),
(254, 2281, 'mfn-post-slider', '0'),
(255, 2281, 'mfn-post-love', '80'),
(256, 2281, 'mfn-post-layout', 'no-sidebar'),
(257, 2281, 'mfn-post-slider-layer', '0'),
(258, 2281, 'mfn-post-hide-title', '0'),
(259, 2281, 'mfn-post-hide-image', '0'),
(260, 2281, 'mfn-post-sidebar2', '0'),
(261, 2281, '_thumbnail_id', '2340'),
(263, 2281, 'mfn-page-items-seo', 'Desc\r\n\r\n<h4>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do dolore magna aliqua. Ut enim ad minim veni sit amet Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do dolore magna aliqua. Ut enim ad minim.</h4>\r\n\r\n<p class="big">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n\r\n<p class="big">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 architecto beatae vitae dicta sunt explicabo. 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. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n<img src="http://themes.muffingroup.com/be/wallet/wp-content/uploads/2014/05/home_wallet_blog1.jpg" alt="home_wallet_blog1"/>\r\n\r\ncenter\r\n\r\nDesc\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit <a href="#">sed do eiusmod tempor inc</a></p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n20\r\n\r\ndefault\r\n\r\nHeading\r\n\r\n<h3>„Lorem modi tempora incidunt ut labore et dolore magnam.”</h3>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\nDesc\r\n\r\n<p class="big">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 architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>\r\n<p class="big">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. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\nDesc\r\n\r\n<h4>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco</h4>\r\n<p class="big">Phasellus sit amet nunc sed leo convallis malesuada. Aliquam justo augue, egestas et iaculis sed, ultrices et nisi. Suspendisse potenti. Nam volutpat nunc amet. Morbi lacus ex, dignissim et dui eu, commodo lobortis tortor! Proin eleifend orci purus, ac sollicitudin nibh molestie sed. Aliquam erat volutpat. Duis posuere beatae vitae dicta sunt explicabo.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n<img src="http://themes.muffingroup.com/be/wallet/wp-content/uploads/2014/05/home_wallet_blog3.jpg" alt="home_wallet_blog3"/>\r\n\r\ncenter\r\n\r\nDesc\r\n\r\n<p>Donec eleifend in metus <a href="#">malesuada sem a massa</a></p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n<img src="http://themes.muffingroup.com/be/wallet/wp-content/uploads/2014/05/home_wallet_blog4.jpg" alt="home_wallet_blog4"/>\r\n\r\ncenter\r\n\r\nDesc\r\n\r\n<p>Nulla laoreet scelerisque tortor in fringilla sapien</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n20\r\n\r\ndefault\r\n\r\nDesc\r\n\r\n<p class="big">Omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. 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 class="big">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia .</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n'),
(264, 2281, 'mfn-post-remove-padding', '0'),
(265, 2281, 'mfn-post-template', ''),
(266, 2281, 'mfn-post-header-bg', ''),
(267, 2281, 'mfn-post-intro', 'a:1:{s:9:"post-meta";s:1:"1";}'),
(268, 2281, '_wp_old_slug', '7-2'),
(293, 2394, '_wp_attached_file', '2016/10/home_wallet_pin.png'),
(294, 2394, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:69;s:6:"height";i:51;s:4:"file";s:27:"2016/10/home_wallet_pin.png";s:5:"sizes";a:1:{s:5:"50x50";a:4:{s:4:"file";s:25:"home_wallet_pin-50x37.png";s:5:"width";i:50;s:6:"height";i:37;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, 2277, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(298, 2277, 'slide_template', 'default'),
(299, 2277, 'mfn-post-hide-content', '0'),
(300, 2277, 'mfn-post-sidebar', '0'),
(301, 2277, 'mfn-post-slider', '0'),
(302, 2277, 'mfn-post-love', '124'),
(303, 2277, 'mfn-post-layout', 'no-sidebar'),
(304, 2277, 'mfn-post-slider-layer', '0'),
(305, 2277, 'mfn-post-hide-title', '0'),
(306, 2277, 'mfn-post-hide-image', '0'),
(307, 2277, 'mfn-post-sidebar2', '0'),
(308, 2277, '_thumbnail_id', '2420'),
(309, 2277, 'mfn-post-template', ''),
(310, 2277, 'mfn-post-remove-padding', '0'),
(311, 2277, 'mfn-post-intro', 'a:1:{s:9:"post-meta";s:1:"1";}'),
(313, 2277, 'mfn-page-items-seo', 'Desc\r\n\r\n<h4>Cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</h4>\r\n<p class="big">[dropcap background="transparent" color="#3e6edf" circle="0" size="2"]L[/dropcap]nsert your content hereorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim.</p>\r\n\r\n<p class="big">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudan tium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. 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 volup tatem. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\nHeading\r\n\r\n<h3 style="color: #fff;">„Lorem modi tempora incidunt ut labore et dolore magnam moditeora incidunt ut labore et dolore magnam.”</h3>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n0 5%\r\n\r\nDesc\r\n\r\n<h4>Praesent nec sapien mauris dui non augue. Nulla mi non magna. Fusce blandit ultrices posuere in, ipsum. Fusce facilisis dignissim faucibus, tortor a nulla. Integer convallis viverra, enim aliquam odio. Suspendisse semper sollicitudin.</h4>\r\n\r\n<p>Etiam at turpis. Etiam tempor auctor, ante ipsum consectetuer at, viverra accumsan, libero odio a dolor tellus vulputate leo sed ante. Vestibulum ante pellentesque quis, pellentesque sagittis vel, consequat wisi. Proin posuere. Quisque at nulla. Maecenas eleifend mauris rhoncus suscipit. Suspendisse nulla dictum accumsan sed, euismod pede, nec dui. Morbi placerat vehicula neque. Praesent in vestibulum sed, vestibulum id, elit. Aenean mollis orci. Nullam justo facilisis pharetra. Suspendisse sed dolor sit amet dignissim massa. Duis mauris consequat sapien mauris vehicula ut, consectetuer adipiscing eget, bibendum pede. Vestibulum semper convallis. Praesent elit aliquet at, vehicula elit consequat auctor non, arcu.</p>\r\n\r\n<p>Etiam ullamcorper. Nam purus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Pellentesque sed porta dolor sit amet, sodales quam ac arcu. In gravida pulvinar. Donec gravida feugiat lectus vulputate at, convallis varius. In lacinia porta. Ut bibendum vel, lacinia id, congue at, pretium erat sem volutpat a, tristique ut, lectus. Nullam risus ut justo at turpis et quam. Ut id eleifend adipiscing mauris. Pellentesque habitant morbi tristique bibendum a, mauris. Nunc a adipiscing dictum eu, dapibus tellus. Ut eget quam molestie justo at nibh lacus, euismod purus eu sem sit amet pede.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n200\r\n\r\ndefault\r\n\r\nHeading\r\n\r\n<h4 style="color: #fff;">Laoreet dignissim nec metus. Integer lectus elementum dui eu vehicula egestas augue</h4>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n120px 8% 70px\r\n\r\nDesc\r\n\r\n<h4>Lorem ipsum dolor sit amet sapien leo ac augue nec tincidunt vehicula, dui lectus, pellentesque auctor velit.</h4>\r\n\r\n<p class="big">Mauris in wisi. Aenean ac sapien. Cras ut erat. Nulla nec elementum vitae, vulputate aliquam euismod quam interdum elementum. Morbi quis nulla id nulla dictum ante. Donec eu neque tristique vitae, pede. Aliquam feugiat mattis faucibus. Sed justo at tellus. Ut sodales sapien quis nibh nulla quam nunc, fringilla aliquet. Quisque in quam purus, vehicula eget, condimentum tempor, sapien quis tortor.</p>\r\n\r\n<p class="big">In sodales rutrum, urna felis, malesuada fames ac erat. Integer tristique, augue varius eu, faucibus massa lacinia quam interdum vehicula. Nunc tristique tempus nulla. Pellentesque habitant morbi tristique bibendum sem, sed fermentum sem at quam.</p>\r\n\r\n[blockquote]Praesent nec sapien mauris dui non augue. Nulla mi non magna. Fusce blandit ultrices posuere in, ipsum. Fusce facilisis dignissim faucibus, tortor a nulla. Integer convallis viverra, enim aliquam odio. Suspendisse semper sollicitudin. Praesent et ultrices posuere cubilia.[/blockquote]\r\n[divider height="40"]\r\n\r\n<p class="big">Mauris magna sit amet, massa. Phasellus a laoreet luctus, ante ipsum consectetuer adipiscing ligula. Lorem ipsum primis in accumsan sit amet, consectetuer massa. Curabitur ac pede. Lorem ipsum primis in risus. Vivamus nibh. Etiam et libero. Nullam vulputate sagittis, nunc vel ligula accumsan tincidunt. Maecenas semper risus dolor sit amet, tempor interdum eu, tempor pede quis leo. Maecenas bibendum quis, lacinia aliquet. Quisque vitae metus. Donec congue. Proin faucibus orci luctus et nisl. Sed diam eu odio. Morbi.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n'),
(314, 2277, 'mfn-post-header-bg', ''),
(315, 2277, '_wp_old_slug', '5-2'),
(318, 2279, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(319, 2279, 'slide_template', 'default'),
(320, 2279, 'mfn-post-hide-content', '0'),
(321, 2279, 'mfn-post-sidebar', '0'),
(322, 2279, 'mfn-post-slider', '0'),
(323, 2279, 'mfn-post-love', '125'),
(324, 2279, 'mfn-post-slider-layer', '0'),
(325, 2279, 'mfn-post-hide-title', '0'),
(326, 2279, 'mfn-post-hide-image', '0'),
(327, 2279, 'mfn-post-layout', 'no-sidebar'),
(328, 2279, 'mfn-post-sidebar2', '0'),
(329, 2279, '_thumbnail_id', '2423'),
(330, 2279, 'mfn-post-template', ''),
(331, 2279, 'mfn-post-header-bg', ''),
(332, 2279, 'mfn-post-remove-padding', '0'),
(333, 2279, 'mfn-post-intro', 'a:1:{s:9:"post-meta";s:1:"1";}'),
(335, 2279, 'mfn-page-items-seo', 'Desc\r\n\r\n<h4>Vivamus posuere dui in congue fringilla elemen tum eleifend ligula quis nulla. Ut eget magna. Donec tempus nulla.</h4>\r\n<p class="big">Lorem ipsum dolor sit amet sapien leo ac augue nec tincidunt vehicula, dui lectus, pellentesque auctor velit. Mauris in wisi. Aenean ac sapien. Cras ut erat. Nulla nec elementum vitae, vulputate aliquam euismod quam interdum elementum. Morbi quis nulla id nulla dictum ante. Donec eu neque tristique vitae, pede. Aliquam feugiat mattis faucibus. Sed justo at tellus. Ut sodales sapien quis nibh nulla quam nunc, fringilla aliquet. </p>\r\n<p class="big">Ut eget quam molestie justo at nibh lacus, euismod purus eu sem sit amet pede. In accumsan orci. Proin aliquam enim ut leo. In hac habitasse platea dictumst. Duis neque ac erat. Integer eros vulputate at, bibendum vel, wisi. Mauris eros diam magna neque, fringilla et, erat. Sed eros. Mauris aliquet quis, justo. Vivamus posuere dui. In congue fringilla id, elementum eleifend, ligula. Ut eget magna. Donec tempus nulla. Aliquam gravida eros sagittis malesuada. Donec nonummy, mi. Donec in faucibus ligula. Ut sit amet, sodales dui at metus.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\nGallery\r\n\r\n[gallery link="file" columns="4" ids="2336,2340,2338,2342"]\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\nDesc\r\n\r\n<h5>Nunc dictum, metus non accumsan congue, felis ex consequat lectus, vitae euismod leo lectus vel diam. Aliquam ullamcorper, nisi id lacinia tincidunt, elit amet. Aenean sed tempor felis! Nam laoreet dui at libero finibus interdum! Maecenas diam velit, molestie vitae fringilla ultricies, ultrices eu tortor? Vivamus metus.</h5>\r\n\r\n<p class="big">Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n\r\n<p class="big">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. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\nHeading\r\n\r\n<h3 style="color: #ffffff;">Integer tempor id metus et tincidunt. Vestibulum pellentesque non massa a fringilla. Mauris aliquet tortor sed ex dignissim venenatis.</h3>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n0 5%\r\n\r\nDesc\r\n\r\n<p class="big">Tempor auctor, ante ipsum consectetuer at, viverra accumsan, libero odio a dolor tellus vulputate leo sed ante. Vestibulum ante pellentesque quis, pellentesque sagittis vel, consequat wisi. Proin posuere. Quisque at nulla. Maecenas eleifend mauris rhoncus suscipit. Suspendisse nulla dictum accumsan sed, euismod pede, nec dui. Morbi placerat vehicula neque. Praesent in vestibulum sed, vestibulum id, elit. Aenean mollis orci. Nullam justo facilisis pharetra. Suspendisse sed dolor sit amet dignissim massa. Duis mauris consequat sapien mauris vehicula ut, consectetuer adipiscing eget, bibendum pede. Vestibulum semper convallis. Praesent elit aliquet at, vehicula elit consequat auctor non, arcu. In vitae ante. Mauris magna sit amet, massa.</p>\r\n<p class="big">Phasellus a laoreet luctus, ante ipsum consectetuer adipiscing ligula. Lorem ipsum primis in accumsan sit amet, consectetuer massa. Curabitur ac pede. Lorem ipsum primis in risus. Vivamus nibh. Etiam et libero. Nullam vulputate sagittis, nunc vel ligula accumsan tincidunt. Maecenas semper risus dolor sit amet, tempor interdum eu, tempor pede quis leo. Maecenas bibendum quis, lacinia aliquet. Quisque vitae metus. Donec congue. Proin faucibus orci luctus et nisl. Sed diam eu odio. Morbi.</p>\r\n\r\nno-repeat;center top;;\r\n\r\nauto\r\n\r\n'),
(336, 2279, '_wp_old_slug', '6-2'),
(471, 2373, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(472, 2373, 'slide_template', 'default'),
(473, 2373, 'mfn-post-author', 'Brandon Ross'),
(474, 2374, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(475, 2374, 'slide_template', 'default'),
(476, 2374, 'mfn-post-author', 'Jennifer Lee'),
(477, 2376, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(478, 2376, 'slide_template', 'default'),
(479, 2376, 'mfn-post-author', 'Sara Wright'),
(480, 2381, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(481, 2381, '_form', '<div class="column one-second">[text* your-name placeholder "Seu nome"] </div>\n<div class="column one-second">[email* your-email placeholder "Seu e-mail"] </div>\n<div class="column one-second">[email* your-email placeholder "Seu telefone"] </div>\n<div class="column one">[text your-subject placeholder "Assunto"] </div>\n<div class="column one">[textarea your-message x6 placeholder "Mensagem"]</div>\n<div class="column one">[submit "Enviar"]</div>'),
(482, 2381, '_mail', 'a:9:{s:6:"active";b:1;s:7:"subject";s:35:"BeWallet - BeTheme "[your-subject]"";s:6:"sender";s:46:"[your-name] <wordpress@themes.muffingroup.com>";s:9:"recipient";s:17:"noreply@gmail.com";s:4:"body";s:195:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeWallet - BeTheme (http://themes.muffingroup.com/be/wallet)";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(483, 2381, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:35:"BeWallet - BeTheme "[your-subject]"";s:6:"sender";s:53:"BeWallet - BeTheme <wordpress@themes.muffingroup.com>";s:9:"recipient";s:12:"[your-email]";s:4:"body";s:137:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeWallet - BeTheme (http://themes.muffingroup.com/be/wallet)";s:18:"additional_headers";s:27:"Reply-To: noreply@gmail.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(484, 2381, '_messages', 'a:23:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:22:"The field is required.";s:16:"invalid_too_long";s:22:"The field is too long.";s:17:"invalid_too_short";s:23:"The field is too short.";s:12:"invalid_date";s:29:"The date format is incorrect.";s:14:"date_too_early";s:44:"The date is before the earliest one allowed.";s:13:"date_too_late";s:41:"The date is after the latest one allowed.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:20:"The file is too big.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:14:"invalid_number";s:29:"The number format is invalid.";s:16:"number_too_small";s:47:"The number is smaller than the minimum allowed.";s:16:"number_too_large";s:46:"The number is larger than the maximum allowed.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"invalid_email";s:38:"The e-mail address entered is invalid.";s:11:"invalid_url";s:19:"The URL is invalid.";s:11:"invalid_tel";s:32:"The telephone number is invalid.";}'),
(485, 2381, '_additional_settings', ''),
(486, 2381, '_locale', 'en_US'),
(487, 2395, '_wp_attached_file', 'revslider/wallet/home_wallet_slider_bg.jpg'),
(488, 2395, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:830;s:4:"file";s:42:"revslider/wallet/home_wallet_slider_bg.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-300x130.jpg";s:5:"width";i:300;s:6:"height";i:130;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-768x332.jpg";s:5:"width";i:768;s:6:"height";i:332;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1024x443.jpg";s:5:"width";i:1024;s:6:"height";i:443;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-260x112.jpg";s:5:"width";i:260;s:6:"height";i:112;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:31:"home_wallet_slider_bg-50x22.jpg";s:5:"width";i:50;s:6:"height";i:22;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:32:"home_wallet_slider_bg-150x65.jpg";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1630x830.jpg";s:5:"width";i:1630;s:6:"height";i:830;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:31:"home_wallet_slider_bg-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:31:"home_wallet_slider_bg-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1280x830.jpg";s:5:"width";i:1280;s:6:"height";i:830;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-768x830.jpg";s:5:"width";i:768;s:6:"height";i:830;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1920x750.jpg";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:33:"home_wallet_slider_bg-960x720.jpg";s:5:"width";i:960;s:6:"height";i:720;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:34:"home_wallet_slider_bg-1200x675.jpg";s:5:"width";i:1200;s:6:"height";i:675;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:{}}}'),
(489, 2396, '_wp_attached_file', 'revslider/wallet/home_wallet_slider_pic.png'),
(490, 2396, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:815;s:6:"height";i:702;s:4:"file";s:43:"revslider/wallet/home_wallet_slider_pic.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-300x258.png";s:5:"width";i:300;s:6:"height";i:258;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-768x662.png";s:5:"width";i:768;s:6:"height";i:662;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-170x146.png";s:5:"width";i:170;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-50x43.png";s:5:"width";i:50;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-87x75.png";s:5:"width";i:87;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:32:"home_wallet_slider_pic-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-815x500.png";s:5:"width";i:815;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-768x702.png";s:5:"width";i:768;s:6:"height";i:702;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:34:"home_wallet_slider_pic-815x675.png";s:5:"width";i:815;s:6:"height";i:675;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:{}}}'),
(491, 2397, '_wp_attached_file', 'revslider/wallet/home_wallet_button1.png'),
(492, 2397, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:65;s:4:"file";s:40:"revslider/wallet/home_wallet_button1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"home_wallet_button1-150x65.png";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:29:"home_wallet_button1-50x16.png";s:5:"width";i:50;s:6:"height";i:16;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:30:"home_wallet_button1-150x49.png";s:5:"width";i:150;s:6:"height";i:49;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:29:"home_wallet_button1-85x65.png";s:5:"width";i:85;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:29:"home_wallet_button1-80x65.png";s:5:"width";i:80;s:6:"height";i:65;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:{}}}'),
(493, 2398, '_wp_attached_file', 'revslider/wallet/home_wallet_button2.png'),
(494, 2398, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:213;s:6:"height";i:65;s:4:"file";s:40:"revslider/wallet/home_wallet_button2.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"home_wallet_button2-150x65.png";s:5:"width";i:150;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:29:"home_wallet_button2-50x15.png";s:5:"width";i:50;s:6:"height";i:15;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:30:"home_wallet_button2-150x46.png";s:5:"width";i:150;s:6:"height";i:46;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:29:"home_wallet_button2-85x65.png";s:5:"width";i:85;s:6:"height";i:65;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:29:"home_wallet_button2-80x65.png";s:5:"width";i:80;s:6:"height";i:65;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:{}}}'),
(495, 2399, '_wp_attached_file', '2018/10/Logo.png'),
(496, 2399, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:188;s:6:"height";i:64;s:4:"file";s:16:"2018/10/Logo.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"Logo-150x64.png";s:5:"width";i:150;s:6:"height";i:64;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:14:"Logo-50x17.png";s:5:"width";i:50;s:6:"height";i:17;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:15:"Logo-150x51.png";s:5:"width";i:150;s:6:"height";i:51;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:14:"Logo-85x64.png";s:5:"width";i:85;s:6:"height";i:64;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:14:"Logo-80x64.png";s:5:"width";i:80;s:6:"height";i:64;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(497, 2400, '_wp_attached_file', '2018/10/banner.png'),
(498, 2400, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1372;s:6:"height";i:496;s:4:"file";s:18:"2018/10/banner.png";s:5:"sizes";a:14:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"banner-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"banner-300x108.png";s:5:"width";i:300;s:6:"height";i:108;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"banner-768x278.png";s:5:"width";i:768;s:6:"height";i:278;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"banner-1024x370.png";s:5:"width";i:1024;s:6:"height";i:370;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"banner-260x94.png";s:5:"width";i:260;s:6:"height";i:94;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:16:"banner-50x18.png";s:5:"width";i:50;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:17:"banner-150x54.png";s:5:"width";i:150;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:16:"banner-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:16:"banner-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:12:"portfolio-mf";a:4:{s:4:"file";s:19:"banner-1280x496.png";s:5:"width";i:1280;s:6:"height";i:496;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:19:"banner-1280x496.png";s:5:"width";i:1280;s:6:"height";i:496;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:18:"banner-768x496.png";s:5:"width";i:768;s:6:"height";i:496;s:9:"mime-type";s:9:"image/png";}s:14:"blog-portfolio";a:4:{s:4:"file";s:18:"banner-960x496.png";s:5:"width";i:960;s:6:"height";i:496;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:19:"banner-1200x480.png";s:5:"width";i:1200;s:6:"height";i:480;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:{}}}'),
(499, 2401, '_wp_attached_file', '2018/10/doctor.jpg'),
(500, 2401, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:260;s:6:"height";i:396;s:4:"file";s:18:"2018/10/doctor.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"doctor-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:18:"doctor-197x300.jpg";s:5:"width";i:197;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"doctor-96x146.jpg";s:5:"width";i:96;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:16:"doctor-33x50.jpg";s:5:"width";i:33;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:16:"doctor-49x75.jpg";s:5:"width";i:49;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:16:"doctor-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:16:"doctor-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(501, 2402, '_wp_attached_file', '2018/10/medico.png');
INSERT INTO `wp_beg_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(502, 2402, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:426;s:6:"height";i:735;s:4:"file";s:18:"2018/10/medico.png";s:5:"sizes";a:9:{s:9:"thumbnail";a:4:{s:4:"file";s:18:"medico-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"medico-174x300.png";s:5:"width";i:174;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"medico-85x146.png";s:5:"width";i:85;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:16:"medico-29x50.png";s:5:"width";i:29;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:16:"medico-43x75.png";s:5:"width";i:43;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:16:"medico-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:16:"medico-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:18:"medico-426x500.png";s:5:"width";i:426;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:18:"medico-426x480.png";s:5:"width";i:426;s:6:"height";i:480;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:{}}}'),
(503, 2403, '_wp_attached_file', '2018/10/Female-Doctor-Transparent-Background-PNG.png'),
(504, 2403, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:602;s:6:"height";i:801;s:4:"file";s:52:"2018/10/Female-Doctor-Transparent-Background-PNG.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-225x300.png";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-110x146.png";s:5:"width";i:110;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:50:"Female-Doctor-Transparent-Background-PNG-38x50.png";s:5:"width";i:38;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:50:"Female-Doctor-Transparent-Background-PNG-56x75.png";s:5:"width";i:56;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:50:"Female-Doctor-Transparent-Background-PNG-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:50:"Female-Doctor-Transparent-Background-PNG-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-602x500.png";s:5:"width";i:602;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-list";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-602x750.png";s:5:"width";i:602;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:14:"blog-portfolio";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-602x750.png";s:5:"width";i:602;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:52:"Female-Doctor-Transparent-Background-PNG-602x480.png";s:5:"width";i:602;s:6:"height";i:480;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:{}}}'),
(505, 2387, '_edit_lock', '1589460694:2'),
(506, 2387, '_edit_last', '2'),
(507, 2387, '_wpb_vc_js_status', 'false'),
(508, 2405, '_wp_attached_file', '2018/10/mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000.png'),
(509, 2405, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:4:"file";s:83:"2018/10/mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:83:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:83:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:83:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:84:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:83:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-260x146.png";s:5:"width";i:260;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:81:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-50x28.png";s:5:"width";i:50;s:6:"height";i:28;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:82:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-133x75.png";s:5:"width";i:133;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:14:"slider-content";a:4:{s:4:"file";s:84:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-1630x860.png";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:81:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:81:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:12:"portfolio-mf";a:4:{s:4:"file";s:85:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-1280x1000.png";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:84:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-1280x500.png";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:84:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-768x1080.png";s:5:"width";i:768;s:6:"height";i:1080;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-list";a:4:{s:4:"file";s:84:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-1920x750.png";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:14:"blog-portfolio";a:4:{s:4:"file";s:83:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-960x750.png";s:5:"width";i:960;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:84:"mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000-1200x480.png";s:5:"width";i:1200;s:6:"height";i:480;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:{}}}'),
(510, 2406, '_wp_attached_file', '2018/10/doctor_PNG15988.png'),
(511, 2406, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:330;s:6:"height";i:425;s:4:"file";s:27:"2018/10/doctor_PNG15988.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"doctor_PNG15988-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:27:"doctor_PNG15988-233x300.png";s:5:"width";i:233;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:27:"doctor_PNG15988-113x146.png";s:5:"width";i:113;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:25:"doctor_PNG15988-39x50.png";s:5:"width";i:39;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:25:"doctor_PNG15988-58x75.png";s:5:"width";i:58;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:25:"doctor_PNG15988-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:25:"doctor_PNG15988-80x80.png";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(512, 2407, '_wp_attached_file', '2018/10/Back1.png'),
(513, 2407, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2002;s:6:"height";i:1127;s:4:"file";s:17:"2018/10/Back1.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Back1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"Back1-300x169.png";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"Back1-768x432.png";s:5:"width";i:768;s:6:"height";i:432;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:18:"Back1-1024x576.png";s:5:"width";i:1024;s:6:"height";i:576;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"Back1-260x146.png";s:5:"width";i:260;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:15:"Back1-50x28.png";s:5:"width";i:50;s:6:"height";i:28;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:16:"Back1-133x75.png";s:5:"width";i:133;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:14:"slider-content";a:4:{s:4:"file";s:18:"Back1-1630x860.png";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:15:"Back1-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:15:"Back1-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:12:"portfolio-mf";a:4:{s:4:"file";s:19:"Back1-1280x1000.png";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:18:"Back1-1280x500.png";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:18:"Back1-768x1127.png";s:5:"width";i:768;s:6:"height";i:1127;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-list";a:4:{s:4:"file";s:18:"Back1-1920x750.png";s:5:"width";i:1920;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:14:"blog-portfolio";a:4:{s:4:"file";s:17:"Back1-960x750.png";s:5:"width";i:960;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:18:"Back1-1200x480.png";s:5:"width";i:1200;s:6:"height";i:480;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:{}}}'),
(514, 2408, '_wp_attached_file', '2018/10/cropped-Logo.png'),
(515, 2408, '_wp_attachment_context', 'site-icon'),
(516, 2408, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:24:"2018/10/cropped-Logo.png";s:5:"sizes";a:13:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"cropped-Logo-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:24:"cropped-Logo-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:24:"cropped-Logo-146x146.png";s:5:"width";i:146;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:22:"cropped-Logo-50x50.png";s:5:"width";i:50;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:22:"cropped-Logo-75x75.png";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:22:"cropped-Logo-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:22:"cropped-Logo-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:24:"cropped-Logo-512x500.png";s:5:"width";i:512;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:24:"cropped-Logo-512x480.png";s:5:"width";i:512;s:6:"height";i:480;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-270";a:4:{s:4:"file";s:24:"cropped-Logo-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-192";a:4:{s:4:"file";s:24:"cropped-Logo-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";}s:13:"site_icon-180";a:4:{s:4:"file";s:24:"cropped-Logo-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";}s:12:"site_icon-32";a:4:{s:4:"file";s:22:"cropped-Logo-32x32.png";s:5:"width";i:32;s:6:"height";i:32;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:{}}}'),
(519, 12, '_edit_lock', '1541645855:1'),
(520, 12, '_edit_last', '1'),
(521, 12, '_wpb_vc_js_status', 'false'),
(522, 2412, '_wp_attached_file', '2018/10/back2.png'),
(523, 2412, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1690;s:6:"height";i:1127;s:4:"file";s:17:"2018/10/back2.png";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"back2-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:17:"back2-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:17:"back2-768x512.png";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:18:"back2-1024x683.png";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:17:"back2-219x146.png";s:5:"width";i:219;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:15:"back2-50x33.png";s:5:"width";i:50;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:16:"back2-112x75.png";s:5:"width";i:112;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:14:"slider-content";a:4:{s:4:"file";s:18:"back2-1630x860.png";s:5:"width";i:1630;s:6:"height";i:860;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:15:"back2-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:15:"back2-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:12:"portfolio-mf";a:4:{s:4:"file";s:19:"back2-1280x1000.png";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:18:"back2-1280x500.png";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:18:"back2-768x1127.png";s:5:"width";i:768;s:6:"height";i:1127;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-list";a:4:{s:4:"file";s:18:"back2-1690x750.png";s:5:"width";i:1690;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:14:"blog-portfolio";a:4:{s:4:"file";s:17:"back2-960x750.png";s:5:"width";i:960;s:6:"height";i:750;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:18:"back2-1200x480.png";s:5:"width";i:1200;s:6:"height";i:480;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:{}}}'),
(524, 2413, '_wp_attached_file', '2018/10/home_clinic_about.jpg'),
(525, 2413, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:564;s:6:"height";i:366;s:4:"file";s:29:"2018/10/home_clinic_about.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"home_clinic_about-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"home_clinic_about-300x195.jpg";s:5:"width";i:300;s:6:"height";i:195;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:29:"home_clinic_about-225x146.jpg";s:5:"width";i:225;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:27:"home_clinic_about-50x32.jpg";s:5:"width";i:50;s:6:"height";i:32;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:28:"home_clinic_about-116x75.jpg";s:5:"width";i:116;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:27:"home_clinic_about-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:27:"home_clinic_about-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;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:{}}}'),
(526, 14, '_edit_lock', '1589460968:2'),
(527, 14, '_edit_last', '2'),
(528, 14, '_wpb_vc_js_status', 'false'),
(531, 9, '_edit_lock', '1541420730:1'),
(532, 9, '_edit_last', '1'),
(533, 9, 'slide_template', 'default'),
(534, 9, '_wpb_vc_js_status', 'false'),
(540, 2277, '_edit_lock', '1540994585:1'),
(541, 2420, '_wp_attached_file', '2014/05/Pediatra.jpg'),
(542, 2420, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:4:"file";s:20:"2014/05/Pediatra.jpg";s:5:"sizes";a:16:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"Pediatra-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"Pediatra-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"Pediatra-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"Pediatra-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"Pediatra-219x146.jpg";s:5:"width";i:219;s:6:"height";i:146;s:9:"mime-type";s:10:"image/jpeg";}s:5:"50x50";a:4:{s:4:"file";s:18:"Pediatra-50x33.jpg";s:5:"width";i:50;s:6:"height";i:33;s:9:"mime-type";s:10:"image/jpeg";}s:14:"clients-slider";a:4:{s:4:"file";s:19:"Pediatra-112x75.jpg";s:5:"width";i:112;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:14:"slider-content";a:4:{s:4:"file";s:21:"Pediatra-1600x860.jpg";s:5:"width";i:1600;s:6:"height";i:860;s:9:"mime-type";s:10:"image/jpeg";}s:12:"testimonials";a:4:{s:4:"file";s:18:"Pediatra-85x85.jpg";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:10:"image/jpeg";}s:9:"blog-navi";a:4:{s:4:"file";s:18:"Pediatra-80x80.jpg";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:12:"portfolio-mf";a:4:{s:4:"file";s:22:"Pediatra-1280x1000.jpg";s:5:"width";i:1280;s:6:"height";i:1000;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:21:"Pediatra-1280x500.jpg";s:5:"width";i:1280;s:6:"height";i:500;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:21:"Pediatra-768x1067.jpg";s:5:"width";i:768;s:6:"height";i:1067;s:9:"mime-type";s:10:"image/jpeg";}s:14:"portfolio-list";a:4:{s:4:"file";s:21:"Pediatra-1600x750.jpg";s:5:"width";i:1600;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:14:"blog-portfolio";a:4:{s:4:"file";s:20:"Pediatra-960x750.jpg";s:5:"width";i:960;s:6:"height";i:750;s:9:"mime-type";s:10:"image/jpeg";}s:11:"blog-single";a:4:{s:4:"file";s:21:"Pediatra-1200x480.jpg";s:5:"width";i:1200;s:6:"height";i:480;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:4:"nyul";s:6:"camera";s:0:"";s:7:"caption";s:52:"Senior female doctor examining happy child, smiling.";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:4:"nyul";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:52:"Senior female doctor examining happy child, smiling.";s:11:"orientation";s:1:"0";s:8:"keywords";a:100:{i:0;s:6:"female";i:1;s:6:"doctor";i:2;s:9:"examining";i:3;s:5:"child";i:4;s:7:"general";i:5;s:12:"practitioner";i:6;s:9:"physician";i:7;s:7:"checkup";i:8;s:12:"pediatrician";i:9;s:10:"healthcare";i:10;s:7:"medical";i:11;s:3:"kid";i:12;s:7:"healing";i:13;s:11:"examination";i:14;s:6:"listen";i:15;s:9:"listening";i:16;s:11:"stethoscope";i:17;s:3:"job";i:18;s:4:"baby";i:19;s:6:"senior";i:20;s:7:"smiling";i:21;s:6:"health";i:22;s:6:"clinic";i:23;s:9:"workplace";i:24;s:8:"hospital";i:25;s:5:"nurse";i:26;s:6:"worker";i:27;s:3:"3-4";i:28;s:5:"years";i:29;s:6:"people";i:30;s:6:"office";i:31;s:5:"happy";i:32;s:6:"indoor";i:33;s:5:"woman";i:34;s:3:"toy";i:35;s:4:"bear";i:36;s:12:"professional";i:37;s:4:"help";i:38;s:8:"friendly";i:39;s:6:"mature";i:40;s:7:"sitting";i:41;s:4:"exam";i:42;s:9:"preschool";i:43;s:3:"aid";i:44;s:4:"cute";i:45;s:7:"healthy";i:46;s:5:"55-60";i:47;s:8:"children";i:48;s:7:"workers";i:49;s:7:"doctors";i:50;s:6:"female";i:51;s:6:"doctor";i:52;s:9:"examining";i:53;s:5:"child";i:54;s:7:"general";i:55;s:12:"practitioner";i:56;s:9:"physician";i:57;s:7:"checkup";i:58;s:12:"pediatrician";i:59;s:10:"healthcare";i:60;s:7:"medical";i:61;s:3:"kid";i:62;s:7:"healing";i:63;s:11:"examination";i:64;s:6:"listen";i:65;s:9:"listening";i:66;s:11:"stethoscope";i:67;s:3:"job";i:68;s:4:"baby";i:69;s:6:"senior";i:70;s:7:"smiling";i:71;s:6:"health";i:72;s:6:"clinic";i:73;s:9:"workplace";i:74;s:8:"hospital";i:75;s:5:"nurse";i:76;s:6:"worker";i:77;s:3:"3-4";i:78;s:5:"years";i:79;s:6:"people";i:80;s:6:"office";i:81;s:5:"happy";i:82;s:6:"indoor";i:83;s:5:"woman";i:84;s:3:"toy";i:85;s:4:"bear";i:86;s:12:"professional";i:87;s:4:"help";i:88;s:8:"friendly";i:89;s:6:"mature";i:90;s:7:"sitting";i:91;s:4:"exam";i:92;s:9:"preschool";i:93;s:3:"aid";i:94;s:4:"cute";i:95;s:7:"healthy";i:96;s:5:"55-60";i:97;s:8:"children";i:98;s:7:"workers";i:99;s:7:"doctors";}}}'),
(543, 2277, '_edit_last', '1'),
(546, 2277, '_wp_old_slug', 'vestibulum-commodo-volutpat-laoreet'),
(549, 2279, '_edit_lock', '1540994984:1'),
(550, 2423, '_wp_attached_file', '2014/05/ortopedia.png'),
(551, 2423, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:770;s:6:"height";i:538;s:4:"file";s:21:"2014/05/ortopedia.png";s:5:"sizes";a:11:{s:9:"thumbnail";a:4:{s:4:"file";s:21:"ortopedia-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:21:"ortopedia-300x210.png";s:5:"width";i:300;s:6:"height";i:210;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:21:"ortopedia-768x537.png";s:5:"width";i:768;s:6:"height";i:537;s:9:"mime-type";s:9:"image/png";}s:14:"post-thumbnail";a:4:{s:4:"file";s:21:"ortopedia-209x146.png";s:5:"width";i:209;s:6:"height";i:146;s:9:"mime-type";s:9:"image/png";}s:5:"50x50";a:4:{s:4:"file";s:19:"ortopedia-50x35.png";s:5:"width";i:50;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}s:14:"clients-slider";a:4:{s:4:"file";s:20:"ortopedia-107x75.png";s:5:"width";i:107;s:6:"height";i:75;s:9:"mime-type";s:9:"image/png";}s:12:"testimonials";a:4:{s:4:"file";s:19:"ortopedia-85x85.png";s:5:"width";i:85;s:6:"height";i:85;s:9:"mime-type";s:9:"image/png";}s:9:"blog-navi";a:4:{s:4:"file";s:19:"ortopedia-80x80.png";s:5:"width";i:80;s:6:"height";i:80;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-w";a:4:{s:4:"file";s:21:"ortopedia-770x500.png";s:5:"width";i:770;s:6:"height";i:500;s:9:"mime-type";s:9:"image/png";}s:14:"portfolio-mf-t";a:4:{s:4:"file";s:21:"ortopedia-768x538.png";s:5:"width";i:768;s:6:"height";i:538;s:9:"mime-type";s:9:"image/png";}s:11:"blog-single";a:4:{s:4:"file";s:21:"ortopedia-770x480.png";s:5:"width";i:770;s:6:"height";i:480;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:{}}}'),
(552, 2279, '_edit_last', '1'),
(555, 2279, '_wp_old_slug', 'quisque-lorem-tortor-fringilla-sed-vesti-bulum'),
(556, 2281, '_edit_lock', '1540995143:1'),
(557, 2281, '_edit_last', '1'),
(560, 2281, '_wp_old_slug', 'vivamus-sit-amet-metus-sem-imperdiet'),
(564, 16, '_edit_lock', '1589413209:2'),
(565, 16, '_edit_last', '2'),
(566, 16, '_wpb_vc_js_status', 'true'),
(567, 2381, '_config_errors', 'a:1:{s:11:"mail.sender";a:1:{i:0;a:2:{s:4:"code";i:103;s:4:"args";a:3:{s:7:"message";s:0:"";s:6:"params";a:0:{}s:4:"link";s:70:"https://contactform7.com/configuration-errors/email-not-in-site-domain";}}}}'),
(569, 2431, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(570, 2431, '_menu_item_type', 'custom'),
(571, 2431, '_menu_item_menu_item_parent', '0'),
(572, 2431, '_menu_item_object_id', '2431'),
(573, 2431, '_menu_item_object', 'custom'),
(574, 2431, '_menu_item_target', ''),
(575, 2431, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(576, 2431, '_menu_item_xfn', ''),
(577, 2431, '_menu_item_url', 'https://begservicosmedicos.com.br/cadastro/'),
(579, 2431, 'menu-item-mfn-megamenu', ''),
(580, 2431, 'menu-item-mfn-bg', ''),
(581, 2373, 'mfn-post-love', '0'),
(583, 2433, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(584, 2433, 'sg_popup_scripts', 'a:2:{s:2:"js";a:0:{}s:3:"css";s:0:"";}'),
(585, 2433, 'sg_popup_events_preview', 'a:0:{}'),
(586, 2433, 'sg_popup_options_preview', 'a:52:{s:12:"sgpb-post-id";s:4:"2433";s:14:"sgpb-image-url";s:80:"https://begservicosmedicos.com.br/wp-content/uploads/2020/05/Design-sem-nome.png";s:24:"sgpb-target[0][0][param]";s:13:"page_selected";s:27:"sgpb-target[0][0][operator]";s:2:"==";s:26:"sgpb-target[0][0][value][]";s:4:"2387";s:24:"sgpb-target[0][1][param]";s:8:"not_rule";s:9:"sgpb-type";s:5:"image";s:15:"sgpb-is-preview";s:1:"0";s:14:"sgpb-is-active";s:7:"checked";s:24:"sgpb-events[0][0][param]";s:4:"load";s:24:"sgpb-events[0][0][value]";s:0:"";s:47:"sgpb-behavior-after-special-events[0][0][param]";s:12:"select_event";s:18:"sgpb-popup-z-index";s:4:"9999";s:17:"sgpb-popup-themes";s:12:"sgpb-theme-1";s:25:"sgpb-overlay-custom-class";s:18:"sgpb-popup-overlay";s:18:"sgpb-overlay-color";s:0:"";s:20:"sgpb-overlay-opacity";s:3:"0.8";s:25:"sgpb-content-custom-class";s:16:"sg-popup-content";s:12:"sgpb-esc-key";s:2:"on";s:24:"sgpb-enable-close-button";s:2:"on";s:23:"sgpb-close-button-delay";s:1:"0";s:26:"sgpb-close-button-position";s:11:"bottomRight";s:24:"sgpb-button-position-top";s:0:"";s:26:"sgpb-button-position-right";s:1:"9";s:27:"sgpb-button-position-bottom";s:1:"9";s:25:"sgpb-button-position-left";s:0:"";s:17:"sgpb-button-image";s:0:"";s:23:"sgpb-button-image-width";s:2:"21";s:24:"sgpb-button-image-height";s:2:"21";s:17:"sgpb-border-color";s:7:"#000000";s:18:"sgpb-border-radius";s:1:"0";s:23:"sgpb-border-radius-type";s:1:"%";s:16:"sgpb-button-text";s:5:"Close";s:18:"sgpb-overlay-click";s:2:"on";s:25:"sgpb-popup-dimension-mode";s:14:"responsiveMode";s:33:"sgpb-responsive-dimension-measure";s:4:"auto";s:10:"sgpb-width";s:5:"640px";s:11:"sgpb-height";s:5:"480px";s:14:"sgpb-max-width";s:0:"";s:15:"sgpb-max-height";s:0:"";s:14:"sgpb-min-width";s:3:"120";s:15:"sgpb-min-height";s:0:"";s:26:"sgpb-open-animation-effect";s:9:"No effect";s:27:"sgpb-close-animation-effect";s:9:"No effect";s:29:"sgpb-enable-content-scrolling";s:2:"on";s:16:"sgpb-popup-order";s:1:"0";s:16:"sgpb-popup-delay";s:1:"0";s:7:"sgpb-js";s:2:"JS";s:8:"sgpb-css";s:3:"CSS";s:25:"sgpb-enable-popup-overlay";s:2:"on";s:22:"sgpb-button-image-data";s:0:"";s:26:"sgpb-background-image-data";s:0:"";}'),
(587, 2433, '_edit_lock', '1589412679:2'),
(588, 2433, '_edit_last', '2'),
(589, 2434, '_wp_attached_file', '2020/05/Design-sem-nome.png'),
(590, 2434, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1080;s:6:"height";i:1080;s:4:"file";s:27:"2020/05/Design-sem-nome.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:{}}}'),
(591, 2433, 'slide_template', 'default'),
(592, 2433, 'sg_popup_target', 'a:2:{s:11:"sgpb-target";a:1:{i:0;a:2:{i:0;a:3:{s:5:"param";s:13:"page_selected";s:8:"operator";s:2:"==";s:5:"value";a:1:{i:2387;s:4:"Home";}}i:1;a:1:{s:5:"param";s:8:"not_rule";}}}s:15:"sgpb-conditions";N;}'),
(593, 2433, 'sg_popup_events', 'a:1:{i:0;a:1:{i:0;a:3:{s:5:"param";s:4:"load";s:5:"value";s:0:"";s:12:"hiddenOption";a:0:{}}}}'),
(594, 2433, 'sg_popup_options', 'a:47:{s:14:"sgpb-image-url";s:80:"https://begservicosmedicos.com.br/wp-content/uploads/2020/05/Design-sem-nome.png";s:9:"sgpb-type";s:5:"image";s:15:"sgpb-is-preview";s:1:"0";s:14:"sgpb-is-active";s:7:"checked";s:34:"sgpb-behavior-after-special-events";a:1:{i:0;a:1:{i:0;a:1:{s:5:"param";s:12:"select_event";}}}s:18:"sgpb-popup-z-index";s:4:"9999";s:17:"sgpb-popup-themes";s:12:"sgpb-theme-1";s:25:"sgpb-overlay-custom-class";s:18:"sgpb-popup-overlay";s:18:"sgpb-overlay-color";s:0:"";s:20:"sgpb-overlay-opacity";s:3:"0.8";s:25:"sgpb-content-custom-class";s:16:"sg-popup-content";s:12:"sgpb-esc-key";s:2:"on";s:24:"sgpb-enable-close-button";s:2:"on";s:23:"sgpb-close-button-delay";s:1:"0";s:26:"sgpb-close-button-position";s:11:"bottomRight";s:24:"sgpb-button-position-top";s:0:"";s:26:"sgpb-button-position-right";s:1:"9";s:27:"sgpb-button-position-bottom";s:1:"9";s:25:"sgpb-button-position-left";s:0:"";s:17:"sgpb-button-image";s:0:"";s:23:"sgpb-button-image-width";s:2:"21";s:24:"sgpb-button-image-height";s:2:"21";s:17:"sgpb-border-color";s:7:"#000000";s:18:"sgpb-border-radius";s:1:"0";s:23:"sgpb-border-radius-type";s:1:"%";s:16:"sgpb-button-text";s:5:"Close";s:18:"sgpb-overlay-click";s:2:"on";s:25:"sgpb-popup-dimension-mode";s:14:"responsiveMode";s:33:"sgpb-responsive-dimension-measure";s:4:"auto";s:10:"sgpb-width";s:5:"640px";s:11:"sgpb-height";s:5:"480px";s:14:"sgpb-max-width";s:0:"";s:15:"sgpb-max-height";s:0:"";s:14:"sgpb-min-width";s:3:"120";s:15:"sgpb-min-height";s:0:"";s:30:"sgpb-copy-to-clipboard-message";s:20:"Copied to Clipboard!";s:26:"sgpb-open-animation-effect";s:9:"No effect";s:27:"sgpb-close-animation-effect";s:9:"No effect";s:29:"sgpb-enable-content-scrolling";s:2:"on";s:16:"sgpb-popup-order";s:1:"0";s:16:"sgpb-popup-delay";s:1:"0";s:7:"sgpb-js";s:2:"JS";s:8:"sgpb-css";s:3:"CSS";s:12:"sgpb-post-id";s:4:"2433";s:25:"sgpb-enable-popup-overlay";s:2:"on";s:22:"sgpb-button-image-data";s:0:"";s:26:"sgpb-background-image-data";s:0:"";}');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_posts`
--

CREATE TABLE `wp_beg_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_posts`
--

INSERT INTO `wp_beg_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
(2, 1, '2018-10-30 18:05:33', '2018-10-30 20:05:33', 'Este é o exemplo de uma página. É diferente de um post de blog porque é estática e pode aparecer em menus de navegação (na maioria dos temas). A maioria das pessoas começam com uma página \'Sobre\' que as apresenta aos potenciais visitantes do site. Você pode usar algo como:\n\n<blockquote>Oi! Sou um estudante de Biologia e gosto de esportes e natureza. Nos fins de semana pratico futebol com meus amigos no clube local. Eu moro em Valinhos e fiz este site para falar sobre minha cidade.</blockquote>\n\n...ou algo como:\n\n<blockquote>A empresa Logos foi fundada em 1980, e tem provido o comércio local com o que há de melhor em informatização. Localizada em Recife, nossa empresa tem se destacado como um das que também contribuem para o descarte correto de equipamentos eletrônicos substituídos.</blockquote>\n\nComo um novo usuário WordPress, vá ao seu <a href="http://www.begservicosmedicos.com.br/wp-admin/">Painel</a> para excluir este conteúdo e criar o seu. Divirta-se!', 'Página de exemplo', '', 'publish', 'closed', 'open', '', 'pagina-exemplo', '', '', '2018-10-30 18:05:33', '2018-10-30 20:05:33', '', 0, 'http://www.begservicosmedicos.com.br/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-10-30 18:05:33', '2018-10-30 20:05:33', '<h2>Quem somos</h2><p>O endereço do nosso site é: http://www.begservicosmedicos.com.br.</p><h2>Quais dados pessoais coletamos e porque</h2><h3>Comentários</h3><p>Quando os visitantes deixam comentários no site, coletamos os dados mostrados no formulário de comentários, além do endereço de IP e de dados do navegador do visitante, para auxiliar na detecção de spam.</p><p>Uma sequência anonimizada de caracteres criada a partir do seu e-mail (também chamada de hash) poderá ser enviada para o Gravatar para verificar se você usa o serviço. A política de privacidade do Gravatar está disponível aqui: https://automattic.com/privacy/. Depois da aprovação do seu comentário, a foto do seu perfil fica visível publicamente junto de seu comentário.</p><h3>Mídia</h3><p>Se você envia imagens para o site, evite enviar as que contenham dados de localização incorporados (EXIF GPS). Visitantes podem baixar estas imagens do site e extrair delas seus dados de localização.</p><h3>Formulários de contato</h3><h3>Cookies</h3><p>Ao deixar um comentário no site, você poderá optar por salvar seu nome, e-mail e site nos cookies. Isso visa seu conforto, assim você não precisará preencher seus  dados novamente quando fizer outro comentário. Estes cookies duram um ano.</p><p>Se você tem uma conta e acessa este site, um cookie temporário será criado para determinar se seu navegador aceita cookies. Ele não contém nenhum dado pessoal e será descartado quando você fechar seu navegador.</p><p>Quando você acessa sua conta no site, também criamos vários cookies para salvar os dados da sua conta e suas escolhas de exibição de tela. Cookies de login são mantidos por dois dias e cookies de opções de tela por um ano. Se você selecionar &quot;Lembrar-me&quot;, seu acesso será mantido por duas semanas. Se você se desconectar da sua conta, os cookies de login serão removidos.</p><p>Se você editar ou publicar um artigo, um cookie adicional será salvo no seu navegador. Este cookie não inclui nenhum dado pessoal e simplesmente indica o ID do post referente ao artigo que você acabou de editar. Ele expira depois de 1 dia.</p><h3>Mídia incorporada de outros sites</h3><p>Artigos neste site podem incluir conteúdo incorporado como, por exemplo, vídeos, imagens, artigos, etc. Conteúdos incorporados de outros sites se comportam exatamente da mesma forma como se o visitante estivesse visitando o outro site.</p><p>Estes sites podem coletar dados sobre você, usar cookies, incorporar rastreamento adicional de terceiros e monitorar sua interação com este conteúdo incorporado, incluindo sua interação com o conteúdo incorporado se você tem uma conta e está conectado com o site.</p><h3>Análises</h3><h2>Com quem partilhamos seus dados</h2><h2>Por quanto tempo mantemos os seus dados</h2><p>Se você deixar um comentário, o comentário e os seus metadados são conservados indefinidamente. Fazemos isso para que seja possível reconhecer e aprovar automaticamente qualquer comentário posterior ao invés de retê-lo para moderação.</p><p>Para usuários que se registram no nosso site (se houver), também guardamos as informações pessoais que fornecem no seu perfil de usuário. Todos os usuários podem ver, editar ou excluir suas informações pessoais a qualquer momento (só não é possível alterar o seu username). Os administradores de sites também podem ver e editar estas informações.</p><h2>Quais os seus direitos sobre seus dados</h2><p>Se você tiver uma conta neste site ou se tiver deixado comentários, pode solicitar um arquivo exportado dos dados pessoais que mantemos sobre você, inclusive quaisquer dados que nos tenha fornecido. Também pode solicitar que removamos qualquer dado pessoal que mantemos sobre você. Isto não inclui nenhuns dados que somos obrigados a manter para propósitos administrativos, legais ou de segurança.</p><h2>Para onde enviamos seus dados</h2><p>Comentários de visitantes podem ser marcados por um serviço automático de detecção de spam.</p><h2>Suas informações de contato</h2><h2>Informações adicionais</h2><h3>Como protegemos seus dados</h3><h3>Quais são nossos procedimentos contra violação de dados</h3><h3>De quais terceiros nós recebemos dados</h3><h3>Quais tomadas de decisão ou análises de perfil automatizadas fazemos com os dados de usuários</h3><h3>Requisitos obrigatórios de divulgação para sua categoria profissional</h3>', 'Política de privacidade', '', 'draft', 'closed', 'open', '', 'politica-de-privacidade', '', '', '2018-10-30 18:05:33', '2018-10-30 20:05:33', '', 0, 'http://www.begservicosmedicos.com.br/?page_id=3', 0, 'page', '', 0),
(7, 1, '2018-10-30 18:55:33', '2018-10-30 20:55:33', '<label> Seu nome (obrigatório)\n    [text* your-name] </label>\n\n<label> Seu e-mail (obrigatório)\n    [email* your-email] </label>\n\n<label> Assunto\n    [text your-subject] </label>\n\n<label> Sua mensagem\n    [textarea your-message] </label>\n\n[submit "Enviar"]\nBeg Serviços "[your-subject]"\n[your-name] <wordpress@begservicosmedicos.com.br>\nDe: [your-name] <[your-email]>\nAssunto: [your-subject]\n\nCorpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Beg Serviços (http://www.begservicosmedicos.com.br)\nsuporte@uug.com.br\nReply-To: [your-email]\n\n0\n0\n\nBeg Serviços "[your-subject]"\nBeg Serviços <wordpress@begservicosmedicos.com.br>\nCorpo da mensagem:\n[your-message]\n\n-- \nEste e-mail foi enviado de um formulário de contato em Beg Serviços (http://www.begservicosmedicos.com.br)\n[your-email]\nReply-To: suporte@uug.com.br\n\n0\n0\nAgradecemos a sua mensagem.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nUm ou mais campos possuem um erro. Verifique e tente novamente.\nOcorreu um erro ao tentar enviar sua mensagem. Tente novamente mais tarde.\nVocê deve aceitar os termos e condições antes de enviar sua mensagem.\nO campo é obrigatório.\nO campo é muito longo.\nO campo é muito curto.', 'Formulário de contato 1', '', 'publish', 'closed', 'closed', '', 'formulario-de-contato-1', '', '', '2018-10-30 18:55:33', '2018-10-30 20:55:33', '', 0, 'http://www.begservicosmedicos.com.br/?post_type=wpcf7_contact_form&p=7', 0, 'wpcf7_contact_form', '', 0),
(9, 1, '2016-10-19 12:50:51', '2016-10-19 12:50:51', '', 'Nosso Blog', '', 'publish', 'closed', 'closed', '', 'novidades-e-noticias', '', '', '2018-10-31 11:53:25', '2018-10-31 13:53:25', '', 0, 'http://themes.muffingroup.com/be/wallet/?page_id=9', 0, 'page', '', 0),
(12, 1, '2016-10-19 13:12:55', '2016-10-19 13:12:55', '', 'Quem Somos', '', 'publish', 'closed', 'closed', '', 'beg-servicos-medicos', '', '', '2018-11-08 00:56:57', '2018-11-08 02:56:57', '', 0, 'http://themes.muffingroup.com/be/wallet/?page_id=12', 0, 'page', '', 0),
(14, 1, '2016-10-19 13:13:10', '2016-10-19 13:13:10', '', 'Nossos Serviços', '', 'publish', 'closed', 'closed', '', 'servicos-medicos', '', '', '2020-05-14 09:54:37', '2020-05-14 12:54:37', '', 0, 'http://themes.muffingroup.com/be/wallet/?page_id=14', 0, 'page', '', 0),
(16, 1, '2016-10-19 13:13:20', '2016-10-19 13:13:20', '', 'Fale Conosco', '', 'publish', 'closed', 'closed', '', 'fale-com-a-bg-servicos-medicos', '', '', '2020-05-13 20:41:41', '2020-05-13 23:41:41', '', 0, 'http://themes.muffingroup.com/be/wallet/?page_id=16', 0, 'page', '', 0),
(21, 1, '2016-10-19 13:15:43', '2016-10-19 13:15:43', '', 'home_wallet_slider_bg', '', 'inherit', 'open', 'closed', '', 'home_wallet_slider_bg', '', '', '2016-10-19 13:15:43', '2016-10-19 13:15:43', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_slider_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2016-10-19 13:15:53', '2016-10-19 13:15:53', '', 'home_wallet_slider_pic', '', 'inherit', 'open', 'closed', '', 'home_wallet_slider_pic', '', '', '2016-10-19 13:15:53', '2016-10-19 13:15:53', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_slider_pic.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2016-10-19 13:21:14', '2016-10-19 13:21:14', '', 'home_wallet_pic1', '', 'inherit', 'open', 'closed', '', 'home_wallet_pic1', '', '', '2016-10-19 13:21:14', '2016-10-19 13:21:14', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_pic1.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2016-10-19 13:23:14', '2016-10-19 13:23:14', '', 'home_wallet_bgsection1', '', 'inherit', 'open', 'closed', '', 'home_wallet_bgsection1', '', '', '2016-10-19 13:23:14', '2016-10-19 13:23:14', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_bgsection1.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2016-10-19 13:28:55', '2016-10-19 13:28:55', '', 'home_wallet_bgsection2', '', 'inherit', 'open', 'closed', '', 'home_wallet_bgsection2', '', '', '2016-10-19 13:28:55', '2016-10-19 13:28:55', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_bgsection2.jpg', 0, 'attachment', 'image/jpeg', 0),
(29, 1, '2016-10-19 13:29:46', '2016-10-19 13:29:46', '', 'home_wallet_slider_pic2', '', 'inherit', 'open', 'closed', '', 'home_wallet_slider_pic2', '', '', '2016-10-19 13:29:46', '2016-10-19 13:29:46', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_slider_pic2.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2016-10-19 13:36:56', '2016-10-19 13:36:56', '', 'wallet', '', 'inherit', 'open', 'closed', '', 'wallet', '', '', '2016-10-19 13:36:56', '2016-10-19 13:36:56', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/wallet.png', 0, 'attachment', 'image/png', 0),
(37, 1, '2016-10-19 13:36:56', '2016-10-19 13:36:56', '', 'retina-wallet', '', 'inherit', 'open', 'closed', '', 'retina-wallet', '', '', '2016-10-19 13:36:56', '2016-10-19 13:36:56', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/retina-wallet.png', 0, 'attachment', 'image/png', 0),
(38, 1, '2016-10-19 13:50:58', '2016-10-19 13:50:58', '', 'home_wallet_button1', '', 'inherit', 'open', 'closed', '', 'home_wallet_button1', '', '', '2016-10-19 13:50:58', '2016-10-19 13:50:58', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_button1.png', 0, 'attachment', 'image/png', 0),
(39, 1, '2016-10-19 13:50:59', '2016-10-19 13:50:59', '', 'home_wallet_button2', '', 'inherit', 'open', 'closed', '', 'home_wallet_button2', '', '', '2016-10-19 13:50:59', '2016-10-19 13:50:59', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_button2.png', 0, 'attachment', 'image/png', 0),
(40, 1, '2016-10-19 14:01:15', '2016-10-19 14:01:15', '', 'Client 1', '', 'publish', 'closed', 'closed', '', 'client-1', '', '', '2016-10-19 14:01:15', '2016-10-19 14:01:15', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=client&#038;p=40', 0, 'client', '', 0),
(41, 1, '2016-10-19 14:01:08', '2016-10-19 14:01:08', '', 'home_wallet_client_3', '', 'inherit', 'open', 'closed', '', 'home_wallet_client_3', '', '', '2016-10-19 14:01:08', '2016-10-19 14:01:08', '', 40, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_client_3.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2016-10-19 14:01:08', '2016-10-19 14:01:08', '', 'home_wallet_client_4', '', 'inherit', 'open', 'closed', '', 'home_wallet_client_4', '', '', '2016-10-19 14:01:08', '2016-10-19 14:01:08', '', 40, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_client_4.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2016-10-19 14:01:08', '2016-10-19 14:01:08', '', 'home_wallet_client_5', '', 'inherit', 'open', 'closed', '', 'home_wallet_client_5', '', '', '2016-10-19 14:01:08', '2016-10-19 14:01:08', '', 40, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_client_5.png', 0, 'attachment', 'image/png', 0),
(44, 1, '2016-10-19 14:01:09', '2016-10-19 14:01:09', '', 'home_wallet_client_6', '', 'inherit', 'open', 'closed', '', 'home_wallet_client_6', '', '', '2016-10-19 14:01:09', '2016-10-19 14:01:09', '', 40, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_client_6.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2016-10-19 14:01:09', '2016-10-19 14:01:09', '', 'home_wallet_client_1', '', 'inherit', 'open', 'closed', '', 'home_wallet_client_1', '', '', '2016-10-19 14:01:09', '2016-10-19 14:01:09', '', 40, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_client_1.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2016-10-19 14:01:10', '2016-10-19 14:01:10', '', 'home_wallet_client_2', '', 'inherit', 'open', 'closed', '', 'home_wallet_client_2', '', '', '2016-10-19 14:01:10', '2016-10-19 14:01:10', '', 40, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_client_2.png', 0, 'attachment', 'image/png', 0),
(47, 1, '2016-10-19 14:01:32', '2016-10-19 14:01:32', '', 'Client 2', '', 'publish', 'closed', 'closed', '', 'client-2', '', '', '2016-10-19 14:01:32', '2016-10-19 14:01:32', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=client&#038;p=47', 0, 'client', '', 0),
(48, 1, '2016-10-19 14:01:47', '2016-10-19 14:01:47', '', 'Client 3', '', 'publish', 'closed', 'closed', '', 'client-3', '', '', '2016-10-19 14:01:47', '2016-10-19 14:01:47', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=client&#038;p=48', 0, 'client', '', 0),
(49, 1, '2016-10-19 14:02:03', '2016-10-19 14:02:03', '', 'Client 4', '', 'publish', 'closed', 'closed', '', 'client-4', '', '', '2016-10-19 14:02:03', '2016-10-19 14:02:03', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=client&#038;p=49', 0, 'client', '', 0),
(50, 1, '2016-10-19 14:02:19', '2016-10-19 14:02:19', '', 'Client 5', '', 'publish', 'closed', 'closed', '', 'client-5', '', '', '2016-10-19 14:02:19', '2016-10-19 14:02:19', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=client&#038;p=50', 0, 'client', '', 0),
(51, 1, '2016-10-19 14:02:34', '2016-10-19 14:02:34', '', 'Client 6', '', 'publish', 'closed', 'closed', '', 'client-6', '', '', '2016-10-19 14:02:34', '2016-10-19 14:02:34', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=client&#038;p=51', 0, 'client', '', 0),
(2277, 1, '2014-05-08 09:29:42', '2014-05-08 09:29:42', 'A <strong>Sociedade Brasileira de Pediatria</strong>  emitiu um <strong>alerta</strong> para os riscos da exposição frequente de crianças a exames por imagem como tomografias computadorizadas e raios-x. De acordo com dados do Sistema de Informações Ambulatoriais do Sistema Único de Saúde (SUS),  4% de todos os procedimentos médicos por imagem nos últimos dez anos - 350 milhões de pessoas em números brutos -, foram realizados em crianças e adolescentes de até 19 anos.\r\n<div class="veja-tambem"></div>\r\nO objetivo da campanha proposta pela entidade é conscientizar para o uso moderado das ferramentas e até mesmo de modo adaptado, para atender às necessidades dos pequenos de modo mais eficiente.\r\n\r\nA principal justificativa é que os mais jovens possuem maior sensibilidade aos efeitos da radiação ionizante sobre o corpo, uma vez que estão em desenvolvimento.\r\n\r\n"Para os médicos, os exames de imagem são muito úteis à medicina e, por vezes, essenciais ao diagnóstico em adultos e crianças. Entretanto, alguns desses exames emitem radiação nociva à saúde e, por isso, a Sociedade Brasileira de Pediatria, em parceria com outras entidades nacionais e internacionais, lança uma campanha que alerta sobre o uso racional dessas ferramentas. Além dos pediatras, os radiologistas e outros técnicos envolvidos no processo também devem ser bem orientados", defendeu a entidade, por meio de comunicado.\r\n\r\n<em>* Com informações da Agência Brasil</em>', 'Pediatras pedem cautela em exames por imagens em crianças', 'Quisque justo augue ut urna eu eros. Sed id elit tincidunt et, fermentum vel, wisi. In vitae erat eget arcu nunc venenatis placerat molestie.', 'publish', 'open', 'open', '', 'pediatria', '', '', '2018-10-31 12:04:43', '2018-10-31 14:04:43', '', 0, 'http://themes.muffingroup.com/betheme/?p=2277', 0, 'post', '', 0),
(2279, 1, '2014-05-07 09:30:33', '2014-05-07 09:30:33', 'Problema que afeta cerca de 60 milhões de brasileiros e crescente por causa do <strong><a href="https://tudo-sobre.estadao.com.br/terceira-idade" target="_blank" rel="noopener">envelhecimento</a></strong> da população, a dor crônica passa a ser alvo de novas abordagens terapêuticas que fogem dos tratamentos convencionais feitos com <strong><a href="https://tudo-sobre.estadao.com.br/medicamento" target="_blank" rel="noopener">medicamentos</a></strong> e reabilitação. Para o grupo de pacientes que não melhoram com as terapias padrão, médicos e cientistas têm oferecido e estudado técnicas que incluem desde a estimulação elétrica do sistema nervoso para aliviar a dor até a aplicação de células-tronco do próprio paciente na região lesionada em busca de regeneração.\r\n<div></div>\r\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;926323&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\r\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/7/1/1537754554317.jpg" alt="ctv-pcj-hermelindo" /><figcaption>O engenheiro Hermelindo de Oliveira fez peregrinação em busca de técnica para amenizar sua dor. Hoje comemora: ‘Finalmente fiquei bem’ Foto: TIAGO QUEIROZ/ESTADãO</figcaption></figure>\r\n</div>\r\nNem todas as novas abordagens são regulamentadas no Brasil, mas, mesmo assim, a chamada Medicina Intervencionista em Dor já é tratada como subespecialidade médica no País, com mais de 300 membros na sociedade criada para este fim.\r\n<div class="limite-continuar-lendo"></div>\r\n“Podemos dizer que temos dois grandes grupos de técnicas nessa área: a neuromodulação, que utiliza correntes elétricas ou bombas de infusão para bloquear a parte do sistema nervoso que sinaliza a dor; e a <strong><a href="https://tudo-sobre.estadao.com.br/medicina" target="_blank" rel="noopener">medicina</a></strong> regenerativa, na qual são usadas substâncias ou células do próprio paciente para provocar uma reação no tecido lesionado e, assim, sua consequente regeneração”, explica Fabrício Dias Assis, médico do Singular Centro de Controle da Dor e membro da diretoria executiva do Instituto Mundial da Dor.\r\n\r\nNo rol de alternativas, as técnicas de neuromodulação são as mais avançadas, com muitas delas já regulamentadas e praticadas no Brasil. Já as de medicina regenerativa ainda são, em sua maioria, consideradas experimentais pelo <strong><a href="https://tudo-sobre.estadao.com.br/conselho-federal-de-medicina" target="_blank" rel="noopener">Conselho Federal de Medicina</a></strong>.\r\n\r\nNa última semana, Assis presidiu o Congresso da Sociedade Brasileira de Médicos Intervencionistas em Dor (Sobramid), realizado em Campinas e que teve como foco discutir justamente os avanços dos estudos em medicina regenerativa.\r\n\r\n“O mecanismo de todas as terapias regenerativas é parecido: injetamos células-tronco mesenquimais (que dão origem aos ossos e às cartilagens) de algum tecido para estimular a produção de um novo tecido saudável”, diz Assis. Entre os compostos utilizados nessas terapias estão o plasma rico em plaquetas (PRP), que vem do sangue; o aspirado concentrado de medula óssea e células adiposas tiradas da própria gordura corporal.\r\n\r\nNo geral, as técnicas são indicadas para pacientes com dor crônica provenientes de doenças degenerativas dos ossos e das articulações, como artrose.\r\n<h3 class="intertitulo">Escala</h3>\r\nMédica especialista no tratamento da dor do Hospital Alemão Oswaldo Cruz, Roberta Risso destaca que essas terapias ainda não são usadas em larga escala porque, embora tenham demonstrado ótimos resultados em laboratório, aguardam estudos mais robustos em humanos. “Esses tratamentos são muito promissores. No futuro, acreditamos que eles podem tratar uma artrose sem a necessidade de colocação de próteses, por exemplo, mas, por enquanto, os estudos não conseguiram fazer as células se regenerarem da forma necessária como observamos nos experimentos in vitro”, disse a especialista.\r\n\r\nE para que essas terapias sejam aprovadas, seria necessária, além de mais estudos, uma regulamentação específica também para o processamento dessas células. Depois de retiradas, elas precisam passar por processos de centrifugação ou purificação antes de serem reinseridas no corpo, o que pede um rigoroso controle de qualidade e regras da Agência Nacional de Vigilância Sanitária (Anvisa).\r\n\r\nNeuromodulação. Enquanto a medicina regenerativa segue em estudos, as terapias de neuromodulação, já com mais evidências científicas, têm sido usadas como alternativa para pacientes que não respondem a analgésicos e fisioterapia.\r\n\r\n“A neuromodulação inclui desde procedimentos como implantes de bombas de infusão de medicamentos ou de eletrodos até procedimentos cirúrgico em que raízes de nervos são destruídas para anular a sensação de dor”, explica o neurocirurgião Guilherme Lepski, professor da Faculdade de Medicina da Universidade de São Paulo (FMUSP) e da Universidade de Tubingen, na Alemanha.\r\n\r\nOs especialistas explicam que, embora essas técnicas já tenham sido tema de vários estudos que comprovaram seus benefícios, a oferta delas ainda é restrita a clínicas privadas ou centros públicos de excelência por falta de capacitação. “O problema é que tem de ser uma mão de obra especializada. Não é qualquer médico que faz esses procedimentos”, diz Roberta.\r\n\r\n“A ideia de um congresso brasileiro com esse tema é justamente trazer palestrantes internacionais e nacionais que tenham experiência no assunto para formar mais profissionais com esse olhar”, destaca Assis.\r\n<h3 class="intertitulo">Cirurgia é opção para problema nos nervos</h3>\r\nUma técnica de neuromodulação recém-chegada ao Brasil traz esperança para os pacientes com um dos tipos de dor crônica mais difíceis de tratar: a neuropática. Esse tipo de desconforto ocorre quando a lesão está nos nervos, medula ou no próprio cérebro.\r\n\r\nA nova técnica, chamada de estimulação dos gânglios da raiz dorsal, é indicada para casos de dor neuropática em nervos periféricos. Por meio dela, o cirurgião implanta um eletrodo ligado a uma bateria que gera estímulos para uma parte do nervo espinhal responsável por “repassar a mensagem” de dor para o cérebro. É como se essa região fosse bloqueada e deixasse de mandar esses sinais.\r\n\r\nA primeira cirurgia do tipo a ser realizada no Brasil deverá ocorrer nas próximas semanas, no Hospital do Coração (HCor), em São Paulo, e será conduzida pelo neurocirurgião Guilherme Lepski, médico da instituição e professor livre-docente da Faculdade de Medicina da USP. Ele já realiza a técnica na Alemanha, onde também é docente na Universidade de Tubingen. O paciente brasileiro que será operado no HCor sofre de dor neuropática causada por uma lesão no nervo ciático que gera dor e queimação na perna inteira.\r\n\r\n“Fora do País, faço essa técnica há cerca de cinco anos. Fizemos uma pesquisa com 62 pacientes na Alemanha em que observamos superioridade dela em comparação com outras existentes”, conta ele.\r\n<h3 class="intertitulo">Dois anos e 17 profissionais depois</h3>\r\nForam dois anos procurando médicos e todo tipo de profissional que tivesse alguma técnica nova para o seu problema. A dor na coluna, que havia começado apenas com um incômodo, começava a tirar a autonomia do engenheiro químico aposentado Hermelindo de Oliveira, de 79 anos.\r\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;926322&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\r\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/8/8/1537754554288.jpg" alt="ctv-zup-hermenildo" /><figcaption>O engenheiro Hermelindo de Oliveira fez peregrinação em busca de técnica para amenizar sua dor. Hoje comemora: ‘Finalmente fiquei bem’  Foto: TIAGO QUEIROZ/ESTADÃO</figcaption></figure>\r\n</div>\r\n“No começo, eu só sentia um desconforto quando ficava muito tempo em pé. Depois de alguns meses, eu já estava com dificuldades para levantar da cama sozinho, não conseguia mais dirigir”, conta.\r\n\r\nOs remédios analgésicos e as sessões de fisioterapia aliviavam o quadro, mas não traziam uma melhora significativa. “Fui a ortopedista, fisiatra, fisioterapeuta, acupunturista. Fui numa porção de gente. Peguei uma pasta e fui colecionando os papéis de todos os profissionais. Depois de dois anos, já eram 17, e eu ainda estava com dor”, relata. Oliveira, que morava em um sobrado, teve de mudar de casa por causa das dificuldades que tinha para subir escadas.\r\n\r\nFoi então que o <strong><a href="https://tudo-sobre.estadao.com.br/terceira-idade" target="_blank" rel="noopener">idoso</a></strong> decidiu buscar um médico intervencionista em dor e tentar terapias de neuromodulação e medicina regenerativa para tratar a dor na coluna. Ele passou por uma técnica que utiliza a radiofrequência para destruir parte do nervo que traz a sensação de dor.\r\n\r\nAlém disso, foi submetido a uma proloterapia – técnica na qual é aplicada uma solução de glicose na região lesionada, causando irritação na área, o que leva o próprio corpo a responder ao processo inflamatório, regenerando, assim, o tecido.\r\n\r\n“Tive um período de recuperação depois desses procedimentos e agora não tenho mais dor. Faço minhas coisas, pinto meus quadros. Agora, finalmente fiquei bem”, conta.', 'Medicina aposta em novas técnicas para tratar paciente com dor crônica', 'Class aptent taciti sociosqu ad litora torquent per conubia nostra, per conubia nostra, per inceptos hymenaeos. Maecenas id tortor. Etiam aliquam convallis. Donec enim vel nulla. Sed eros. Nullam justo dolor, varius nec.', 'publish', 'open', 'open', '', 'medician', '', '', '2018-10-31 12:10:46', '2018-10-31 14:10:46', '', 0, 'http://themes.muffingroup.com/betheme/?p=2279', 0, 'post', '', 0),
(2281, 1, '2014-05-06 09:31:29', '2014-05-06 09:31:29', '<div class="n--noticia__content content">\r\n\r\nA formação cada vez mais completa do médico é tema constante na pauta das grandes faculdades de <a href="https://tudo-sobre.estadao.com.br/medicina" target="_blank" rel="noopener"><strong>Medicina</strong></a> no Brasil. Sair do pensamento individual para o coletivo na formação de futuros profissionais e no tratamento dos pacientes, abrangendo a integração com outras especialidades da área de Saúde, é um desafio para ampliar o sentido da palavra “cuidar”. Isso envolve não apenas lidar com o paciente de forma mais ampla, mas até com quem convive com ele.\r\n<div></div>\r\nO tratamento, muitas vezes, pode significar para o médico ir além da sua atuação, exigindo a participação de profissionais de outras especialidades e até de diferentes campos da saúde, seja para cuidar do paciente ou das pessoas no seu entorno. Em renomadas faculdades de Medicina do País, considera-se, então, importante essa atuação coletiva, integrada a várias áreas da Saúde, mesmo que isso ainda não esteja na grade curricular.\r\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;933793&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\r\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/9/6/1539637435269.jpg" alt="Medicina aliada a áreas da Saúde é o desafio" /><figcaption>\'A gente quer promover um cuidado amplo para o paciente\', diz Daniela Harsanyi Foto: Daniela Harsanyi</figcaption></figure>\r\n</div>\r\n<div class="limite-continuar-lendo"></div>\r\n“É uma questão extremamente oportuna. Vivemos um momento de fragilidade nos currículos médicos. O grande desafio é conseguir essa interprofissionalidade. Ela praticamente inexiste. É muito frágil, principalmente em escolas tradicionais, nas quais a visão do médico é como dono do saber. Nós temos trabalhado muito nisso. É um desafio muito importante e necessário”, afirma Aécio Gois, professor e coordenador do curso de Medicina da Universidade Federal de São Paulo (<a href="https://tudo-sobre.estadao.com.br/unifesp-universidade-federal-de-sao-paulo" target="_blank" rel="noopener"><strong>Unifesp</strong></a>).\r\n\r\nMilton de Arruda Martins, professor de Clínica Médica na Universidade de São Paulo (<a href="https://tudo-sobre.estadao.com.br/usp-universidade-de-sao-paulo" target="_blank" rel="noopener"><strong>USP</strong></a>), também acredita que é preciso rever essa visão e cita uma frase da Organização Mundial da Saúde (<a href="https://tudo-sobre.estadao.com.br/oms-organizacao-mundial-de-saude" target="_blank" rel="noopener"><strong>OMS</strong></a>) para ratificar a importância de uma grade que contemple a interprofissionalidade nos cursos de Medicina: “Aprender juntos para trabalhar juntos por uma saúde melhor”.\r\n<h3 class="intertitulo">Necessidade</h3>\r\nDe acordo com Martins, já ocorreram mudanças. Porém, há ainda um caminho a ser percorrido para atingir esse objetivo. “O coletivo tem de vir primeiro. Precisa-se pensar um pouco na atuação de uma equipe, não só o médico fazer tudo. Tem prevenção, hábitos, os aspectos físico e psicológico, o estilo de vida. Sozinho, muitas vezes o médico não consegue resolver tudo”, reforça o professor de Medicina da USP.\r\n\r\n“Durante o curso, o estudante tem de aprender a trabalhar em equipe. É importante que hoje haja uma disciplina que aborde isso, além de atividades e estágios, com estudantes de várias áreas atuando juntos”, acrescenta.\r\n\r\nE é justamente na sala de aula que está a solução para transformar o individual em coletivo na atuação dos médicos, aponta o coordenador do curso da Unifesp. Ele destaca a importância da interação entre diferentes especialidades da Medicina na preparação dos estudantes. Segundo Gois, o objetivo é que eles saiam da universidade com um conhecimento mais amplo, capazes de atender às necessidades dos pacientes, tudo ligado ao conceito da interprofissionalidade.\r\n<h3 class="intertitulo">Atuação</h3>\r\nNo entanto, para que isso funcione, de acordo com ele, são necessárias mudanças na grade curricular. “Se somos uma família tradicionalmente de gordinhos que são sedentários, ociosos, que comem mal e têm uma série de conflitos, devemos mudar os hábitos. Assim, um estudante de Medicina precisa aprender a fazer essa intervenção na família. Precisariam ir um médico, um educador físico, um psicólogo, uma nutricionista para ver tudo isso”, exemplifica o coordenador da Unifesp.\r\n\r\nMartins concorda. “O aluno de Medicina, e depois o médico, tem de ter uma ideia clara do que são alimentação inadequada, inatividade física, uma série de problemas da saúde mental, ritmo de vida.”\r\n\r\nNovo enfoque. Na Faculdade Israelita Albert Einstein, o método TBL (sigla em inglês para Team Based Learning), o aprendizado com base no trabalho em equipe, já permeia os seis anos do curso de Medicina, que também inclui na grade curricular a disciplina Humanidades. “Tudo é feito em grupo. Somos expostos desde o primeiro dia de aula a trabalhar em equipe. A aprender desde sempre a lidar com as diferenças, a ter empatia”, conta Daniela Harsanyi, estudante do Einstein.\r\n\r\n“Discutimos muito que a saúde não é só uma doença específica. A gente quer promover um cuidado amplo para o paciente, e isso se estende para a equipe: técnico de enfermagem, enfermeiro, nutricionista, terapeuta, médico”, lembra Daniela.\r\n\r\nNo 6.º semestre do curso, a estudante pensa em se especializar em Cardiologia, mas destaca a interprofissionalidade como um fator primordial para o bom exercício da Medicina. “É fundamental partir desse conceito de saúde. Não basta cuidar de um problema pontual. É preciso estar atento a todas as áreas. Ao físico, ao emocional, tudo mexe e afeta a saúde”, afirma a estudante do Einstein. “Em doenças crônicas, por exemplo, não adianta só tomar remédio, a pessoa precisa mudar os hábitos. Precisa de uma equipe, realmente.”\r\n\r\nEssa transformação passa por uma atualização nos cursos de Medicina, na opinião de Gois. Para o coordenadordo curso da Unifesp as faculdades trabalham pouco com o médico que está no mercado. “Grandes instituições têm muito do ensino do século passado”, afirma Gois. “O que nós ensinamos tem de estar em cima com o que acontece no mercado. Precisamos sair das aulas tradicionais e ser mais interativos. Temos de fazer vivências e atividade práticas em conjunto com os diversos cursos. Precisamos sair dessa coisa do pedestal e trabalhar o conjunto”, diz o coordenador da Unifesp.\r\n<h3 class="intertitulo">Vantagens</h3>\r\nInserir a interprofissionalidade no curso de Medicina, como defendem os especialistas, só traria mais benefícios aos pacientes. Professor da Universidade de Campinas (Unicamp), no Departamento de Alimentos e Nutrição, Mário Roberto Maróstica Junior lida com uma área que faz parte da integração das especialidades médicas. De acordo com o professor da Unicamp, vai na linha do que pensam os profissionais da área.\r\n\r\n“É realmente algo necessário. É preciso haver uma intervenção nutricional e um educador físico para quem tem sobrepeso, por exemplo. No caso de obesidade, talvez ainda seja necessário entrar com medicamento, e isso precisa ter acompanhamento médico. A partir daí, há a necessidade de sinergia entre os diferentes profissionais”, endossa Mário Junior.\r\n\r\nNa Unifesp, o coordenador do curso de Medicina traça planos para o futuro, de olho na modernização e na formação de um profissional mais completo. “Pretendo fazer uma disciplina de Medicina Culinária. Tem a ver com mudança de hábito, para que o médico saiba explicar como se come”, conta Gois. “<em>(Nas aulas</em>), que compareçam um educador físico para falar de sedentarismo, uma nutricionista que escolha produtos, chefs de cozinha, um psicólogo ou psiquiatra, para falar sobre felicidade, ansiedade, resiliência. Isso também se ensina”, conclui.\r\n\r\n<strong>DEPOIMENTO</strong>\r\n\r\n‘Há um esforço institucional por visão integral do paciente’\r\n\r\nAna Débora Souza Aguiar, aluna do 3º ano de Medicina na Unesp-Botucatu\r\n\r\n“Depois de ter largado três cursos diferentes (Letras, Audiovisual e Enfermagem), tenho plena certeza da minha escolha pela Medicina. Por causa dessas experiências anteriores e até por ter prestado vestibular mais velha do que meus colegas, passei a ter uma visão mais realista do que seria a faculdade. Talvez por conta disso, estudar em Botucatu esteja sendo uma experiência extremamente satisfatória para mim.\r\n\r\nAlém das dificuldades inerentes ao curso de Medicina, como a alta carga horária, estudar em Botucatu também implica particularidades de se morar no interior. O transporte público é escasso (um ônibus por hora, nas rotas que vão para o câmpus), o que acaba fazendo com que a maior parte dos estudantes dependa de carona. Não existe um restaurante universitário propriamente dito no câmpus. Mas, para quem gosta de um ritmo mais calmo, a cidade oferece uma qualidade de vida muito melhor do que a capital.\r\n\r\nO curso de Medicina é extremamente puxado, mas de maneira geral os professores estão entre os mais dedicados e receptivos que já tive. Existe um claro esforço institucional que visa a formar médicos humanizados, com uma visão mais integral do paciente.\r\n\r\nA Unesp oferece um pouco de tudo em termos de vida universitária, mas o que mais me trouxe satisfação até agora foi o trabalho nos projetos de extensão, em especial no Cursinho Desafio, comunitário e gerido pelos estudantes. É uma boa forma de passar para frente tudo o que estudei no vestibular.”\r\n<h3 class="intertitulo">Problemas dos pais afetam as crianças, dizem pediatras</h3>\r\n<em>Segundo pesquisa, médicos percebem isso nas consultas, mas têm dificuldade de tratar temas</em>\r\n\r\nEm pesquisa feita pela editora americana Sage Publishing com 200 pediatras, mais de 150 dos profissionais ouvidos revelaram que os pais, no momento da consulta, apresentam pelo menos um problema de saúde que afeta diretamente o bem-estar das crianças. Publicados no <em>Clinical Pediatrics</em> e no <em>Journal of Pediatrics</em>, nos Estados Unidos, os dados destacam que questões como depressão materna ou uso de tabaco pelos pais, porém, não são tratadas nas consultas, porque muitos médicos não se sentiam à vontade para abordar os temas com as famílias. Tais problemas podem, assim, influenciar o comportamento dos filhos.\r\n\r\nOs médicos encontram dificuldades para abordar os problemas dos pais por diversas razões, como falta de tempo na consulta e dificuldade no encaminhamento dos pais às especialidades necessárias. “O serviço público, por exemplo, tem prazo (tempo de consulta) para atender e tanta coisa para falar que, por vezes, fica difícil de tratar com os pais. Quando você atende um recém-nascido na primeira consulta, a depressão pós-parto é um quadro bem presente e importante, mais do que se imagina, e pode determinar o sucesso da amamentação. Se a gente não tem espaço para abordar, resolve de forma superficial”, afirma o pediatra e homeopata Moises Checinski, autor do blog #EuApoioLeiteMaterno.\r\n\r\nA pesquisa abordou seis questões de saúde que envolvem os pais: depressão materna e uso de tabaco lideram o ranking dos problemas, seguidos por violência sofrida pelo parceiro, status de imunização para dTpa (tétano, difteria e coqueluche - tríplice acelular), status de seguro de saúde e planejamento familiar.\r\n\r\n“Acredito que, se o mesmo trabalho fosse realizado no Brasil, os dados obtidos seriam diferentes, até mesmo por questões culturais. O pediatra é, classicamente, um dos especialistas de maior empatia com seus pacientes e familiares, e dinâmica familiar, hábitos e saúde dos pais são itens obrigatórios em nossas consultas”, comenta Ricardo Luiz Affonso Fonseca, coordenador médico do pronto-socorro pediátrico do Hospital Sírio-Libanês.\r\n\r\nMas Fonseca reconhece algumas dificuldades encontradas pelos profissionais no momento da consulta. “Claro que, em uma consulta de rotina, esses aspectos <em>(problemas dos pais)</em> devem ser abordados, mas, muitas vezes,pela falta de tempo ou de enfoque, por exemplo no pronto-socorro, essas questões são deixadas em segundo plano.”\r\n<h3 class="intertitulo">Hábitos</h3>\r\nPara Moises Checinski, a questão da alimentação é um dos aspectos agravantes para a saúde dos filhos. Neste caso, segundo ele, toda a família teria de passar por uma reeducação alimentar. “Se falamos de obesidade, por exemplo, não conseguimos interferir na alimentação da casa, da escola, não adianta. Ou a família se envolve, ou a crianças sofre as consequências”, explica Checinski. “Nós deveríamos ter um tempo adequado na consulta, independentemente de onde estamos. No meu consultório, reservo uma hora. Mas alguém que atenda em ambulatório ou pelo plano de saúde até pode dedicar tempo, mas acaba interferindo no dia desse profissional de Saúde.” <strong>/ COLABOROU EDUARDO GERAQUE, ESPECIAL PARA O ESTADO</strong>\r\n\r\n</div>', 'Medicina aliada a áreas da Saúde é o desafio', 'Bibendum tellus, fringilla ut, eleifend pede id nulla ac ligula at neque. Vestibulum ante sodales neque ut quam placerat id, orci. Integer aliquam. Etiam tempor varius, quam elit justo ac accumsan.', 'publish', 'open', 'open', '', 'medicina-aliada-a-areas-da-saude-e-o-desafio', '', '', '2018-10-31 12:14:36', '2018-10-31 14:14:36', '', 0, 'http://themes.muffingroup.com/betheme/?p=2281', 0, 'post', '', 0),
(2336, 1, '2016-10-20 11:32:40', '2016-10-20 11:32:40', '', 'home_wallet_blog1', '', 'inherit', 'open', 'closed', '', 'home_wallet_blog1', '', '', '2016-10-20 11:32:40', '2016-10-20 11:32:40', '', 2277, 'https://begservicosmedicos.com.br/wp-content/uploads/2014/05/home_wallet_blog1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2338, 1, '2016-10-20 11:44:25', '2016-10-20 11:44:25', '', 'home_wallet_blog2', '', 'inherit', 'open', 'closed', '', 'home_wallet_blog2', '', '', '2016-10-20 11:44:25', '2016-10-20 11:44:25', '', 2279, 'https://begservicosmedicos.com.br/wp-content/uploads/2014/05/home_wallet_blog2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2340, 1, '2016-10-20 11:44:44', '2016-10-20 11:44:44', '', 'home_wallet_blog3', '', 'inherit', 'open', 'closed', '', 'home_wallet_blog3', '', '', '2016-10-20 11:44:44', '2016-10-20 11:44:44', '', 2281, 'https://begservicosmedicos.com.br/wp-content/uploads/2014/05/home_wallet_blog3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2342, 1, '2016-10-20 11:44:58', '2016-10-20 11:44:58', '', 'home_wallet_blog4', '', 'inherit', 'open', 'closed', '', 'home_wallet_blog4', '', '', '2016-10-20 11:44:58', '2016-10-20 11:44:58', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2014/05/home_wallet_blog4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2351, 1, '2016-10-20 12:56:25', '2016-10-20 12:56:25', '', 'home_wallet_iconbox1', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox1', '', '', '2016-10-20 12:56:25', '2016-10-20 12:56:25', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox1.png', 0, 'attachment', 'image/png', 0),
(2352, 1, '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 'home_wallet_iconbox2', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox2', '', '', '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox2.png', 0, 'attachment', 'image/png', 0),
(2353, 1, '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 'home_wallet_iconbox3', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox3', '', '', '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox3.png', 0, 'attachment', 'image/png', 0),
(2354, 1, '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 'home_wallet_iconbox4', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox4', '', '', '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox4.png', 0, 'attachment', 'image/png', 0),
(2355, 1, '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 'home_wallet_iconbox5', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox5', '', '', '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox5.png', 0, 'attachment', 'image/png', 0),
(2356, 1, '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 'home_wallet_iconbox6', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox6', '', '', '2016-10-20 12:56:26', '2016-10-20 12:56:26', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox6.png', 0, 'attachment', 'image/png', 0),
(2357, 1, '2016-10-20 12:56:27', '2016-10-20 12:56:27', '', 'home_wallet_iconbox7', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox7', '', '', '2016-10-20 12:56:27', '2016-10-20 12:56:27', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox7.png', 0, 'attachment', 'image/png', 0),
(2358, 1, '2016-10-20 12:56:27', '2016-10-20 12:56:27', '', 'home_wallet_iconbox8', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox8', '', '', '2016-10-20 12:56:27', '2016-10-20 12:56:27', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox8.png', 0, 'attachment', 'image/png', 0),
(2359, 1, '2016-10-20 12:56:27', '2016-10-20 12:56:27', '', 'home_wallet_iconbox9', '', 'inherit', 'open', 'closed', '', 'home_wallet_iconbox9', '', '', '2016-10-20 12:56:27', '2016-10-20 12:56:27', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_iconbox9.png', 0, 'attachment', 'image/png', 0),
(2362, 1, '2016-10-20 13:34:36', '2016-10-20 13:34:36', '', 'home_wallet_services3', '', 'inherit', 'open', 'closed', '', 'home_wallet_services3', '', '', '2016-10-20 13:34:36', '2016-10-20 13:34:36', '', 14, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_services3.png', 0, 'attachment', 'image/png', 0),
(2363, 1, '2016-10-20 13:34:36', '2016-10-20 13:34:36', '', 'home_wallet_services1', '', 'inherit', 'open', 'closed', '', 'home_wallet_services1', '', '', '2016-10-20 13:34:36', '2016-10-20 13:34:36', '', 14, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_services1.png', 0, 'attachment', 'image/png', 0),
(2364, 1, '2016-10-20 13:34:36', '2016-10-20 13:34:36', '', 'home_wallet_services2', '', 'inherit', 'open', 'closed', '', 'home_wallet_services2', '', '', '2016-10-20 13:34:36', '2016-10-20 13:34:36', '', 14, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_services2.png', 0, 'attachment', 'image/png', 0),
(2367, 1, '2016-10-20 14:33:02', '2016-10-20 14:33:02', '', 'home_wallet_ourteam_3', '', 'inherit', 'open', 'closed', '', 'home_wallet_ourteam_3', '', '', '2016-10-20 14:33:02', '2016-10-20 14:33:02', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_ourteam_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2368, 1, '2016-10-20 14:33:03', '2016-10-20 14:33:03', '', 'home_wallet_ourteam_4', '', 'inherit', 'open', 'closed', '', 'home_wallet_ourteam_4', '', '', '2016-10-20 14:33:03', '2016-10-20 14:33:03', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_ourteam_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2369, 1, '2016-10-20 14:33:04', '2016-10-20 14:33:04', '', 'home_wallet_ourteam_5', '', 'inherit', 'open', 'closed', '', 'home_wallet_ourteam_5', '', '', '2016-10-20 14:33:04', '2016-10-20 14:33:04', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_ourteam_5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2370, 1, '2016-10-20 14:33:04', '2016-10-20 14:33:04', '', 'home_wallet_ourteam_1', '', 'inherit', 'open', 'closed', '', 'home_wallet_ourteam_1', '', '', '2016-10-20 14:33:04', '2016-10-20 14:33:04', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_ourteam_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2371, 1, '2016-10-20 14:33:05', '2016-10-20 14:33:05', '', 'home_wallet_ourteam_2', '', 'inherit', 'open', 'closed', '', 'home_wallet_ourteam_2', '', '', '2016-10-20 14:33:05', '2016-10-20 14:33:05', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_ourteam_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2373, 1, '2016-10-21 05:55:23', '2016-10-21 05:55:23', 'Lorem ipsum dolor sit amet, consectetur adipisicing eiusmod tempor incididunt ut labore et dolore magna aliqi ora incidunt ut labore et dolore', 'Testimonial 1', '', 'publish', 'closed', 'closed', '', 'testimonial-1', '', '', '2016-10-21 05:55:23', '2016-10-21 05:55:23', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=testimonial&#038;p=2373', 0, 'testimonial', '', 0),
(2374, 1, '2016-10-21 05:55:45', '2016-10-21 05:55:45', 'Vestibulum commodo volutpat a, convallis ac, laoreet enim. Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna.', 'Testimonial 2', '', 'publish', 'closed', 'closed', '', 'testimonial-2', '', '', '2016-10-21 05:55:45', '2016-10-21 05:55:45', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=testimonial&#038;p=2374', 0, 'testimonial', '', 0),
(2376, 1, '2016-10-21 05:56:05', '2016-10-21 05:56:05', 'Aliquam erat ac ipsum. Integer aliquam purus. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa.', 'Testimonial 3', '', 'publish', 'closed', 'closed', '', 'testimonial-3', '', '', '2016-10-21 05:56:05', '2016-10-21 05:56:05', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=testimonial&#038;p=2376', 0, 'testimonial', '', 0);
INSERT INTO `wp_beg_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
(2381, 1, '2016-10-21 07:54:11', '2016-10-21 07:54:11', '<div class="column one-second">[text* your-name placeholder "Seu nome"] </div>\r\n<div class="column one-second">[email* your-email placeholder "Seu e-mail"] </div>\r\n<div class="column one-second">[email* your-email placeholder "Seu telefone"] </div>\r\n<div class="column one">[text your-subject placeholder "Assunto"] </div>\r\n<div class="column one">[textarea your-message x6 placeholder "Mensagem"]</div>\r\n<div class="column one">[submit "Enviar"]</div>\n1\nBeWallet - BeTheme "[your-subject]"\n[your-name] <wordpress@themes.muffingroup.com>\nnoreply@gmail.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on BeWallet - BeTheme (http://themes.muffingroup.com/be/wallet)\nReply-To: [your-email]\n\n\n\n\nBeWallet - BeTheme "[your-subject]"\nBeWallet - BeTheme <wordpress@themes.muffingroup.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on BeWallet - BeTheme (http://themes.muffingroup.com/be/wallet)\nReply-To: noreply@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact Form', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2018-10-31 12:33:05', '2018-10-31 14:33:05', '', 0, 'http://themes.muffingroup.com/be/wallet/?post_type=wpcf7_contact_form&#038;p=2381', 0, 'wpcf7_contact_form', '', 0),
(2384, 1, '2016-10-21 09:17:34', '2016-10-21 09:17:34', '', 'home_wallet_bgsection4', '', 'inherit', 'open', 'closed', '', 'home_wallet_bgsection4', '', '', '2016-10-21 09:17:34', '2016-10-21 09:17:34', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_bgsection4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2385, 1, '2016-10-21 09:24:12', '2016-10-21 09:24:12', '', 'home_wallet_bgsection5', '', 'inherit', 'open', 'closed', '', 'home_wallet_bgsection5', '', '', '2016-10-21 09:24:12', '2016-10-21 09:24:12', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_bgsection5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2386, 1, '2016-10-21 10:13:52', '2016-10-21 10:13:52', '', 'home_wallet_bgsection3', '', 'inherit', 'open', 'closed', '', 'home_wallet_bgsection3', '', '', '2016-10-21 10:13:52', '2016-10-21 10:13:52', '', 14, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_bgsection3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2387, 1, '2016-10-19 09:00:15', '2016-10-19 09:00:15', '', 'Home', '', 'publish', 'closed', 'open', '', 'home', '', '', '2020-05-13 21:39:39', '2020-05-14 00:39:39', '', 0, 'http://themes.muffingroup.com/be/wallet/?page_id=2', 0, 'page', '', 0),
(2388, 1, '2018-10-30 19:57:25', '2018-10-30 21:57:25', '', 'Área do Médico', '', 'publish', 'closed', 'closed', '', 'buy-now', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/buy-now/', 5, 'nav_menu_item', '', 0),
(2389, 1, '2018-10-30 19:57:25', '2018-10-30 21:57:25', ' ', '', '', 'publish', 'closed', 'closed', '', 'articles', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/articles/', 6, 'nav_menu_item', '', 0),
(2390, 1, '2018-10-30 19:57:26', '2018-10-30 21:57:26', ' ', '', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/contact-us/', 7, 'nav_menu_item', '', 0),
(2391, 1, '2018-10-30 19:57:26', '2018-10-30 21:57:26', ' ', '', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/about/', 2, 'nav_menu_item', '', 0),
(2392, 1, '2018-10-30 19:57:26', '2018-10-30 21:57:26', ' ', '', '', 'publish', 'closed', 'closed', '', 'our-services', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/our-services/', 3, 'nav_menu_item', '', 0),
(2393, 1, '2018-10-30 19:57:26', '2018-10-30 21:57:26', ' ', '', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/home/', 1, 'nav_menu_item', '', 0),
(2394, 1, '2016-10-21 10:30:55', '2016-10-21 10:30:55', '', 'home_wallet_pin', '', 'inherit', 'open', 'closed', '', 'home_wallet_pin', '', '', '2016-10-21 10:30:55', '2016-10-21 10:30:55', '', 16, 'https://begservicosmedicos.com.br/wp-content/uploads/2016/10/home_wallet_pin.png', 0, 'attachment', 'image/png', 0),
(2395, 1, '2018-10-30 19:57:28', '2018-10-30 19:57:28', '', 'home_wallet_slider_bg.jpg', '', 'inherit', 'closed', 'closed', '', 'home-wallet-slider-bg-jpg', '', '', '2018-10-30 19:57:28', '2018-10-30 19:57:28', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/revslider/wallet/home_wallet_slider_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2396, 1, '2018-10-30 19:57:29', '2018-10-30 19:57:29', '', 'home_wallet_slider_pic.png', '', 'inherit', 'closed', 'closed', '', 'home-wallet-slider-pic-png', '', '', '2018-10-30 19:57:29', '2018-10-30 19:57:29', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/revslider/wallet/home_wallet_slider_pic.png', 0, 'attachment', 'image/png', 0),
(2397, 1, '2018-10-30 19:57:30', '2018-10-30 19:57:30', '', 'home_wallet_button1.png', '', 'inherit', 'closed', 'closed', '', 'home-wallet-button1-png', '', '', '2018-10-30 19:57:30', '2018-10-30 19:57:30', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/revslider/wallet/home_wallet_button1.png', 0, 'attachment', 'image/png', 0),
(2398, 1, '2018-10-30 19:57:30', '2018-10-30 19:57:30', '', 'home_wallet_button2.png', '', 'inherit', 'closed', 'closed', '', 'home-wallet-button2-png', '', '', '2018-10-30 19:57:30', '2018-10-30 19:57:30', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/revslider/wallet/home_wallet_button2.png', 0, 'attachment', 'image/png', 0),
(2399, 1, '2018-10-31 01:48:30', '2018-10-31 03:48:30', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2018-10-31 01:48:30', '2018-10-31 03:48:30', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Logo.png', 0, 'attachment', 'image/png', 0),
(2400, 1, '2018-10-31 01:56:36', '2018-10-31 03:56:36', '', 'banner', '', 'inherit', 'open', 'closed', '', 'banner', '', '', '2018-10-31 01:56:36', '2018-10-31 03:56:36', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/banner.png', 0, 'attachment', 'image/png', 0),
(2401, 1, '2018-10-31 01:58:23', '2018-10-31 03:58:23', '', 'doctor', '', 'inherit', 'open', 'closed', '', 'doctor', '', '', '2018-10-31 01:58:23', '2018-10-31 03:58:23', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/doctor.jpg', 0, 'attachment', 'image/jpeg', 0),
(2402, 1, '2018-10-31 02:08:44', '2018-10-31 04:08:44', '', 'medico', '', 'inherit', 'open', 'closed', '', 'medico', '', '', '2018-10-31 02:08:44', '2018-10-31 04:08:44', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/medico.png', 0, 'attachment', 'image/png', 0),
(2403, 1, '2018-10-31 02:11:31', '2018-10-31 04:11:31', '', 'Female-Doctor-Transparent-Background-PNG', '', 'inherit', 'open', 'closed', '', 'female-doctor-transparent-background-png', '', '', '2018-10-31 02:11:31', '2018-10-31 04:11:31', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Female-Doctor-Transparent-Background-PNG.png', 0, 'attachment', 'image/png', 0),
(2404, 1, '2018-10-31 02:26:47', '2018-10-31 04:26:47', '', 'Home', '', 'inherit', 'closed', 'closed', '', '2387-revision-v1', '', '', '2018-10-31 02:26:47', '2018-10-31 04:26:47', '', 2387, 'https://begservicosmedicos.com.br/2387-revision-v1/', 0, 'revision', '', 0),
(2405, 1, '2018-10-31 03:03:20', '2018-10-31 05:03:20', '', 'mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000', '', 'inherit', 'open', 'closed', '', 'mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__f0000', '', '', '2018-10-31 03:03:20', '2018-10-31 05:03:20', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/mexican-doctor-analyzing-x-ray-charts-on-the-computer_4jjcpon7zx__F0000.png', 0, 'attachment', 'image/png', 0),
(2406, 1, '2018-10-31 03:16:18', '2018-10-31 05:16:18', '', 'doctor_PNG15988', '', 'inherit', 'open', 'closed', '', 'doctor_png15988', '', '', '2018-10-31 03:16:18', '2018-10-31 05:16:18', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/doctor_PNG15988.png', 0, 'attachment', 'image/png', 0),
(2407, 1, '2018-10-31 03:21:00', '2018-10-31 05:21:00', '', 'Back1', '', 'inherit', 'open', 'closed', '', 'back1', '', '', '2018-10-31 03:21:00', '2018-10-31 05:21:00', '', 2387, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/Back1.png', 0, 'attachment', 'image/png', 0),
(2408, 1, '2018-10-31 03:43:48', '2018-10-31 05:43:48', 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/cropped-Logo.png', 'cropped-Logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-png', '', '', '2018-10-31 03:43:48', '2018-10-31 05:43:48', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/cropped-Logo.png', 0, 'attachment', 'image/png', 0),
(2410, 1, '2018-10-31 10:30:10', '2018-10-31 12:30:10', '', 'Quem Somos', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2018-10-31 10:30:10', '2018-10-31 12:30:10', '', 12, 'https://begservicosmedicos.com.br/12-autosave-v1/', 0, 'revision', '', 0),
(2411, 1, '2018-10-31 10:30:12', '2018-10-31 12:30:12', '', 'Quem Somos', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2018-10-31 10:30:12', '2018-10-31 12:30:12', '', 12, 'https://begservicosmedicos.com.br/12-revision-v1/', 0, 'revision', '', 0),
(2412, 1, '2018-10-31 10:35:44', '2018-10-31 12:35:44', '', 'back2', '', 'inherit', 'open', 'closed', '', 'back2', '', '', '2018-10-31 10:35:44', '2018-10-31 12:35:44', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/back2.png', 0, 'attachment', 'image/png', 0),
(2413, 1, '2018-10-31 11:12:48', '2018-10-31 13:12:48', '', 'home_clinic_about', '', 'inherit', 'open', 'closed', '', 'home_clinic_about', '', '', '2018-10-31 11:12:48', '2018-10-31 13:12:48', '', 12, 'https://begservicosmedicos.com.br/wp-content/uploads/2018/10/home_clinic_about.jpg', 0, 'attachment', 'image/jpeg', 0),
(2415, 1, '2018-10-31 11:44:25', '2018-10-31 13:44:25', '', 'Nossos Serviços', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2018-10-31 11:44:25', '2018-10-31 13:44:25', '', 14, 'https://begservicosmedicos.com.br/14-revision-v1/', 0, 'revision', '', 0),
(2417, 1, '2018-10-31 11:53:25', '2018-10-31 13:53:25', '', 'Nosso Blog', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2018-10-31 11:53:25', '2018-10-31 13:53:25', '', 9, 'https://begservicosmedicos.com.br/9-revision-v1/', 0, 'revision', '', 0),
(2419, 1, '2018-10-31 12:02:04', '2018-10-31 14:02:04', 'A <a href="https://tudo-sobre.estadao.com.br/pediatria"><strong>Sociedade Brasileira de Pediatria</strong></a>  emitiu um <a href="http://www.sbp.com.br/imprensa/detalhe/nid/para-evitar-riscos-de-superexposicao-sbp-lanca-campanha-para-o-uso-racional-de-exames-de-diagnostico-por-imagem-em-criancas-e-adolescentes/"><strong>alerta</strong> </a>para os riscos da exposição frequente de crianças a exames por imagem como tomografias computadorizadas e raios-x. De acordo com dados do <a href="http://datasus.saude.gov.br/sistemas-e-aplicativos/ambulatoriais/sia">Sistema de Informações Ambulatoriais</a> do Sistema Único de Saúde (SUS),  4% de todos os procedimentos médicos por imagem nos últimos dez anos - 350 milhões de pessoas em números brutos -, foram realizados em crianças e adolescentes de até 19 anos.\n<div class="teads-adCall"></div>\n<div class="veja-tambem">\n<h3>Leia também:</h3>\n<ul>\n 	<li><a title="Passe segurança para a criança" href="https://emais.estadao.com.br/fotos/comportamento,passe-seguranca-para-a-crianca,841221">Passe segurança para a criança</a></li>\n 	<li><a title="Quais exames você deveria fazer em diferentes fases da vida?" href="https://emais.estadao.com.br/noticias/bem-estar,quais-exames-voce-deveria-fazer-em-diferentes-fases-da-vida,10000088971">Quais exames você deveria fazer em diferentes fases da vida?</a></li>\n</ul>\n</div>\nO objetivo da campanha proposta pela entidade é conscientizar para o uso moderado das ferramentas e até mesmo de modo adaptado, para atender às necessidades dos pequenos de modo mais eficiente.\n\nA principal justificativa é que os mais jovens possuem maior sensibilidade aos efeitos da radiação ionizante sobre o corpo, uma vez que estão em desenvolvimento.\n\n"Para os médicos, os exames de imagem são muito úteis à medicina e, por vezes, essenciais ao diagnóstico em adultos e crianças. Entretanto, alguns desses exames emitem radiação nociva à saúde e, por isso, a Sociedade Brasileira de Pediatria, em parceria com outras entidades nacionais e internacionais, lança uma campanha que alerta sobre o uso racional dessas ferramentas. Além dos pediatras, os radiologistas e outros técnicos envolvidos no processo também devem ser bem orientados", defendeu a entidade, por meio de comunicado.\n\n<em>* Com informações da Agência Brasil</em>', 'Pediatras pedem cautela em exames por imagens em crianças', 'Quisque justo augue ut urna eu eros. Sed id elit tincidunt et, fermentum vel, wisi. In vitae erat eget arcu nunc venenatis placerat molestie.', 'inherit', 'closed', 'closed', '', '2277-autosave-v1', '', '', '2018-10-31 12:02:04', '2018-10-31 14:02:04', '', 2277, 'https://begservicosmedicos.com.br/2277-autosave-v1/', 0, 'revision', '', 0),
(2420, 1, '2018-10-31 12:03:48', '2018-10-31 14:03:48', '', 'Senior female doctor examining happy child, smiling.', 'Senior female doctor examining happy child, smiling.', 'inherit', 'open', 'closed', '', 'senior-female-doctor-examining-happy-child-smiling', '', '', '2018-10-31 12:03:48', '2018-10-31 14:03:48', '', 2277, 'https://begservicosmedicos.com.br/wp-content/uploads/2014/05/Pediatra.jpg', 0, 'attachment', 'image/jpeg', 0),
(2421, 1, '2018-10-31 12:04:01', '2018-10-31 14:04:01', 'A <strong>Sociedade Brasileira de Pediatria</strong>  emitiu um <strong>alerta</strong> para os riscos da exposição frequente de crianças a exames por imagem como tomografias computadorizadas e raios-x. De acordo com dados do Sistema de Informações Ambulatoriais do Sistema Único de Saúde (SUS),  4% de todos os procedimentos médicos por imagem nos últimos dez anos - 350 milhões de pessoas em números brutos -, foram realizados em crianças e adolescentes de até 19 anos.\r\n<div class="veja-tambem"></div>\r\nO objetivo da campanha proposta pela entidade é conscientizar para o uso moderado das ferramentas e até mesmo de modo adaptado, para atender às necessidades dos pequenos de modo mais eficiente.\r\n\r\nA principal justificativa é que os mais jovens possuem maior sensibilidade aos efeitos da radiação ionizante sobre o corpo, uma vez que estão em desenvolvimento.\r\n\r\n"Para os médicos, os exames de imagem são muito úteis à medicina e, por vezes, essenciais ao diagnóstico em adultos e crianças. Entretanto, alguns desses exames emitem radiação nociva à saúde e, por isso, a Sociedade Brasileira de Pediatria, em parceria com outras entidades nacionais e internacionais, lança uma campanha que alerta sobre o uso racional dessas ferramentas. Além dos pediatras, os radiologistas e outros técnicos envolvidos no processo também devem ser bem orientados", defendeu a entidade, por meio de comunicado.\r\n\r\n<em>* Com informações da Agência Brasil</em>', 'Pediatras pedem cautela em exames por imagens em crianças', 'Quisque justo augue ut urna eu eros. Sed id elit tincidunt et, fermentum vel, wisi. In vitae erat eget arcu nunc venenatis placerat molestie.', 'inherit', 'closed', 'closed', '', '2277-revision-v1', '', '', '2018-10-31 12:04:01', '2018-10-31 14:04:01', '', 2277, 'https://begservicosmedicos.com.br/2277-revision-v1/', 0, 'revision', '', 0),
(2422, 1, '2018-10-31 12:09:02', '2018-10-31 14:09:02', 'Problema que afeta cerca de 60 milhões de brasileiros e crescente por causa do <strong><a href="https://tudo-sobre.estadao.com.br/terceira-idade" target="_blank" rel="noopener">envelhecimento</a></strong> da população, a dor crônica passa a ser alvo de novas abordagens terapêuticas que fogem dos tratamentos convencionais feitos com <strong><a href="https://tudo-sobre.estadao.com.br/medicamento" target="_blank" rel="noopener">medicamentos</a></strong> e reabilitação. Para o grupo de pacientes que não melhoram com as terapias padrão, médicos e cientistas têm oferecido e estudado técnicas que incluem desde a estimulação elétrica do sistema nervoso para aliviar a dor até a aplicação de células-tronco do próprio paciente na região lesionada em busca de regeneração.\n<div></div>\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;926323&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/7/1/1537754554317.jpg" alt="ctv-pcj-hermelindo" /><figcaption>O engenheiro Hermelindo de Oliveira fez peregrinação em busca de técnica para amenizar sua dor. Hoje comemora: ‘Finalmente fiquei bem’ Foto: TIAGO QUEIROZ/ESTADãO</figcaption></figure>\n</div>\nNem todas as novas abordagens são regulamentadas no Brasil, mas, mesmo assim, a chamada Medicina Intervencionista em Dor já é tratada como subespecialidade médica no País, com mais de 300 membros na sociedade criada para este fim.\n<div class="limite-continuar-lendo"></div>\n“Podemos dizer que temos dois grandes grupos de técnicas nessa área: a neuromodulação, que utiliza correntes elétricas ou bombas de infusão para bloquear a parte do sistema nervoso que sinaliza a dor; e a <strong><a href="https://tudo-sobre.estadao.com.br/medicina" target="_blank" rel="noopener">medicina</a></strong> regenerativa, na qual são usadas substâncias ou células do próprio paciente para provocar uma reação no tecido lesionado e, assim, sua consequente regeneração”, explica Fabrício Dias Assis, médico do Singular Centro de Controle da Dor e membro da diretoria executiva do Instituto Mundial da Dor.\n\n&nbsp;\n\n&nbsp;', 'Medicina aposta em novas técnicas para tratar paciente com dor crônica', 'Class aptent taciti sociosqu ad litora torquent per conubia nostra, per conubia nostra, per inceptos hymenaeos. Maecenas id tortor. Etiam aliquam convallis. Donec enim vel nulla. Sed eros. Nullam justo dolor, varius nec.', 'inherit', 'closed', 'closed', '', '2279-autosave-v1', '', '', '2018-10-31 12:09:02', '2018-10-31 14:09:02', '', 2279, 'https://begservicosmedicos.com.br/2279-autosave-v1/', 0, 'revision', '', 0),
(2423, 1, '2018-10-31 12:10:12', '2018-10-31 14:10:12', '', 'ortopedia', '', 'inherit', 'open', 'closed', '', 'ortopedia', '', '', '2018-10-31 12:10:12', '2018-10-31 14:10:12', '', 2279, 'https://begservicosmedicos.com.br/wp-content/uploads/2014/05/ortopedia.png', 0, 'attachment', 'image/png', 0),
(2424, 1, '2018-10-31 12:10:46', '2018-10-31 14:10:46', 'Problema que afeta cerca de 60 milhões de brasileiros e crescente por causa do <strong><a href="https://tudo-sobre.estadao.com.br/terceira-idade" target="_blank" rel="noopener">envelhecimento</a></strong> da população, a dor crônica passa a ser alvo de novas abordagens terapêuticas que fogem dos tratamentos convencionais feitos com <strong><a href="https://tudo-sobre.estadao.com.br/medicamento" target="_blank" rel="noopener">medicamentos</a></strong> e reabilitação. Para o grupo de pacientes que não melhoram com as terapias padrão, médicos e cientistas têm oferecido e estudado técnicas que incluem desde a estimulação elétrica do sistema nervoso para aliviar a dor até a aplicação de células-tronco do próprio paciente na região lesionada em busca de regeneração.\r\n<div></div>\r\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;926323&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\r\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/7/1/1537754554317.jpg" alt="ctv-pcj-hermelindo" /><figcaption>O engenheiro Hermelindo de Oliveira fez peregrinação em busca de técnica para amenizar sua dor. Hoje comemora: ‘Finalmente fiquei bem’ Foto: TIAGO QUEIROZ/ESTADãO</figcaption></figure>\r\n</div>\r\nNem todas as novas abordagens são regulamentadas no Brasil, mas, mesmo assim, a chamada Medicina Intervencionista em Dor já é tratada como subespecialidade médica no País, com mais de 300 membros na sociedade criada para este fim.\r\n<div class="limite-continuar-lendo"></div>\r\n“Podemos dizer que temos dois grandes grupos de técnicas nessa área: a neuromodulação, que utiliza correntes elétricas ou bombas de infusão para bloquear a parte do sistema nervoso que sinaliza a dor; e a <strong><a href="https://tudo-sobre.estadao.com.br/medicina" target="_blank" rel="noopener">medicina</a></strong> regenerativa, na qual são usadas substâncias ou células do próprio paciente para provocar uma reação no tecido lesionado e, assim, sua consequente regeneração”, explica Fabrício Dias Assis, médico do Singular Centro de Controle da Dor e membro da diretoria executiva do Instituto Mundial da Dor.\r\n\r\nNo rol de alternativas, as técnicas de neuromodulação são as mais avançadas, com muitas delas já regulamentadas e praticadas no Brasil. Já as de medicina regenerativa ainda são, em sua maioria, consideradas experimentais pelo <strong><a href="https://tudo-sobre.estadao.com.br/conselho-federal-de-medicina" target="_blank" rel="noopener">Conselho Federal de Medicina</a></strong>.\r\n\r\nNa última semana, Assis presidiu o Congresso da Sociedade Brasileira de Médicos Intervencionistas em Dor (Sobramid), realizado em Campinas e que teve como foco discutir justamente os avanços dos estudos em medicina regenerativa.\r\n\r\n“O mecanismo de todas as terapias regenerativas é parecido: injetamos células-tronco mesenquimais (que dão origem aos ossos e às cartilagens) de algum tecido para estimular a produção de um novo tecido saudável”, diz Assis. Entre os compostos utilizados nessas terapias estão o plasma rico em plaquetas (PRP), que vem do sangue; o aspirado concentrado de medula óssea e células adiposas tiradas da própria gordura corporal.\r\n\r\nNo geral, as técnicas são indicadas para pacientes com dor crônica provenientes de doenças degenerativas dos ossos e das articulações, como artrose.\r\n<h3 class="intertitulo">Escala</h3>\r\nMédica especialista no tratamento da dor do Hospital Alemão Oswaldo Cruz, Roberta Risso destaca que essas terapias ainda não são usadas em larga escala porque, embora tenham demonstrado ótimos resultados em laboratório, aguardam estudos mais robustos em humanos. “Esses tratamentos são muito promissores. No futuro, acreditamos que eles podem tratar uma artrose sem a necessidade de colocação de próteses, por exemplo, mas, por enquanto, os estudos não conseguiram fazer as células se regenerarem da forma necessária como observamos nos experimentos in vitro”, disse a especialista.\r\n\r\nE para que essas terapias sejam aprovadas, seria necessária, além de mais estudos, uma regulamentação específica também para o processamento dessas células. Depois de retiradas, elas precisam passar por processos de centrifugação ou purificação antes de serem reinseridas no corpo, o que pede um rigoroso controle de qualidade e regras da Agência Nacional de Vigilância Sanitária (Anvisa).\r\n\r\nNeuromodulação. Enquanto a medicina regenerativa segue em estudos, as terapias de neuromodulação, já com mais evidências científicas, têm sido usadas como alternativa para pacientes que não respondem a analgésicos e fisioterapia.\r\n\r\n“A neuromodulação inclui desde procedimentos como implantes de bombas de infusão de medicamentos ou de eletrodos até procedimentos cirúrgico em que raízes de nervos são destruídas para anular a sensação de dor”, explica o neurocirurgião Guilherme Lepski, professor da Faculdade de Medicina da Universidade de São Paulo (FMUSP) e da Universidade de Tubingen, na Alemanha.\r\n\r\nOs especialistas explicam que, embora essas técnicas já tenham sido tema de vários estudos que comprovaram seus benefícios, a oferta delas ainda é restrita a clínicas privadas ou centros públicos de excelência por falta de capacitação. “O problema é que tem de ser uma mão de obra especializada. Não é qualquer médico que faz esses procedimentos”, diz Roberta.\r\n\r\n“A ideia de um congresso brasileiro com esse tema é justamente trazer palestrantes internacionais e nacionais que tenham experiência no assunto para formar mais profissionais com esse olhar”, destaca Assis.\r\n<h3 class="intertitulo">Cirurgia é opção para problema nos nervos</h3>\r\nUma técnica de neuromodulação recém-chegada ao Brasil traz esperança para os pacientes com um dos tipos de dor crônica mais difíceis de tratar: a neuropática. Esse tipo de desconforto ocorre quando a lesão está nos nervos, medula ou no próprio cérebro.\r\n\r\nA nova técnica, chamada de estimulação dos gânglios da raiz dorsal, é indicada para casos de dor neuropática em nervos periféricos. Por meio dela, o cirurgião implanta um eletrodo ligado a uma bateria que gera estímulos para uma parte do nervo espinhal responsável por “repassar a mensagem” de dor para o cérebro. É como se essa região fosse bloqueada e deixasse de mandar esses sinais.\r\n\r\nA primeira cirurgia do tipo a ser realizada no Brasil deverá ocorrer nas próximas semanas, no Hospital do Coração (HCor), em São Paulo, e será conduzida pelo neurocirurgião Guilherme Lepski, médico da instituição e professor livre-docente da Faculdade de Medicina da USP. Ele já realiza a técnica na Alemanha, onde também é docente na Universidade de Tubingen. O paciente brasileiro que será operado no HCor sofre de dor neuropática causada por uma lesão no nervo ciático que gera dor e queimação na perna inteira.\r\n\r\n“Fora do País, faço essa técnica há cerca de cinco anos. Fizemos uma pesquisa com 62 pacientes na Alemanha em que observamos superioridade dela em comparação com outras existentes”, conta ele.\r\n<h3 class="intertitulo">Dois anos e 17 profissionais depois</h3>\r\nForam dois anos procurando médicos e todo tipo de profissional que tivesse alguma técnica nova para o seu problema. A dor na coluna, que havia começado apenas com um incômodo, começava a tirar a autonomia do engenheiro químico aposentado Hermelindo de Oliveira, de 79 anos.\r\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;926322&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\r\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/8/8/1537754554288.jpg" alt="ctv-zup-hermenildo" /><figcaption>O engenheiro Hermelindo de Oliveira fez peregrinação em busca de técnica para amenizar sua dor. Hoje comemora: ‘Finalmente fiquei bem’  Foto: TIAGO QUEIROZ/ESTADÃO</figcaption></figure>\r\n</div>\r\n“No começo, eu só sentia um desconforto quando ficava muito tempo em pé. Depois de alguns meses, eu já estava com dificuldades para levantar da cama sozinho, não conseguia mais dirigir”, conta.\r\n\r\nOs remédios analgésicos e as sessões de fisioterapia aliviavam o quadro, mas não traziam uma melhora significativa. “Fui a ortopedista, fisiatra, fisioterapeuta, acupunturista. Fui numa porção de gente. Peguei uma pasta e fui colecionando os papéis de todos os profissionais. Depois de dois anos, já eram 17, e eu ainda estava com dor”, relata. Oliveira, que morava em um sobrado, teve de mudar de casa por causa das dificuldades que tinha para subir escadas.\r\n\r\nFoi então que o <strong><a href="https://tudo-sobre.estadao.com.br/terceira-idade" target="_blank" rel="noopener">idoso</a></strong> decidiu buscar um médico intervencionista em dor e tentar terapias de neuromodulação e medicina regenerativa para tratar a dor na coluna. Ele passou por uma técnica que utiliza a radiofrequência para destruir parte do nervo que traz a sensação de dor.\r\n\r\nAlém disso, foi submetido a uma proloterapia – técnica na qual é aplicada uma solução de glicose na região lesionada, causando irritação na área, o que leva o próprio corpo a responder ao processo inflamatório, regenerando, assim, o tecido.\r\n\r\n“Tive um período de recuperação depois desses procedimentos e agora não tenho mais dor. Faço minhas coisas, pinto meus quadros. Agora, finalmente fiquei bem”, conta.', 'Medicina aposta em novas técnicas para tratar paciente com dor crônica', 'Class aptent taciti sociosqu ad litora torquent per conubia nostra, per conubia nostra, per inceptos hymenaeos. Maecenas id tortor. Etiam aliquam convallis. Donec enim vel nulla. Sed eros. Nullam justo dolor, varius nec.', 'inherit', 'closed', 'closed', '', '2279-revision-v1', '', '', '2018-10-31 12:10:46', '2018-10-31 14:10:46', '', 2279, 'https://begservicosmedicos.com.br/2279-revision-v1/', 0, 'revision', '', 0),
(2425, 1, '2018-10-31 12:13:26', '2018-10-31 14:13:26', '', 'Medicina aliada a áreas da Saúde é o desafio', 'Bibendum tellus, fringilla ut, eleifend pede id nulla ac ligula at neque. Vestibulum ante sodales neque ut quam placerat id, orci. Integer aliquam. Etiam tempor varius, quam elit justo ac accumsan.', 'inherit', 'closed', 'closed', '', '2281-autosave-v1', '', '', '2018-10-31 12:13:26', '2018-10-31 14:13:26', '', 2281, 'https://begservicosmedicos.com.br/2281-autosave-v1/', 0, 'revision', '', 0),
(2426, 1, '2018-10-31 12:14:36', '2018-10-31 14:14:36', '<div class="n--noticia__content content">\r\n\r\nA formação cada vez mais completa do médico é tema constante na pauta das grandes faculdades de <a href="https://tudo-sobre.estadao.com.br/medicina" target="_blank" rel="noopener"><strong>Medicina</strong></a> no Brasil. Sair do pensamento individual para o coletivo na formação de futuros profissionais e no tratamento dos pacientes, abrangendo a integração com outras especialidades da área de Saúde, é um desafio para ampliar o sentido da palavra “cuidar”. Isso envolve não apenas lidar com o paciente de forma mais ampla, mas até com quem convive com ele.\r\n<div></div>\r\nO tratamento, muitas vezes, pode significar para o médico ir além da sua atuação, exigindo a participação de profissionais de outras especialidades e até de diferentes campos da saúde, seja para cuidar do paciente ou das pessoas no seu entorno. Em renomadas faculdades de Medicina do País, considera-se, então, importante essa atuação coletiva, integrada a várias áreas da Saúde, mesmo que isso ainda não esteja na grade curricular.\r\n<div class="mm_conteudo blog-multimidia foto loaded" data-config="{&quot;tipo&quot;:&quot;FOTO&quot;,&quot;id&quot;:&quot;933793&quot;,&quot;provider&quot;:&quot;AGILE&quot;}">\r\n<figure class="n--noticia__image modulo-noticia"><img src="https://img.estadao.com.br/resources/jpg/9/6/1539637435269.jpg" alt="Medicina aliada a áreas da Saúde é o desafio" /><figcaption>\'A gente quer promover um cuidado amplo para o paciente\', diz Daniela Harsanyi Foto: Daniela Harsanyi</figcaption></figure>\r\n</div>\r\n<div class="limite-continuar-lendo"></div>\r\n“É uma questão extremamente oportuna. Vivemos um momento de fragilidade nos currículos médicos. O grande desafio é conseguir essa interprofissionalidade. Ela praticamente inexiste. É muito frágil, principalmente em escolas tradicionais, nas quais a visão do médico é como dono do saber. Nós temos trabalhado muito nisso. É um desafio muito importante e necessário”, afirma Aécio Gois, professor e coordenador do curso de Medicina da Universidade Federal de São Paulo (<a href="https://tudo-sobre.estadao.com.br/unifesp-universidade-federal-de-sao-paulo" target="_blank" rel="noopener"><strong>Unifesp</strong></a>).\r\n\r\nMilton de Arruda Martins, professor de Clínica Médica na Universidade de São Paulo (<a href="https://tudo-sobre.estadao.com.br/usp-universidade-de-sao-paulo" target="_blank" rel="noopener"><strong>USP</strong></a>), também acredita que é preciso rever essa visão e cita uma frase da Organização Mundial da Saúde (<a href="https://tudo-sobre.estadao.com.br/oms-organizacao-mundial-de-saude" target="_blank" rel="noopener"><strong>OMS</strong></a>) para ratificar a importância de uma grade que contemple a interprofissionalidade nos cursos de Medicina: “Aprender juntos para trabalhar juntos por uma saúde melhor”.\r\n<h3 class="intertitulo">Necessidade</h3>\r\nDe acordo com Martins, já ocorreram mudanças. Porém, há ainda um caminho a ser percorrido para atingir esse objetivo. “O coletivo tem de vir primeiro. Precisa-se pensar um pouco na atuação de uma equipe, não só o médico fazer tudo. Tem prevenção, hábitos, os aspectos físico e psicológico, o estilo de vida. Sozinho, muitas vezes o médico não consegue resolver tudo”, reforça o professor de Medicina da USP.\r\n\r\n“Durante o curso, o estudante tem de aprender a trabalhar em equipe. É importante que hoje haja uma disciplina que aborde isso, além de atividades e estágios, com estudantes de várias áreas atuando juntos”, acrescenta.\r\n\r\nE é justamente na sala de aula que está a solução para transformar o individual em coletivo na atuação dos médicos, aponta o coordenador do curso da Unifesp. Ele destaca a importância da interação entre diferentes especialidades da Medicina na preparação dos estudantes. Segundo Gois, o objetivo é que eles saiam da universidade com um conhecimento mais amplo, capazes de atender às necessidades dos pacientes, tudo ligado ao conceito da interprofissionalidade.\r\n<h3 class="intertitulo">Atuação</h3>\r\nNo entanto, para que isso funcione, de acordo com ele, são necessárias mudanças na grade curricular. “Se somos uma família tradicionalmente de gordinhos que são sedentários, ociosos, que comem mal e têm uma série de conflitos, devemos mudar os hábitos. Assim, um estudante de Medicina precisa aprender a fazer essa intervenção na família. Precisariam ir um médico, um educador físico, um psicólogo, uma nutricionista para ver tudo isso”, exemplifica o coordenador da Unifesp.\r\n\r\nMartins concorda. “O aluno de Medicina, e depois o médico, tem de ter uma ideia clara do que são alimentação inadequada, inatividade física, uma série de problemas da saúde mental, ritmo de vida.”\r\n\r\nNovo enfoque. Na Faculdade Israelita Albert Einstein, o método TBL (sigla em inglês para Team Based Learning), o aprendizado com base no trabalho em equipe, já permeia os seis anos do curso de Medicina, que também inclui na grade curricular a disciplina Humanidades. “Tudo é feito em grupo. Somos expostos desde o primeiro dia de aula a trabalhar em equipe. A aprender desde sempre a lidar com as diferenças, a ter empatia”, conta Daniela Harsanyi, estudante do Einstein.\r\n\r\n“Discutimos muito que a saúde não é só uma doença específica. A gente quer promover um cuidado amplo para o paciente, e isso se estende para a equipe: técnico de enfermagem, enfermeiro, nutricionista, terapeuta, médico”, lembra Daniela.\r\n\r\nNo 6.º semestre do curso, a estudante pensa em se especializar em Cardiologia, mas destaca a interprofissionalidade como um fator primordial para o bom exercício da Medicina. “É fundamental partir desse conceito de saúde. Não basta cuidar de um problema pontual. É preciso estar atento a todas as áreas. Ao físico, ao emocional, tudo mexe e afeta a saúde”, afirma a estudante do Einstein. “Em doenças crônicas, por exemplo, não adianta só tomar remédio, a pessoa precisa mudar os hábitos. Precisa de uma equipe, realmente.”\r\n\r\nEssa transformação passa por uma atualização nos cursos de Medicina, na opinião de Gois. Para o coordenadordo curso da Unifesp as faculdades trabalham pouco com o médico que está no mercado. “Grandes instituições têm muito do ensino do século passado”, afirma Gois. “O que nós ensinamos tem de estar em cima com o que acontece no mercado. Precisamos sair das aulas tradicionais e ser mais interativos. Temos de fazer vivências e atividade práticas em conjunto com os diversos cursos. Precisamos sair dessa coisa do pedestal e trabalhar o conjunto”, diz o coordenador da Unifesp.\r\n<h3 class="intertitulo">Vantagens</h3>\r\nInserir a interprofissionalidade no curso de Medicina, como defendem os especialistas, só traria mais benefícios aos pacientes. Professor da Universidade de Campinas (Unicamp), no Departamento de Alimentos e Nutrição, Mário Roberto Maróstica Junior lida com uma área que faz parte da integração das especialidades médicas. De acordo com o professor da Unicamp, vai na linha do que pensam os profissionais da área.\r\n\r\n“É realmente algo necessário. É preciso haver uma intervenção nutricional e um educador físico para quem tem sobrepeso, por exemplo. No caso de obesidade, talvez ainda seja necessário entrar com medicamento, e isso precisa ter acompanhamento médico. A partir daí, há a necessidade de sinergia entre os diferentes profissionais”, endossa Mário Junior.\r\n\r\nNa Unifesp, o coordenador do curso de Medicina traça planos para o futuro, de olho na modernização e na formação de um profissional mais completo. “Pretendo fazer uma disciplina de Medicina Culinária. Tem a ver com mudança de hábito, para que o médico saiba explicar como se come”, conta Gois. “<em>(Nas aulas</em>), que compareçam um educador físico para falar de sedentarismo, uma nutricionista que escolha produtos, chefs de cozinha, um psicólogo ou psiquiatra, para falar sobre felicidade, ansiedade, resiliência. Isso também se ensina”, conclui.\r\n\r\n<strong>DEPOIMENTO</strong>\r\n\r\n‘Há um esforço institucional por visão integral do paciente’\r\n\r\nAna Débora Souza Aguiar, aluna do 3º ano de Medicina na Unesp-Botucatu\r\n\r\n“Depois de ter largado três cursos diferentes (Letras, Audiovisual e Enfermagem), tenho plena certeza da minha escolha pela Medicina. Por causa dessas experiências anteriores e até por ter prestado vestibular mais velha do que meus colegas, passei a ter uma visão mais realista do que seria a faculdade. Talvez por conta disso, estudar em Botucatu esteja sendo uma experiência extremamente satisfatória para mim.\r\n\r\nAlém das dificuldades inerentes ao curso de Medicina, como a alta carga horária, estudar em Botucatu também implica particularidades de se morar no interior. O transporte público é escasso (um ônibus por hora, nas rotas que vão para o câmpus), o que acaba fazendo com que a maior parte dos estudantes dependa de carona. Não existe um restaurante universitário propriamente dito no câmpus. Mas, para quem gosta de um ritmo mais calmo, a cidade oferece uma qualidade de vida muito melhor do que a capital.\r\n\r\nO curso de Medicina é extremamente puxado, mas de maneira geral os professores estão entre os mais dedicados e receptivos que já tive. Existe um claro esforço institucional que visa a formar médicos humanizados, com uma visão mais integral do paciente.\r\n\r\nA Unesp oferece um pouco de tudo em termos de vida universitária, mas o que mais me trouxe satisfação até agora foi o trabalho nos projetos de extensão, em especial no Cursinho Desafio, comunitário e gerido pelos estudantes. É uma boa forma de passar para frente tudo o que estudei no vestibular.”\r\n<h3 class="intertitulo">Problemas dos pais afetam as crianças, dizem pediatras</h3>\r\n<em>Segundo pesquisa, médicos percebem isso nas consultas, mas têm dificuldade de tratar temas</em>\r\n\r\nEm pesquisa feita pela editora americana Sage Publishing com 200 pediatras, mais de 150 dos profissionais ouvidos revelaram que os pais, no momento da consulta, apresentam pelo menos um problema de saúde que afeta diretamente o bem-estar das crianças. Publicados no <em>Clinical Pediatrics</em> e no <em>Journal of Pediatrics</em>, nos Estados Unidos, os dados destacam que questões como depressão materna ou uso de tabaco pelos pais, porém, não são tratadas nas consultas, porque muitos médicos não se sentiam à vontade para abordar os temas com as famílias. Tais problemas podem, assim, influenciar o comportamento dos filhos.\r\n\r\nOs médicos encontram dificuldades para abordar os problemas dos pais por diversas razões, como falta de tempo na consulta e dificuldade no encaminhamento dos pais às especialidades necessárias. “O serviço público, por exemplo, tem prazo (tempo de consulta) para atender e tanta coisa para falar que, por vezes, fica difícil de tratar com os pais. Quando você atende um recém-nascido na primeira consulta, a depressão pós-parto é um quadro bem presente e importante, mais do que se imagina, e pode determinar o sucesso da amamentação. Se a gente não tem espaço para abordar, resolve de forma superficial”, afirma o pediatra e homeopata Moises Checinski, autor do blog #EuApoioLeiteMaterno.\r\n\r\nA pesquisa abordou seis questões de saúde que envolvem os pais: depressão materna e uso de tabaco lideram o ranking dos problemas, seguidos por violência sofrida pelo parceiro, status de imunização para dTpa (tétano, difteria e coqueluche - tríplice acelular), status de seguro de saúde e planejamento familiar.\r\n\r\n“Acredito que, se o mesmo trabalho fosse realizado no Brasil, os dados obtidos seriam diferentes, até mesmo por questões culturais. O pediatra é, classicamente, um dos especialistas de maior empatia com seus pacientes e familiares, e dinâmica familiar, hábitos e saúde dos pais são itens obrigatórios em nossas consultas”, comenta Ricardo Luiz Affonso Fonseca, coordenador médico do pronto-socorro pediátrico do Hospital Sírio-Libanês.\r\n\r\nMas Fonseca reconhece algumas dificuldades encontradas pelos profissionais no momento da consulta. “Claro que, em uma consulta de rotina, esses aspectos <em>(problemas dos pais)</em> devem ser abordados, mas, muitas vezes,pela falta de tempo ou de enfoque, por exemplo no pronto-socorro, essas questões são deixadas em segundo plano.”\r\n<h3 class="intertitulo">Hábitos</h3>\r\nPara Moises Checinski, a questão da alimentação é um dos aspectos agravantes para a saúde dos filhos. Neste caso, segundo ele, toda a família teria de passar por uma reeducação alimentar. “Se falamos de obesidade, por exemplo, não conseguimos interferir na alimentação da casa, da escola, não adianta. Ou a família se envolve, ou a crianças sofre as consequências”, explica Checinski. “Nós deveríamos ter um tempo adequado na consulta, independentemente de onde estamos. No meu consultório, reservo uma hora. Mas alguém que atenda em ambulatório ou pelo plano de saúde até pode dedicar tempo, mas acaba interferindo no dia desse profissional de Saúde.” <strong>/ COLABOROU EDUARDO GERAQUE, ESPECIAL PARA O ESTADO</strong>\r\n\r\n</div>', 'Medicina aliada a áreas da Saúde é o desafio', 'Bibendum tellus, fringilla ut, eleifend pede id nulla ac ligula at neque. Vestibulum ante sodales neque ut quam placerat id, orci. Integer aliquam. Etiam tempor varius, quam elit justo ac accumsan.', 'inherit', 'closed', 'closed', '', '2281-revision-v1', '', '', '2018-10-31 12:14:36', '2018-10-31 14:14:36', '', 2281, 'https://begservicosmedicos.com.br/2281-revision-v1/', 0, 'revision', '', 0),
(2429, 1, '2018-10-31 12:27:14', '2018-10-31 14:27:14', '', 'Fale Conosco', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-10-31 12:27:14', '2018-10-31 14:27:14', '', 16, 'https://begservicosmedicos.com.br/16-revision-v1/', 0, 'revision', '', 0),
(2431, 1, '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 'Trabalhe Conosco', '', 'publish', 'closed', 'closed', '', 'trabalhe-conosco', '', '', '2018-11-05 13:18:38', '2018-11-05 15:18:38', '', 0, 'https://begservicosmedicos.com.br/?p=2431', 4, 'nav_menu_item', '', 0),
(2433, 2, '2020-05-13 20:32:53', '2020-05-13 23:32:53', '', 'Contratação de Médicos', '', 'publish', 'closed', 'closed', '', 'contratacao-de-medicos', '', '', '2020-05-13 20:32:53', '2020-05-13 23:32:53', '', 0, 'https://bgservicosmedicos.com.br/?post_type=popupbuilder&#038;p=2433', 0, 'popupbuilder', '', 0),
(2434, 2, '2020-05-13 20:32:39', '2020-05-13 23:32:39', '', 'Design sem nome', '', 'inherit', 'open', 'closed', '', 'design-sem-nome', '', '', '2020-05-13 20:32:39', '2020-05-13 23:32:39', '', 0, 'https://begservicosmedicos.com.br/wp-content/uploads/2020/05/Design-sem-nome.png', 0, 'attachment', 'image/png', 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_revslider_css`
--

CREATE TABLE `wp_beg_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext,
  `hover` longtext,
  `params` longtext NOT NULL,
  `advanced` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Fazendo dump de dados para tabela `wp_beg_revslider_css`
--

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

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_revslider_layer_animations`
--

CREATE TABLE `wp_beg_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_revslider_navigations`
--

CREATE TABLE `wp_beg_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_revslider_sliders`
--

CREATE TABLE `wp_beg_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` longtext NOT NULL,
  `settings` text,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Fazendo dump de dados para tabela `wp_beg_revslider_sliders`
--

INSERT INTO `wp_beg_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home Wallet', 'wallet', '{"hero_active":"-1","source_type":"gallery","instagram-count":"","instagram-transient":"1200","instagram-type":"user","instagram-user-id":"","flickr-count":"","flickr-transient":"1200","flickr-api-key":"","flickr-type":"publicphotos","flickr-user-url":"","flickr-photoset":"","flickr-photoset-select":"","flickr-gallery-url":"","flickr-group-url":"","facebook-count":"","facebook-transient":"1200","facebook-page-url":"","facebook-type-source":"album","facebook-album":"","facebook-album-select":"","facebook-app-id":"","facebook-app-secret":"","twitter-count":"","twitter-transient":"1200","twitter-user-id":"","twitter-image-only":"off","twitter-include-retweets":"off","twitter-exclude-replies":"off","twitter-consumer-key":"","twitter-consumer-secret":"","twitter-access-token":"","twitter-access-secret":"","youtube-count":"","youtube-transient":"1200","youtube-api":"","youtube-channel-id":"","youtube-type-source":"channel","youtube-playlist":"","youtube-playlist-select":"","vimeo-count":"","vimeo-transient":"1200","vimeo-type-source":"user","vimeo-username":"","vimeo-groupname":"","vimeo-albumid":"","vimeo-channelname":"","product_types":"product","product_category":"","posts_list":"","fetch_type":"cat_tag","post_types":"post","post_category":"","product_sortby":"ID","product_sort_direction":"DESC","max_slider_products":"30","excerpt_limit_product":"55","reg_price_from":"","reg_price_to":"","sale_price_from":"","sale_price_to":"","instock_only":"off","featured_only":"off","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","title":"Home Wallet","alias":"wallet","shortcode":"[rev_slider alias=\\\\\\"wallet\\\\\\"]","slider-type":"hero","slider_type":"auto","width":"1240","height":"770","width_notebook":"1024","height_notebook":"768","enable_custom_size_notebook":"off","width_tablet":"778","height_tablet":"960","enable_custom_size_tablet":"off","width_mobile":"480","height_mobile":"720","enable_custom_size_iphone":"off","full_screen_align_force":"off","fullscreen_min_height":"","autowidth_force":"off","fullscreen_offset_container":"","fullscreen_offset_size":"","main_overflow_hidden":"off","auto_height":"off","min_height":"","max_width":"","force_full_width":"off","next_slide_on_window_focus":"off","disable_focus_listener":"off","def-layer_selection":"off","slider_id":"","delay":"9000","start_js_after_delay":"0","def-slide_transition":"fade","def-transition_duration":"300","def-image_source_type":"full","def-background_fit":"cover","def-bg_fit_x":"100","def-bg_fit_y":"100","def-bg_position":"center center","def-bg_position_x":"0","def-bg_position_y":"0","def-bg_repeat":"no-repeat","def-kenburn_effect":"off","def-kb_start_fit":"100","def-kb_easing":"Linear.easeNone","def-kb_end_fit":"100","def-kb_start_offset_x":"0","def-kb_start_offset_y":"0","def-kb_end_offset_x":"0","def-kb_end_offset_y":"0","def-kb_start_rotate":"0","def-kb_end_rotate":"0","def-kb_duration":"10000","0":"blank","start_with_slide_enable":"off","start_with_slide":"1","first_transition_active":"off","first_transition_type":"fade","first_transition_duration":"300","first_transition_slot_amount":"7","stop_on_hover":"off","stop_slider":"off","stop_after_loops":"0","stop_at_slide":"2","shuffle":"off","loop_slide":"off","label_viewport":"off","viewport_start":"wait","viewport_area":"80","waitforinit":"off","enable_progressbar":"off","show_timerbar":"top","progress_height":"5","progress_opa":"15","progressbar_color":"#000000","disable_on_mobile":"off","disable_kenburns_on_mobile":"off","hide_slider_under":"0","hide_defined_layers_under":"0","hide_all_layers_under":"0","shadow_type":"0","background_dotted_overlay":"none","background_color":"transparent","padding":"0","show_background_image":"off","background_image":"http:\\/\\/begservicosmedicos.com.br\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"center center","position":"center","margin_top":"0","margin_bottom":"0","margin_left":"0","margin_right":"0","use_spinner":"2","spinner_color":"#FFFFFF","enable_arrows":"off","rtl_arrows":"off","navigation_arrow_style":"round","navigation_arrows_preset":"default","ph-round-arrows-hover-bg-color-color-rgba-def":"off","ph-round-arrows-hover-bg-color-color-rgba":"#000000","ph-round-arrows-arrow-size-custom-def":"off","ph-round-arrows-arrow-size-custom":"20","ph-round-arrows-arrow-color-color-def":"off","ph-round-arrows-arrow-color-color":"#ffffff","ph-round-arrows-bg-size-custom-def":"off","ph-round-arrows-bg-size-custom":"40","ph-round-arrows-bg-color-custom-def":"off","ph-round-arrows-bg-color-custom":"0,0,0,0.5","arrows_always_on":"false","hide_arrows":"200","hide_arrows_mobile":"1200","hide_arrows_on_mobile":"off","arrows_under_hidden":"0","hide_arrows_over":"off","arrows_over_hidden":"0","leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":"20","leftarrow_offset_vert":"0","leftarrow_position":"slider","rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":"20","rightarrow_offset_vert":"0","rightarrow_position":"slider","enable_bullets":"off","rtl_bullets":"off","navigation_bullets_style":"round","navigation_bullets_preset":"default","ph-round-bullets-hover-bullet-bg-color-def":"off","ph-round-bullets-hover-bullet-bg-color":"#666666","ph-round-bullets-border-size-custom-def":"off","ph-round-bullets-border-size-custom":"3","ph-round-bullets-border-color-color-def":"off","ph-round-bullets-border-color-color":"#e5e5e5","ph-round-bullets-bullet-bg-bottom-color-def":"off","ph-round-bullets-bullet-bg-bottom-color":"#e1e1e1","ph-round-bullets-bullet-bg-top-color-def":"off","ph-round-bullets-bullet-bg-top-color":"#999999","ph-round-bullets-bullet-size-custom-def":"off","ph-round-bullets-bullet-size-custom":"12","bullets_space":"5","bullets_direction":"horizontal","bullets_always_on":"false","hide_bullets":"200","hide_bullets_mobile":"1200","hide_bullets_on_mobile":"off","bullets_under_hidden":"0","hide_bullets_over":"off","bullets_over_hidden":"0","bullets_align_hor":"center","bullets_align_vert":"bottom","bullets_offset_hor":"0","bullets_offset_vert":"20","bullets_position":"slider","enable_thumbnails":"off","rtl_thumbnails":"off","thumbnails_padding":"5","span_thumbnails_wrapper":"off","thumbnails_wrapper_color":"transparent","thumbnails_wrapper_opacity":"100","thumbnails_style":"round","navigation_thumbs_preset":"default","ph-round-thumbs-title-font-size-custom-def":"off","ph-round-thumbs-title-font-size-custom":"12","ph-round-thumbs-title-color-color-rgba-def":"off","ph-round-thumbs-title-color-color-rgba":"#ffffff","ph-round-thumbs-title-bg-color-rgba-def":"off","ph-round-thumbs-title-bg-color-rgba":"rgba(0,0,0,0.85)","thumb_amount":"5","thumbnails_space":"5","thumbnail_direction":"horizontal","thumb_width":"100","thumb_height":"50","thumb_width_min":"100","thumbs_always_on":"false","hide_thumbs":"200","hide_thumbs_mobile":"1200","hide_thumbs_on_mobile":"off","thumbs_under_hidden":"0","hide_thumbs_over":"off","thumbs_over_hidden":"0","thumbnails_inner_outer":"inner","thumbnails_align_hor":"center","thumbnails_align_vert":"bottom","thumbnails_offset_hor":"0","thumbnails_offset_vert":"20","thumbnails_position":"slider","enable_tabs":"off","rtl_tabs":"off","tabs_padding":"5","span_tabs_wrapper":"off","tabs_wrapper_color":"transparent","tabs_wrapper_opacity":"5","tabs_style":"round","navigation_tabs_preset":"default","ph-round-tabs-param2-size-custom-def":"off","ph-round-tabs-param2-size-custom":"14","ph-round-tabs-param2-color-color-rgba-def":"off","ph-round-tabs-param2-color-color-rgba":"0,0,0,0","ph-round-tabs-contentcolor-color-rgba-def":"off","ph-round-tabs-contentcolor-color-rgba":"#333333","ph-round-tabs-bgcolor-color-rgba-def":"off","ph-round-tabs-bgcolor-color-rgba":"rgba(0,0,0,0)","ph-round-tabs-hover-bg-color-color-rgba-def":"off","ph-round-tabs-hover-bg-color-color-rgba":"#eeeeee","ph-round-tabs-param1-size-custom-def":"off","ph-round-tabs-param1-size-custom":"12","ph-round-tabs-param1-color-color-rgba-def":"off","ph-round-tabs-param1-color-color-rgba":"rgba(51,51,51,0.5)","ph-round-tabs-image-size-custom-def":"off","ph-round-tabs-image-size-custom":"60","ph-round-tabs-border-size-custom-def":"off","ph-round-tabs-border-size-custom":"1","ph-round-tabs-border-color-color-rgba-def":"off","ph-round-tabs-border-color-color-rgba":"#e5e5e5","ph-round-tabs-font-family-font_family-def":"off","ph-round-tabs-font-family-font_family":"Roboto","tabs_amount":"5","tabs_space":"5","tabs_direction":"horizontal","tabs_width":"100","tabs_height":"50","tabs_width_min":"100","tabs_always_on":"false","hide_tabs":"200","hide_tabs_mobile":"1200","hide_tabs_on_mobile":"off","tabs_under_hidden":"0","hide_tabs_over":"off","tabs_over_hidden":"0","tabs_inner_outer":"inner","tabs_align_hor":"center","tabs_align_vert":"bottom","tabs_offset_hor":"0","tabs_offset_vert":"20","tabs_position":"slider","touchenabled":"off","drag_block_vertical":"off","swipe_velocity":"75","swipe_min_touches":"1","swipe_direction":"horizontal","keyboard_navigation":"off","keyboard_direction":"horizontal","mousescroll_navigation":"off","mousescroll_navigation_reverse":"default","previewimage_width":"100","previewimage_height":"50","carousel_infinity":"off","carousel_space":"0","carousel_borderr":"0","carousel_borderr_unit":"px","carousel_padding_top":"0","carousel_padding_bottom":"0","carousel_maxitems":"3","carousel_stretch":"off","carousel_fadeout":"on","carousel_varyfade":"off","carousel_rotation":"off","carousel_varyrotate":"off","carousel_maxrotation":"0","carousel_scale":"off","carousel_varyscale":"off","carousel_scaledown":"50","carousel_hposition":"center","carousel_vposition":"center","use_parallax":"off","disable_parallax_mobile":"off","ddd_parallax":"off","ddd_parallax_shadow":"off","ddd_parallax_bgfreeze":"off","ddd_parallax_overflow":"off","ddd_parallax_layer_overflow":"off","ddd_parallax_zcorrection":"65","parallax_type":"mouse","parallax_origo":"enterpoint","parallax_speed":"400","parallax_level_16":"55","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"46","parallax_level_11":"47","parallax_level_12":"48","parallax_level_13":"49","parallax_level_14":"50","parallax_level_15":"51","lazy_load_type":"none","simplify_ie8_ios4":"off","show_alternative_type":"off","show_alternate_image":"","ignore_height_changes":"off","ignore_height_changes_px":"0","jquery_noconflict":"off","js_to_body":"false","output_type":"none","jquery_debugmode":"off","custom_css":"","custom_javascript":"","version":""}', '{"version":"5.0.7"}', '');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_revslider_slides`
--

CREATE TABLE `wp_beg_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Fazendo dump de dados para tabela `wp_beg_revslider_slides`
--

INSERT INTO `wp_beg_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{"background_type":"image","rs-gallery-type":"gallery","bg_external":"","bg_color":"#E7E7E7","0":"Remove","slide_bg_youtube":"","slide_bg_vimeo":"","slide_bg_html_mpeg":"","slide_bg_html_webm":"","slide_bg_html_ogv":"","image_source_type":"full","alt_option":"media_library","alt_attr":"","ext_width":"1920","ext_height":"1080","title_option":"media_library","title_attr":"","video_force_cover":"on","video_dotted_overlay":"none","video_ratio":"16:9","video_start_at":"","video_end_at":"","video_loop":"none","video_nextslide":"off","video_force_rewind":"on","video_mute":"on","video_volume":"","video_speed":"1","video_arguments":"hd=1&wmode=opaque&showinfo=0&rel=0;","video_arguments_vim":"title=0&byline=0&portrait=0&api=1","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_position":"center center","bg_position_x":"0","bg_position_y":"0","bg_repeat":"no-repeat","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_start_offset_x":"0","kb_end_offset_x":"0","kb_start_offset_y":"0","kb_end_offset_y":"0","kb_start_rotate":"0","kb_end_rotate":"0","kb_easing":"Linear.easeNone","kb_duration":"10000","title":"Slide","delay":"0","stoponpurpose":"false","invisibleslide":"false","state":"published","hideslideafter":"0","hideslideonmobile":"off","date_from":"","date_to":"","save_performance":"off","slide_thumb":"http:\\/\\/begservicosmedicos.com.br\\/wp-content\\/","thumb_dimension":"slider","thumb_for_admin":"off","slide_transition":["fade"],"slot_amount":["default"],"transition_rotation":["0"],"transition_duration":["300"],"transition_ease_in":["default"],"transition_ease_out":["default"],"ph-round-arrows-bg-color-custom-slide":"off","ph-round-arrows-bg-color-custom":"0,0,0,0.5","ph-round-arrows-bg-size-custom-slide":"off","ph-round-arrows-bg-size-custom":"40","ph-round-arrows-arrow-color-color-slide":"off","ph-round-arrows-arrow-color-color":"#ffffff","ph-round-arrows-arrow-size-custom-slide":"off","ph-round-arrows-arrow-size-custom":"20","ph-round-arrows-hover-bg-color-color-rgba-slide":"off","ph-round-arrows-hover-bg-color-color-rgba":"#000000","ph-round-bullets-bullet-size-custom-slide":"off","ph-round-bullets-bullet-size-custom":"12","ph-round-bullets-bullet-bg-top-color-slide":"off","ph-round-bullets-bullet-bg-top-color":"#999999","ph-round-bullets-bullet-bg-bottom-color-slide":"off","ph-round-bullets-bullet-bg-bottom-color":"#e1e1e1","ph-round-bullets-border-color-color-slide":"off","ph-round-bullets-border-color-color":"#e5e5e5","ph-round-bullets-border-size-custom-slide":"off","ph-round-bullets-border-size-custom":"3","ph-round-bullets-hover-bullet-bg-color-slide":"off","ph-round-bullets-hover-bullet-bg-color":"#666666","ph-round-tabs-font-family-font_family-slide":"off","ph-round-tabs-font-family-font_family":"Roboto","ph-round-tabs-border-color-color-rgba-slide":"off","ph-round-tabs-border-color-color-rgba":"#e5e5e5","ph-round-tabs-border-size-custom-slide":"off","ph-round-tabs-border-size-custom":"1","ph-round-tabs-image-size-custom-slide":"off","ph-round-tabs-image-size-custom":"60","ph-round-tabs-param1-color-color-rgba-slide":"off","ph-round-tabs-param1-color-color-rgba":"rgba(51,51,51,0.5)","ph-round-tabs-param1-size-custom-slide":"off","ph-round-tabs-param1-size-custom":"12","ph-round-tabs-hover-bg-color-color-rgba-slide":"off","ph-round-tabs-hover-bg-color-color-rgba":"#eeeeee","ph-round-tabs-bgcolor-color-rgba-slide":"off","ph-round-tabs-bgcolor-color-rgba":"rgba(0,0,0,0)","ph-round-tabs-contentcolor-color-rgba-slide":"off","ph-round-tabs-contentcolor-color-rgba":"#333333","ph-round-tabs-param2-color-color-rgba-slide":"off","ph-round-tabs-param2-color-color-rgba":"0,0,0,0","ph-round-tabs-param2-size-custom-slide":"off","ph-round-tabs-param2-size-custom":"14","ph-round-thumbs-title-bg-color-rgba-slide":"off","ph-round-thumbs-title-bg-color-rgba":"rgba(0,0,0,0.85)","ph-round-thumbs-title-color-color-rgba-slide":"off","ph-round-thumbs-title-color-color-rgba":"#ffffff","ph-round-thumbs-title-font-size-custom-slide":"off","ph-round-thumbs-title-font-size-custom":"12","params_1":"","params_1_chars":"10","params_2":"","params_2_chars":"10","params_3":"","params_3_chars":"10","params_4":"","params_4_chars":"10","params_5":"","params_5_chars":"10","params_6":"","params_6_chars":"10","params_7":"","params_7_chars":"10","params_8":"","params_8_chars":"10","params_9":"","params_9_chars":"10","params_10":"","params_10_chars":"10","slide_description":"","class_attr":"","id_attr":"","data_attr":"","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_bg_color":"#E7E7E7","slide_bg_external":"","image":"https:\\/\\/begservicosmedicos.com.br\\/wp-content\\/uploads\\/2018\\/10\\/banner.png","media-filter-type":"none","kb_blur_start":"0","kb_blur_end":"0","image_id":"2400","0":"Remove"}', '[{"style":"","text":"Image 1","type":"image","image_url":"http:\\/\\/begservicosmedicos.com.br\\/wp-content\\/uploads\\/2018\\/10\\/Female-Doctor-Transparent-Background-PNG.png","scaleX":{"desktop":"526"},"scaleY":{"desktop":"700px"},"originalWidth":602,"originalHeight":801,"special_type":null,"subtype":"","specialsettings":{},"unique_id":1,"left":{"desktop":-40},"top":{"desktop":-10},"internal_class":"","hover":false,"alias":"Pic","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"static_end":"last","align_hor":{"desktop":"right"},"align_vert":{"desktop":"bottom"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link_slide":"nothing","scrollunder_offset":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","width":526,"height":700,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"20"},"line-height":{"desktop":"22"},"font-weight":{"desktop":"400"},"color":{"desktop":"rgba(255, 255, 255, 1)"},"letter-spacing":{"desktop":""}},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","deformation":{"font-family":"","padding":["0","0","0","0"],"font-style":"normal","text-decoration":"none","text-align":"left","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","vertical-align":"top","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible","parallax":"-"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"color":"rgba(255, 255, 255, 1)","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":0,"split_in_extratime":-10,"split_out_extratime":-10,"endWithSlide":true,"toggle":false,"toggle_use_hover":false,"texttoggle":"","autolinebreak":false,"scaleProportional":true,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","layer-selectable":"default","addedToStage":true,"version":"530","frames":{"frame_0":{"time":500,"delay":0,"split":"none","split_direction":"forward","split_extratime":0,"splitdelay":"10","speed":1500,"animation":"tp-fade","easing":"Power2.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"sfxcolor":"#ffffff","time_relative":500,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","split_extratime":0,"split_direction":"forward","splitdelay":"10","speed":300,"animation":"fadeout","easing":"nothing","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7000,"sfx_effect":""}},"isDemo":false,"layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","layer_blend_mode":"normal","mask_speed_start":"inherit","mask_ease_start":"inherit","min_height":"40px","display":"block","static_start":"1","link":"","link_open_in":"same","link_follow":"follow","css-position":"relative","margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"left"},"blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","pers_start":"inherit","pers_end":"inherit","p_uid":-1,"zIndex":5,"toggle_inverse_content":false,"displaymode":true,"attrWrapperID":"","attrWrapperClasses":"","attrTabindex":"","column_break_at":"mobile","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]},"parallax_layer_ddd_zlevel":"front"},{"text":"SERVI\\u00c7OS M\\u00c9DICOS<br \\/> Desde a gest\\u00e3o a implanta\\u00e7\\u00e3o.","type":"text","special_type":null,"subtype":"","specialsettings":{},"unique_id":4,"left":{"desktop":40},"top":{"desktop":-60},"internal_class":"","hover":false,"alias":"Pay by your phone ea...","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","max_height":{"desktop":"auto"},"max_width":{"desktop":"auto"},"video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"middle"},"hiddenunder":false,"resizeme":true,"seo-optimized":false,"link_slide":"nothing","scrollunder_offset":"","style":"mfnrs_wallet_large_light","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"resize-full":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","width":-1,"height":-1,"cover_mode":"custom","static_styles":{"font-size":{"desktop":"50px"},"line-height":{"desktop":"58px"},"font-weight":{"desktop":"300"},"color":{"desktop":"rgba(255, 255, 255, 1)"},"letter-spacing":{"desktop":""}},"x_start":"inherit","y_start":"50px","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","deformation":{"font-family":"Roboto","padding":["0","0","0","0"],"font-style":"normal","text-decoration":"none","text-align":"left","text-transform":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0","0","0","0"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","vertical-align":"top","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible","display":"block","parallax":"-"},"svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"deformation-hover":{"color":"rgba(0, 0, 0, 1)","text-decoration":"none","background-color":"transparent","border-color":"transparent","border-style":"none","border-width":["0","0","0","0"],"border-radius":["0px","0px","0px","0px"],"x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone","css_cursor":"auto","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":1,"split_in_extratime":-10,"split_out_extratime":-10,"endWithSlide":true,"toggle":false,"toggle_use_hover":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"autolinebreak":false,"scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","layer-selectable":"default","addedToStage":true,"version":"530","frames":{"frame_0":{"time":900,"delay":0,"split":"none","split_direction":"forward","split_extratime":0,"splitdelay":"10","speed":1500,"animation":"sfb","easing":"Power3.easeOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"sfxcolor":"#ffffff","time_relative":900,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","split_extratime":0,"split_direction":"forward","splitdelay":"10","speed":300,"animation":"fadeout","easing":"nothing","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":6600,"sfx_effect":""}},"isDemo":false,"layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","layer_blend_mode":"normal","mask_speed_start":"inherit","mask_ease_start":"inherit","min_height":"40px","display":"block","static_start":"1","link":"","link_open_in":"same","link_follow":"follow","css-position":"relative","margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["0","0","0","0"]},"text-align":{"desktop":"left"},"blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","pers_start":"inherit","pers_end":"inherit","p_uid":-1,"zIndex":6,"toggle_inverse_content":false,"displaymode":true,"attrWrapperID":"","attrWrapperClasses":"","attrTabindex":"","column_break_at":"mobile","layer_action":{"tooltip_event":[],"action":[],"image_link":[],"link_open_in":[],"link_follow":[],"jump_to_slide":[],"scrollunder_offset":[],"action_easing":[],"action_speed":[],"actioncallback":[],"layer_target":[],"link_type":[],"action_delay":[],"toggle_layer_type":[],"toggle_class":[]},"parallax_layer_ddd_zlevel":"front"},{"static_styles":{"color":{"desktop":"rgba(255,255,255,1)"},"font-size":{"desktop":"17px"},"line-height":{"desktop":"17px"},"font-weight":{"desktop":"500"},"letter-spacing":{"desktop":""}},"inline":{"idle":{"outline":"none","box-shadow":"none","box-sizing":"border-box","-moz-box-sizing":"border-box","-webkit-box-sizing":"border-box"},"hover":{}},"deformation":{"padding":["12px","35px","12px","35px"],"font-family":"Roboto","background-color":"rgba(0, 122, 255, 0.75)","border-radius":["3px","3px","3px","3px"],"border-color":"rgba(0,0,0,1)","border-width":["0","0","0","0"],"border-style":"solid","icon-class":"","text-decoration":"none","font-style":"normal","vertical-align":"top","text-transform":"none","x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible"},"deformation-hover":{"background-color":"rgba(255,255,255,1)","color":"rgba(0,0,0,1)","border-radius":["3px","3px","3px","3px"],"border-color":"rgba(0,0,0,1)","border-width":["0","0","0","0"],"border-style":"solid","icon-class":"","css_cursor":"pointer","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","text-decoration":"none","x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone"},"text":"Nossos Servi\\u00e7os","type":"button","subtype":"roundbutton","specialsettings":{},"alias":"Button","style":"","internal_class":"rev-btn","resize-full":false,"resizeme":false,"max_width":{"desktop":"203px"},"max_height":{"desktop":"42px"},"autolinebreak":false,"hover":true,"version":"530","frames":{"frame_0":{"time":940,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"tp-fade","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":940,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7760,"sfx_effect":""}},"unique_id":6,"left":{"desktop":40},"top":{"desktop":399},"isDemo":false,"layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":false,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"0","mask_y_end":"0","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","min_height":"40px","video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":500,"height":200,"cover_mode":"custom","margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["12px","35px","12px","35px"]},"text-align":{"desktop":"inherit"},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"inherit","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"0","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":2,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","positionLeftReset":19,"zIndex":7,"addedToStage":true,"layer_action":{"tooltip_event":["click"],"action":["link"],"image_link":["https:\\/\\/begservicosmedicos.com.br\\/servicos-medicos\\/"],"link_open_in":["_self"],"link_follow":["follow"],"jump_to_slide":[],"scrollunder_offset":[""],"action_easing":["Linear.easeNone"],"action_speed":[""],"actioncallback":[""],"layer_target":["backgroundvideo"],"link_type":["jquery"],"action_delay":[""],"toggle_layer_type":["visible"],"toggle_class":[""]}},{"static_styles":{"color":{"desktop":"rgba(255,255,255,1)"},"font-size":{"desktop":"17px"},"line-height":{"desktop":"17px"},"font-weight":{"desktop":"500"},"letter-spacing":{"desktop":""}},"inline":{"idle":{"outline":"none","box-shadow":"none","box-sizing":"border-box","-moz-box-sizing":"border-box","-webkit-box-sizing":"border-box"},"hover":{}},"deformation":{"padding":["12px","35px","12px","35px"],"font-family":"Roboto","background-color":"rgba(0, 122, 255, 0.75)","border-radius":["3px","3px","3px","3px"],"border-color":"rgba(0,0,0,1)","border-width":["0","0","0","0"],"border-style":"solid","icon-class":"","text-decoration":"none","font-style":"normal","vertical-align":"top","text-transform":"none","x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_origin_x":"50","2d_origin_y":"50","pers":"600","corner_left":"nothing","corner_right":"nothing","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","overflow":"visible"},"deformation-hover":{"background-color":"rgba(255,255,255,1)","color":"rgba(0,0,0,1)","border-radius":["3px","3px","3px","3px"],"border-color":"rgba(0,0,0,1)","border-width":["0","0","0","0"],"border-style":"solid","icon-class":"","css_cursor":"pointer","blurfilter":"0","grayscalefilter":"0","brightnessfilter":"100","text-decoration":"none","x":0,"y":0,"z":0,"skewx":"0","skewy":"0","scalex":"1","scaley":"1","opacity":"1","xrotate":0,"yrotate":0,"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"speed":"0","zindex":"auto","easing":"Linear.easeNone"},"text":"Trabalhe Conosco","type":"button","subtype":"roundbutton","specialsettings":{},"alias":"Button","style":"","internal_class":"rev-btn","resize-full":false,"resizeme":false,"max_width":{"desktop":"203px"},"max_height":{"desktop":"42px"},"autolinebreak":false,"hover":true,"version":"530","frames":{"frame_0":{"time":940,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":300,"animation":"tp-fade","easing":"Power3.easeInOut","text_c":"transparent","bg_c":"transparent","use_text_c":false,"use_bg_c":false,"split_direction":"forward","sfxcolor":"#ffffff","time_relative":940,"sfx_effect":""},"frame_999":{"time":9000,"delay":0,"split":"none","splitdelay":"10","split_extratime":0,"speed":1000,"animation":"auto","easing":"Power3.easeInOut","split_direction":"forward","sfxcolor":"#ffffff","use_text_c":false,"use_bg_c":false,"text_c":"transparent","bg_c":"transparent","time_relative":7760,"sfx_effect":""}},"unique_id":7,"left":{"desktop":252},"top":{"desktop":399},"isDemo":false,"layer_bg_position":"center center","layer_bg_size":"cover","layer_bg_repeat":"no-repeat","loop_animation":"none","loop_easing":"","loop_speed":"2","loop_startdeg":-20,"loop_enddeg":20,"loop_xorigin":50,"loop_yorigin":50,"loop_xstart":0,"loop_xend":0,"loop_ystart":0,"loop_yend":0,"loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","layer_blend_mode":"normal","html_tag":"div","mask_start":false,"mask_end":true,"x_start_reverse":false,"y_start_reverse":false,"x_end_reverse":false,"y_end_reverse":false,"x_rotate_start_reverse":false,"y_rotate_start_reverse":false,"z_rotate_start_reverse":false,"x_rotate_end_reverse":false,"y_rotate_end_reverse":false,"z_rotate_end_reverse":false,"scale_x_start_reverse":false,"scale_y_start_reverse":false,"scale_x_end_reverse":false,"scale_y_end_reverse":false,"skew_x_start_reverse":false,"skew_y_start_reverse":false,"skew_x_end_reverse":false,"skew_y_end_reverse":false,"mask_x_start_reverse":false,"mask_y_start_reverse":false,"mask_x_end_reverse":false,"mask_y_end_reverse":false,"mask_x_start":"0","mask_y_start":"0","mask_speed_start":"inherit","mask_ease_start":"inherit","mask_x_end":"inherit","mask_y_end":"inherit","mask_speed_end":"inherit","mask_ease_end":"inherit","alt_option":"media_library","alt":"","min_height":"40px","video_width":{"desktop":"480px"},"video_height":{"desktop":"360px"},"2d_rotation":0,"2d_origin_x":50,"2d_origin_y":50,"whitespace":{"desktop":"nowrap"},"display":"block","static_start":"1","static_end":"last","align_hor":{"desktop":"left"},"align_vert":{"desktop":"top"},"hiddenunder":false,"seo-optimized":false,"link":"","link_open_in":"same","link_follow":"follow","link_slide":"nothing","scrollunder_offset":"","visible-desktop":true,"visible-notebook":true,"visible-tablet":true,"visible-mobile":true,"show-on-hover":false,"basealign":"grid","responsive_offset":true,"lazy-load":"auto","image-size":"auto","css-position":"relative","width":203,"height":42,"cover_mode":"custom","margin":{"desktop":["0","0","0","0"]},"padding":{"desktop":["12px","35px","12px","35px"]},"text-align":{"desktop":"inherit"},"x_start":"inherit","y_start":"inherit","z_start":"inherit","x_end":"[-100%]","y_end":"inherit","z_end":"inherit","opacity_start":"0","opacity_end":"inherit","blurfilter_start":"0","blurfilter_end":"0","grayscalefilter_start":"0","grayscalefilter_end":"0","brightnessfilter_start":"100","brightnessfilter_end":"100","x_rotate_start":"inherit","y_rotate_start":"inherit","z_rotate_start":"inherit","x_rotate_end":"inherit","y_rotate_end":"inherit","z_rotate_end":"inherit","scale_x_start":"inherit","scale_y_start":"inherit","scale_x_end":"inherit","scale_y_end":"inherit","skew_x_start":"inherit","skew_y_start":"inherit","skew_x_end":"inherit","skew_y_end":"inherit","pers_start":"inherit","pers_end":"inherit","svg":{"svgstroke-color":"transparent","svgstroke-dasharray":"0","svgstroke-dashoffset":"0","svgstroke-width":"0","svgstroke-hover-color":"transparent","svgstroke-hover-dasharray":"0","svgstroke-hover-dashoffset":"0","svgstroke-hover-width":"0"},"visible":true,"animation_overwrite":"wait","trigger_memory":"keep","serial":3,"endWithSlide":true,"p_uid":-1,"toggle":false,"toggle_use_hover":false,"toggle_inverse_content":false,"texttoggle":"","scaleX":{"desktop":""},"scaleY":{"desktop":""},"displaymode":true,"scaleProportional":false,"attrID":"","attrWrapperID":"","attrClasses":"","attrWrapperClasses":"","attrTitle":"","attrTabindex":"","attrRel":"","layer-selectable":"default","column_break_at":"mobile","positionLeftReset":98,"zIndex":8,"addedToStage":true,"layer_action":{"tooltip_event":["click"],"action":["link"],"image_link":["https:\\/\\/begservicosmedicos.com.br\\/cadastro\\/cadastrar.php?operation=insert"],"link_open_in":["_blank"],"link_follow":["follow"],"jump_to_slide":[],"scrollunder_offset":[""],"action_easing":["Linear.easeNone"],"action_speed":[""],"actioncallback":[""],"layer_target":["backgroundvideo"],"link_type":["jquery"],"action_delay":[""],"toggle_layer_type":["visible"],"toggle_class":[""]}}]', '""');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_revslider_static_slides`
--

CREATE TABLE `wp_beg_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_sgpb_subscribers`
--

CREATE TABLE `wp_beg_sgpb_subscribers` (
  `id` int(12) NOT NULL,
  `firstName` varchar(255) DEFAULT NULL,
  `lastName` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `subscriptionType` int(12) DEFAULT NULL,
  `cDate` date DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `unsubscribed` int(11) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_sgpb_subscription_error_log`
--

CREATE TABLE `wp_beg_sgpb_subscription_error_log` (
  `id` int(12) NOT NULL,
  `firstName` varchar(255) DEFAULT NULL,
  `popupType` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `date` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_term_relationships`
--

CREATE TABLE `wp_beg_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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_term_relationships`
--

INSERT INTO `wp_beg_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(2277, 2, 0),
(2277, 9, 0),
(2277, 10, 0),
(2279, 2, 0),
(2279, 7, 0),
(2279, 9, 0),
(2281, 2, 0),
(2281, 10, 0),
(2388, 11, 0),
(2389, 11, 0),
(2390, 11, 0),
(2391, 11, 0),
(2392, 11, 0),
(2393, 11, 0),
(2431, 11, 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_term_taxonomy`
--

CREATE TABLE `wp_beg_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_term_taxonomy`
--

INSERT INTO `wp_beg_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'category', '', 0, 3),
(3, 3, 'category', '', 0, 0),
(4, 4, 'category', '', 0, 0),
(5, 5, 'post_tag', '', 0, 0),
(6, 6, 'post_tag', '', 0, 0),
(7, 7, 'post_tag', '', 0, 1),
(8, 8, 'post_tag', '', 0, 0),
(9, 9, 'post_tag', '', 0, 2),
(10, 10, 'post_tag', '', 0, 2),
(11, 11, 'nav_menu', '', 0, 7);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_termmeta`
--

CREATE TABLE `wp_beg_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_terms`
--

CREATE TABLE `wp_beg_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_terms`
--

INSERT INTO `wp_beg_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0),
(2, 'Events', 'events', 0),
(3, 'News', 'news', 0),
(4, 'Uncategorized', 'uncategorized', 0),
(5, 'Design', 'design', 0),
(6, 'Framework', 'framework', 0),
(7, 'Motion', 'motion', 0),
(8, 'Themeforest', 'themeforest', 0),
(9, 'Video', 'video', 0),
(10, 'Wordpress', 'wordpress', 0),
(11, 'Main Menu', 'main-menu', 0);

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_usermeta`
--

CREATE TABLE `wp_beg_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_usermeta`
--

INSERT INTO `wp_beg_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'administrador'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(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, 'wp_beg_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wp_beg_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:"c2ddc402f97447075844a01f0df457be07d7e0d38fdd776edd4c8581e3e611cd";a:4:{s:10:"expiration";i:1545308252;s:2:"ip";s:15:"187.122.125.242";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0";s:5:"login";i:1545135452;}s:64:"846e5df0b45f4889de1a3debe32b062f1907f5ec62efb7b60ea8bd3f0beb04a0";a:4:{s:10:"expiration";i:1545308288;s:2:"ip";s:15:"187.122.125.242";s:2:"ua";s:78:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0";s:5:"login";i:1545135488;}s:64:"7baccb2624fb1debdc3f80226791946521f5c5f769256a1b17608cd623f754a0";a:4:{s:10:"expiration";i:1545308357;s:2:"ip";s:12:"168.0.97.196";s:2:"ua";s:113:"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36";s:5:"login";i:1545135557;}}'),
(17, 1, 'wp_beg_dashboard_quick_press_last_post_id', '2432'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:10:"168.0.97.0";}'),
(19, 1, 'wp_beg_user-settings', 'libraryContent=browse'),
(20, 1, 'wp_beg_user-settings-time', '1540957726'),
(21, 1, 'nav_menu_recently_edited', '11'),
(22, 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";}'),
(23, 1, 'metaboxhidden_nav-menus', 'a:14:{i:0;s:20:"add-post-type-client";i:1;s:19:"add-post-type-offer";i:2;s:23:"add-post-type-portfolio";i:3;s:19:"add-post-type-slide";i:4;s:25:"add-post-type-testimonial";i:5;s:20:"add-post-type-layout";i:6;s:22:"add-post-type-template";i:7;s:12:"add-post_tag";i:8;s:15:"add-post_format";i:9;s:16:"add-client-types";i:10;s:15:"add-offer-types";i:11;s:19:"add-portfolio-types";i:12;s:15:"add-slide-types";i:13;s:21:"add-testimonial-types";}'),
(24, 1, 'closedpostboxes_page', 'a:0:{}'),
(25, 1, 'metaboxhidden_page', 'a:7:{i:0;s:12:"revisionsdiv";i:1;s:11:"postexcerpt";i:2;s:10:"postcustom";i:3;s:16:"commentstatusdiv";i:4;s:11:"commentsdiv";i:5;s:7:"slugdiv";i:6;s:9:"authordiv";}'),
(26, 2, 'nickname', 'begservicos'),
(27, 2, 'first_name', ''),
(28, 2, 'last_name', ''),
(29, 2, 'description', ''),
(30, 2, 'rich_editing', 'true'),
(31, 2, 'syntax_highlighting', 'true'),
(32, 2, 'comment_shortcuts', 'false'),
(33, 2, 'admin_color', 'fresh'),
(34, 2, 'use_ssl', '0'),
(35, 2, 'show_admin_bar_front', 'true'),
(36, 2, 'locale', ''),
(37, 2, 'wp_beg_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(38, 2, 'wp_beg_user_level', '10'),
(39, 2, 'session_tokens', 'a:1:{s:64:"c6f897e5d77501c075bd3bb153df078c4a5cd894ee191c5c794bc10c7f318330";a:4:{s:10:"expiration";i:1589584963;s:2:"ip";s:13:"207.148.7.123";s:2:"ua";s:121:"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36";s:5:"login";i:1589412163;}}'),
(40, 2, 'wp_beg_dashboard_quick_press_last_post_id', '2432'),
(41, 2, 'community-events-location', 'a:1:{s:2:"ip";s:12:"143.202.50.0";}'),
(42, 2, 'wp_beg_user-settings', 'libraryContent=browse'),
(43, 2, 'wp_beg_user-settings-time', '1589412768');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_users`
--

CREATE TABLE `wp_beg_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Fazendo dump de dados para tabela `wp_beg_users`
--

INSERT INTO `wp_beg_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'administrador', '$P$Bnml.B5flNcWQ.3iDIdn.ngMuAegu0.', 'administrador', 'suporte@uug.com.br', '', '2018-10-30 20:05:33', '1589392099:$P$BNRLXXMV06gESiQz.Vm1o8mJxywXtQ1', 0, 'administrador'),
(2, 'begservicos', '$P$BGrfIQwfZsKemjopwFT3WSDfA/zpOv1', 'begservicos', '', '', '2020-05-13 23:22:26', '', 0, 'begservicos');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza`
--

CREATE TABLE `wp_beg_wpgmza` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `address` varchar(700) NOT NULL,
  `description` mediumtext NOT NULL,
  `pic` varchar(700) NOT NULL,
  `link` varchar(700) NOT NULL,
  `icon` varchar(700) NOT NULL,
  `lat` varchar(100) NOT NULL,
  `lng` varchar(100) NOT NULL,
  `anim` varchar(3) NOT NULL,
  `title` varchar(700) NOT NULL,
  `infoopen` varchar(3) NOT NULL,
  `category` varchar(500) NOT NULL,
  `approved` tinyint(1) DEFAULT '1',
  `retina` tinyint(1) DEFAULT '0',
  `type` tinyint(1) DEFAULT '0',
  `did` varchar(500) NOT NULL,
  `other_data` longtext NOT NULL,
  `latlng` point DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Fazendo dump de dados para tabela `wp_beg_wpgmza`
--

INSERT INTO `wp_beg_wpgmza` (`id`, `map_id`, `address`, `description`, `pic`, `link`, `icon`, `lat`, `lng`, `anim`, `title`, `infoopen`, `category`, `approved`, `retina`, `type`, `did`, `other_data`, `latlng`) VALUES
(1, 1, 'California', '', '', '', '', '36.778261', '-119.4179323999', '0', '', '', '', 1, 0, 0, '', '', '\0\0\0\0\0\0\0J`scB@`g]');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_categories`
--

CREATE TABLE `wp_beg_wpgmza_categories` (
  `id` int(11) NOT NULL,
  `active` tinyint(1) NOT NULL,
  `category_name` varchar(50) NOT NULL,
  `category_icon` varchar(700) NOT NULL,
  `retina` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_category_maps`
--

CREATE TABLE `wp_beg_wpgmza_category_maps` (
  `id` int(11) NOT NULL,
  `cat_id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_circles`
--

CREATE TABLE `wp_beg_wpgmza_circles` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `name` text,
  `center` point DEFAULT NULL,
  `radius` float DEFAULT NULL,
  `color` varchar(16) DEFAULT NULL,
  `opacity` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_maps`
--

CREATE TABLE `wp_beg_wpgmza_maps` (
  `id` int(11) NOT NULL,
  `map_title` varchar(55) NOT NULL,
  `map_width` varchar(6) NOT NULL,
  `map_height` varchar(6) NOT NULL,
  `map_start_lat` varchar(700) NOT NULL,
  `map_start_lng` varchar(700) NOT NULL,
  `map_start_location` varchar(700) NOT NULL,
  `map_start_zoom` int(10) NOT NULL,
  `default_marker` varchar(700) NOT NULL,
  `type` int(10) NOT NULL,
  `alignment` int(10) NOT NULL,
  `directions_enabled` int(10) NOT NULL,
  `styling_enabled` int(10) NOT NULL,
  `styling_json` mediumtext NOT NULL,
  `active` int(1) NOT NULL,
  `kml` varchar(700) NOT NULL,
  `bicycle` int(10) NOT NULL,
  `traffic` int(10) NOT NULL,
  `dbox` int(10) NOT NULL,
  `dbox_width` varchar(10) NOT NULL,
  `listmarkers` int(10) NOT NULL,
  `listmarkers_advanced` int(10) NOT NULL,
  `filterbycat` tinyint(1) NOT NULL,
  `ugm_enabled` int(10) NOT NULL,
  `ugm_category_enabled` tinyint(1) NOT NULL,
  `fusion` varchar(100) NOT NULL,
  `map_width_type` varchar(3) NOT NULL,
  `map_height_type` varchar(3) NOT NULL,
  `mass_marker_support` int(10) NOT NULL,
  `ugm_access` int(10) NOT NULL,
  `order_markers_by` int(10) NOT NULL,
  `order_markers_choice` int(10) NOT NULL,
  `show_user_location` int(3) NOT NULL,
  `default_to` varchar(700) NOT NULL,
  `other_settings` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Fazendo dump de dados para tabela `wp_beg_wpgmza_maps`
--

INSERT INTO `wp_beg_wpgmza_maps` (`id`, `map_title`, `map_width`, `map_height`, `map_start_lat`, `map_start_lng`, `map_start_location`, `map_start_zoom`, `default_marker`, `type`, `alignment`, `directions_enabled`, `styling_enabled`, `styling_json`, `active`, `kml`, `bicycle`, `traffic`, `dbox`, `dbox_width`, `listmarkers`, `listmarkers_advanced`, `filterbycat`, `ugm_enabled`, `ugm_category_enabled`, `fusion`, `map_width_type`, `map_height_type`, `mass_marker_support`, `ugm_access`, `order_markers_by`, `order_markers_choice`, `show_user_location`, `default_to`, `other_settings`) VALUES
(1, 'My first map', '100', '400', '45.950464398418106', '-109.81550500000003', '45.950464398418106,-109.81550500000003', 2, '0', 1, 0, 1, 0, '', 0, '', 2, 2, 1, '100', 0, 0, 0, 0, 0, '', '%', 'px', 1, 0, 1, 2, 0, '', 'a:2:{s:19:"store_locator_style";s:6:"modern";s:33:"wpgmza_store_locator_radius_style";s:6:"modern";}');

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_polygon`
--

CREATE TABLE `wp_beg_wpgmza_polygon` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `polydata` longtext NOT NULL,
  `innerpolydata` longtext NOT NULL,
  `linecolor` varchar(7) NOT NULL,
  `lineopacity` varchar(7) NOT NULL,
  `fillcolor` varchar(7) NOT NULL,
  `opacity` varchar(3) NOT NULL,
  `title` varchar(250) NOT NULL,
  `link` varchar(700) NOT NULL,
  `ohfillcolor` varchar(7) NOT NULL,
  `ohlinecolor` varchar(7) NOT NULL,
  `ohopacity` varchar(3) NOT NULL,
  `polyname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_polylines`
--

CREATE TABLE `wp_beg_wpgmza_polylines` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `polydata` longtext NOT NULL,
  `linecolor` varchar(7) NOT NULL,
  `linethickness` varchar(3) NOT NULL,
  `opacity` varchar(3) NOT NULL,
  `polyname` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Estrutura para tabela `wp_beg_wpgmza_rectangles`
--

CREATE TABLE `wp_beg_wpgmza_rectangles` (
  `id` int(11) NOT NULL,
  `map_id` int(11) NOT NULL,
  `name` text,
  `cornerA` point DEFAULT NULL,
  `cornerB` point DEFAULT NULL,
  `color` varchar(16) DEFAULT NULL,
  `opacity` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Índices de tabelas apagadas
--

--
-- Índices de tabela `base_conhecimento`
--
ALTER TABLE `base_conhecimento`
  ADD PRIMARY KEY (`codigo`);

--
-- Índices de tabela `documentos_profissionais`
--
ALTER TABLE `documentos_profissionais`
  ADD PRIMARY KEY (`codigo`),
  ADD KEY `FK_profissional` (`id_profissional`);

--
-- Índices de tabela `phpgen_user_perms`
--
ALTER TABLE `phpgen_user_perms`
  ADD PRIMARY KEY (`user_id`,`page_name`,`perm_name`);

--
-- Índices de tabela `profissionais`
--
ALTER TABLE `profissionais`
  ADD PRIMARY KEY (`codigo`),
  ADD UNIQUE KEY `un_email` (`email`),
  ADD UNIQUE KEY `un_cpf` (`cpf`);

--
-- Índices de tabela `tipo_identificacao`
--
ALTER TABLE `tipo_identificacao`
  ADD PRIMARY KEY (`codigo`);

--
-- Índices de tabela `uf`
--
ALTER TABLE `uf`
  ADD PRIMARY KEY (`codigo`);

--
-- Índices de tabela `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`user_id`);

--
-- Índices de tabela `wp_beg_commentmeta`
--
ALTER TABLE `wp_beg_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_beg_comments`
--
ALTER TABLE `wp_beg_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Índices de tabela `wp_beg_layerslider`
--
ALTER TABLE `wp_beg_layerslider`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_layerslider_revisions`
--
ALTER TABLE `wp_beg_layerslider_revisions`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_links`
--
ALTER TABLE `wp_beg_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Índices de tabela `wp_beg_liveforms_addons`
--
ALTER TABLE `wp_beg_liveforms_addons`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_liveforms_addons_active`
--
ALTER TABLE `wp_beg_liveforms_addons_active`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_liveforms_addons_form_details`
--
ALTER TABLE `wp_beg_liveforms_addons_form_details`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_liveforms_conreqs`
--
ALTER TABLE `wp_beg_liveforms_conreqs`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_liveforms_payments`
--
ALTER TABLE `wp_beg_liveforms_payments`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_liveforms_stats`
--
ALTER TABLE `wp_beg_liveforms_stats`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_options`
--
ALTER TABLE `wp_beg_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Índices de tabela `wp_beg_postmeta`
--
ALTER TABLE `wp_beg_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_beg_posts`
--
ALTER TABLE `wp_beg_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Índices de tabela `wp_beg_revslider_css`
--
ALTER TABLE `wp_beg_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_revslider_layer_animations`
--
ALTER TABLE `wp_beg_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_revslider_navigations`
--
ALTER TABLE `wp_beg_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_revslider_sliders`
--
ALTER TABLE `wp_beg_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_revslider_slides`
--
ALTER TABLE `wp_beg_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_revslider_static_slides`
--
ALTER TABLE `wp_beg_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Índices de tabela `wp_beg_sgpb_subscribers`
--
ALTER TABLE `wp_beg_sgpb_subscribers`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_sgpb_subscription_error_log`
--
ALTER TABLE `wp_beg_sgpb_subscription_error_log`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_term_relationships`
--
ALTER TABLE `wp_beg_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Índices de tabela `wp_beg_term_taxonomy`
--
ALTER TABLE `wp_beg_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Índices de tabela `wp_beg_termmeta`
--
ALTER TABLE `wp_beg_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_beg_terms`
--
ALTER TABLE `wp_beg_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Índices de tabela `wp_beg_usermeta`
--
ALTER TABLE `wp_beg_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Índices de tabela `wp_beg_users`
--
ALTER TABLE `wp_beg_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Índices de tabela `wp_beg_wpgmza`
--
ALTER TABLE `wp_beg_wpgmza`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_categories`
--
ALTER TABLE `wp_beg_wpgmza_categories`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_category_maps`
--
ALTER TABLE `wp_beg_wpgmza_category_maps`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_circles`
--
ALTER TABLE `wp_beg_wpgmza_circles`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_maps`
--
ALTER TABLE `wp_beg_wpgmza_maps`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_polygon`
--
ALTER TABLE `wp_beg_wpgmza_polygon`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_polylines`
--
ALTER TABLE `wp_beg_wpgmza_polylines`
  ADD PRIMARY KEY (`id`);

--
-- Índices de tabela `wp_beg_wpgmza_rectangles`
--
ALTER TABLE `wp_beg_wpgmza_rectangles`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT de tabelas apagadas
--

--
-- AUTO_INCREMENT de tabela `base_conhecimento`
--
ALTER TABLE `base_conhecimento`
  MODIFY `codigo` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `documentos_profissionais`
--
ALTER TABLE `documentos_profissionais`
  MODIFY `codigo` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `profissionais`
--
ALTER TABLE `profissionais`
  MODIFY `codigo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT de tabela `tipo_identificacao`
--
ALTER TABLE `tipo_identificacao`
  MODIFY `codigo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de tabela `uf`
--
ALTER TABLE `uf`
  MODIFY `codigo` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
--
-- AUTO_INCREMENT de tabela `users`
--
ALTER TABLE `users`
  MODIFY `user_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT de tabela `wp_beg_commentmeta`
--
ALTER TABLE `wp_beg_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_comments`
--
ALTER TABLE `wp_beg_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_layerslider`
--
ALTER TABLE `wp_beg_layerslider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_layerslider_revisions`
--
ALTER TABLE `wp_beg_layerslider_revisions`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_links`
--
ALTER TABLE `wp_beg_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_liveforms_addons`
--
ALTER TABLE `wp_beg_liveforms_addons`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_liveforms_addons_active`
--
ALTER TABLE `wp_beg_liveforms_addons_active`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_liveforms_addons_form_details`
--
ALTER TABLE `wp_beg_liveforms_addons_form_details`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_liveforms_conreqs`
--
ALTER TABLE `wp_beg_liveforms_conreqs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_liveforms_payments`
--
ALTER TABLE `wp_beg_liveforms_payments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_liveforms_stats`
--
ALTER TABLE `wp_beg_liveforms_stats`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_options`
--
ALTER TABLE `wp_beg_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22866;
--
-- AUTO_INCREMENT de tabela `wp_beg_postmeta`
--
ALTER TABLE `wp_beg_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=595;
--
-- AUTO_INCREMENT de tabela `wp_beg_posts`
--
ALTER TABLE `wp_beg_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2435;
--
-- AUTO_INCREMENT de tabela `wp_beg_revslider_css`
--
ALTER TABLE `wp_beg_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;
--
-- AUTO_INCREMENT de tabela `wp_beg_revslider_layer_animations`
--
ALTER TABLE `wp_beg_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_revslider_navigations`
--
ALTER TABLE `wp_beg_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_revslider_sliders`
--
ALTER TABLE `wp_beg_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de tabela `wp_beg_revslider_slides`
--
ALTER TABLE `wp_beg_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de tabela `wp_beg_revslider_static_slides`
--
ALTER TABLE `wp_beg_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_sgpb_subscribers`
--
ALTER TABLE `wp_beg_sgpb_subscribers`
  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_sgpb_subscription_error_log`
--
ALTER TABLE `wp_beg_sgpb_subscription_error_log`
  MODIFY `id` int(12) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_term_taxonomy`
--
ALTER TABLE `wp_beg_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT de tabela `wp_beg_termmeta`
--
ALTER TABLE `wp_beg_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_terms`
--
ALTER TABLE `wp_beg_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT de tabela `wp_beg_usermeta`
--
ALTER TABLE `wp_beg_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;
--
-- AUTO_INCREMENT de tabela `wp_beg_users`
--
ALTER TABLE `wp_beg_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza`
--
ALTER TABLE `wp_beg_wpgmza`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_categories`
--
ALTER TABLE `wp_beg_wpgmza_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_category_maps`
--
ALTER TABLE `wp_beg_wpgmza_category_maps`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_circles`
--
ALTER TABLE `wp_beg_wpgmza_circles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_maps`
--
ALTER TABLE `wp_beg_wpgmza_maps`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_polygon`
--
ALTER TABLE `wp_beg_wpgmza_polygon`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_polylines`
--
ALTER TABLE `wp_beg_wpgmza_polylines`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de tabela `wp_beg_wpgmza_rectangles`
--
ALTER TABLE `wp_beg_wpgmza_rectangles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- Restrições para dumps de tabelas
--

--
-- Restrições para tabelas `documentos_profissionais`
--
ALTER TABLE `documentos_profissionais`
  ADD CONSTRAINT `FK_profissional` FOREIGN KEY (`id_profissional`) REFERENCES `profissionais` (`codigo`);

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
