0byt3m1n1
Path:
/
data
/
26
/
2
/
127
/
85
/
2616411
/
meta
/
2870116
/
mysql.backup
/
[
Home
]
File: 1_03484fc_0.mysqlcluster21.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster21 Database: 1_03484fc_0 -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,504,'amiscorp | Massa sit amet arcu','','http://spaintc.ae/amiscorp/?p=7687','70.32.72.6','2014-06-11 09:03:08','2014-06-11 09:03:08','[…] Massa sit amet arcu […]',0,'1','','pingback',0,0),(2,509,'admin','info@artbees.net','','141.101.104.169','2014-08-24 11:02:50','2014-08-24 11:02:50','Nullam nec tempus sem. Morbi dapibus vehicula leo. Phasellus eu leo non mauris rhoncus convallis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.',0,'1','','',0,0),(3,4518,'Artbees Team','info@artbees.net','','141.101.104.70','2014-09-22 16:03:46','2014-09-22 16:03:46','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2558 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://aurosi.com/','yes'),(2,'home','http://aurosi.com/','yes'),(3,'blogname','Aurosi','yes'),(4,'blogdescription','Luxurious and Quality Games','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','webmaster@siodigital.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:463:{s:7:\"team/?$\";s:29:\"index.php?post_type=employees\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=employees&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=employees&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=employees&paged=$matches[1]\";s:12:\"faq-items/?$\";s:23:\"index.php?post_type=faq\";s:42:\"faq-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=faq&feed=$matches[1]\";s:37:\"faq-items/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?post_type=faq&feed=$matches[1]\";s:29:\"faq-items/page/([0-9]{1,})/?$\";s:41:\"index.php?post_type=faq&paged=$matches[1]\";s:13:\"news-posts/?$\";s:24:\"index.php?post_type=news\";s:43:\"news-posts/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=news&feed=$matches[1]\";s:38:\"news-posts/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=news&feed=$matches[1]\";s:30:\"news-posts/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=news&paged=$matches[1]\";s:18:\"portfolio-posts/?$\";s:29:\"index.php?post_type=portfolio\";s:48:\"portfolio-posts/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:43:\"portfolio-posts/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:35:\"portfolio-posts/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:9:\"albums/?$\";s:31:\"index.php?post_type=photo_album\";s:39:\"albums/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=photo_album&feed=$matches[1]\";s:34:\"albums/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=photo_album&feed=$matches[1]\";s:26:\"albums/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=photo_album&paged=$matches[1]\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:35:\"clients/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"clients/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"clients/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"clients/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"clients/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"clients/([^/]+)/embed/?$\";s:40:\"index.php?clients=$matches[1]&embed=true\";s:28:\"clients/([^/]+)/trackback/?$\";s:34:\"index.php?clients=$matches[1]&tb=1\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&paged=$matches[2]\";s:43:\"clients/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?clients=$matches[1]&cpage=$matches[2]\";s:33:\"clients/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?clients=$matches[1]&wc-api=$matches[3]\";s:39:\"clients/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"clients/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"clients/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?clients=$matches[1]&page=$matches[2]\";s:24:\"clients/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"clients/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"clients/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"clients/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"clients/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"animated-columns/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"animated-columns/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"animated-columns/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"animated-columns/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"animated-columns/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"animated-columns/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"animated-columns/([^/]+)/embed/?$\";s:49:\"index.php?animated-columns=$matches[1]&embed=true\";s:37:\"animated-columns/([^/]+)/trackback/?$\";s:43:\"index.php?animated-columns=$matches[1]&tb=1\";s:45:\"animated-columns/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?animated-columns=$matches[1]&paged=$matches[2]\";s:52:\"animated-columns/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?animated-columns=$matches[1]&cpage=$matches[2]\";s:42:\"animated-columns/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?animated-columns=$matches[1]&wc-api=$matches[3]\";s:48:\"animated-columns/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"animated-columns/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"animated-columns/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?animated-columns=$matches[1]&page=$matches[2]\";s:33:\"animated-columns/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"animated-columns/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"animated-columns/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"animated-columns/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"animated-columns/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"animated-columns/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"edge/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"edge/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"edge/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"edge/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"edge/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"edge/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"edge/([^/]+)/embed/?$\";s:37:\"index.php?edge=$matches[1]&embed=true\";s:25:\"edge/([^/]+)/trackback/?$\";s:31:\"index.php?edge=$matches[1]&tb=1\";s:33:\"edge/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?edge=$matches[1]&paged=$matches[2]\";s:40:\"edge/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?edge=$matches[1]&cpage=$matches[2]\";s:30:\"edge/([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?edge=$matches[1]&wc-api=$matches[3]\";s:36:\"edge/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"edge/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"edge/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?edge=$matches[1]&page=$matches[2]\";s:21:\"edge/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"edge/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"edge/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"edge/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"edge/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"edge/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:42:\"index.php?employees=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:36:\"index.php?employees=$matches[1]&tb=1\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?employees=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?employees=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?employees=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?employees=$matches[1]&cpage=$matches[2]\";s:30:\"team/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?employees=$matches[1]&wc-api=$matches[3]\";s:36:\"team/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"team/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?employees=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"employees_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?employees_category=$matches[1]&feed=$matches[2]\";s:54:\"employees_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?employees_category=$matches[1]&feed=$matches[2]\";s:35:\"employees_category/([^/]+)/embed/?$\";s:51:\"index.php?employees_category=$matches[1]&embed=true\";s:47:\"employees_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?employees_category=$matches[1]&paged=$matches[2]\";s:29:\"employees_category/([^/]+)/?$\";s:40:\"index.php?employees_category=$matches[1]\";s:37:\"faq-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"faq-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"faq-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"faq-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"faq-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"faq-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"faq-items/([^/]+)/embed/?$\";s:36:\"index.php?faq=$matches[1]&embed=true\";s:30:\"faq-items/([^/]+)/trackback/?$\";s:30:\"index.php?faq=$matches[1]&tb=1\";s:50:\"faq-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?faq=$matches[1]&feed=$matches[2]\";s:45:\"faq-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?faq=$matches[1]&feed=$matches[2]\";s:38:\"faq-items/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&paged=$matches[2]\";s:45:\"faq-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:43:\"index.php?faq=$matches[1]&cpage=$matches[2]\";s:35:\"faq-items/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?faq=$matches[1]&wc-api=$matches[3]\";s:41:\"faq-items/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"faq-items/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"faq-items/([^/]+)(?:/([0-9]+))?/?$\";s:42:\"index.php?faq=$matches[1]&page=$matches[2]\";s:26:\"faq-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"faq-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"faq-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"faq-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"faq-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"faq-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:48:\"faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:29:\"faq_category/([^/]+)/embed/?$\";s:45:\"index.php?faq_category=$matches[1]&embed=true\";s:41:\"faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq_category=$matches[1]&paged=$matches[2]\";s:23:\"faq_category/([^/]+)/?$\";s:34:\"index.php?faq_category=$matches[1]\";s:38:\"news-posts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"news-posts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"news-posts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"news-posts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"news-posts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"news-posts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"news-posts/([^/]+)/embed/?$\";s:37:\"index.php?news=$matches[1]&embed=true\";s:31:\"news-posts/([^/]+)/trackback/?$\";s:31:\"index.php?news=$matches[1]&tb=1\";s:51:\"news-posts/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?news=$matches[1]&feed=$matches[2]\";s:46:\"news-posts/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?news=$matches[1]&feed=$matches[2]\";s:39:\"news-posts/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?news=$matches[1]&paged=$matches[2]\";s:46:\"news-posts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?news=$matches[1]&cpage=$matches[2]\";s:36:\"news-posts/([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?news=$matches[1]&wc-api=$matches[3]\";s:42:\"news-posts/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"news-posts/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"news-posts/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?news=$matches[1]&page=$matches[2]\";s:27:\"news-posts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"news-posts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"news-posts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"news-posts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"news-posts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"news-posts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"news_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?news_category=$matches[1]&feed=$matches[2]\";s:49:\"news_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?news_category=$matches[1]&feed=$matches[2]\";s:30:\"news_category/([^/]+)/embed/?$\";s:46:\"index.php?news_category=$matches[1]&embed=true\";s:42:\"news_category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?news_category=$matches[1]&paged=$matches[2]\";s:24:\"news_category/([^/]+)/?$\";s:35:\"index.php?news_category=$matches[1]\";s:43:\"portfolio-posts/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"portfolio-posts/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"portfolio-posts/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-posts/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-posts/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"portfolio-posts/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"portfolio-posts/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:36:\"portfolio-posts/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:56:\"portfolio-posts/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-posts/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:44:\"portfolio-posts/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:51:\"portfolio-posts/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:41:\"portfolio-posts/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:47:\"portfolio-posts/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"portfolio-posts/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:40:\"portfolio-posts/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:32:\"portfolio-posts/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"portfolio-posts/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"portfolio-posts/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-posts/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-posts/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"portfolio-posts/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:35:\"pricing/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"pricing/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"pricing/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"pricing/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"pricing/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"pricing/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"pricing/([^/]+)/embed/?$\";s:40:\"index.php?pricing=$matches[1]&embed=true\";s:28:\"pricing/([^/]+)/trackback/?$\";s:34:\"index.php?pricing=$matches[1]&tb=1\";s:36:\"pricing/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?pricing=$matches[1]&paged=$matches[2]\";s:43:\"pricing/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?pricing=$matches[1]&cpage=$matches[2]\";s:33:\"pricing/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?pricing=$matches[1]&wc-api=$matches[3]\";s:39:\"pricing/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"pricing/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"pricing/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?pricing=$matches[1]&page=$matches[2]\";s:24:\"pricing/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"pricing/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"pricing/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"pricing/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"pricing/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"pricing/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"tab_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tab_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tab_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tab_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tab_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"tab_slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"tab_slider/([^/]+)/embed/?$\";s:43:\"index.php?tab_slider=$matches[1]&embed=true\";s:31:\"tab_slider/([^/]+)/trackback/?$\";s:37:\"index.php?tab_slider=$matches[1]&tb=1\";s:39:\"tab_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?tab_slider=$matches[1]&paged=$matches[2]\";s:46:\"tab_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?tab_slider=$matches[1]&cpage=$matches[2]\";s:36:\"tab_slider/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?tab_slider=$matches[1]&wc-api=$matches[3]\";s:42:\"tab_slider/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"tab_slider/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"tab_slider/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?tab_slider=$matches[1]&page=$matches[2]\";s:27:\"tab_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tab_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tab_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tab_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tab_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"tab_slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:37:\"testimonial/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?testimonial=$matches[1]&wc-api=$matches[3]\";s:43:\"testimonial/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"testimonial/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"testimonial_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial_category=$matches[1]&feed=$matches[2]\";s:56:\"testimonial_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial_category=$matches[1]&feed=$matches[2]\";s:37:\"testimonial_category/([^/]+)/embed/?$\";s:53:\"index.php?testimonial_category=$matches[1]&embed=true\";s:49:\"testimonial_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?testimonial_category=$matches[1]&paged=$matches[2]\";s:31:\"testimonial_category/([^/]+)/?$\";s:42:\"index.php?testimonial_category=$matches[1]\";s:34:\"albums/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"albums/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"albums/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"albums/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"albums/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"albums/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"albums/([^/]+)/embed/?$\";s:44:\"index.php?photo_album=$matches[1]&embed=true\";s:27:\"albums/([^/]+)/trackback/?$\";s:38:\"index.php?photo_album=$matches[1]&tb=1\";s:47:\"albums/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?photo_album=$matches[1]&feed=$matches[2]\";s:42:\"albums/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?photo_album=$matches[1]&feed=$matches[2]\";s:35:\"albums/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?photo_album=$matches[1]&paged=$matches[2]\";s:42:\"albums/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?photo_album=$matches[1]&cpage=$matches[2]\";s:32:\"albums/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?photo_album=$matches[1]&wc-api=$matches[3]\";s:38:\"albums/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"albums/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"albums/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?photo_album=$matches[1]&page=$matches[2]\";s:23:\"albums/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"albums/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"albums/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"albums/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"albums/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"albums/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"photo_album_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?photo_album_category=$matches[1]&feed=$matches[2]\";s:56:\"photo_album_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?photo_album_category=$matches[1]&feed=$matches[2]\";s:37:\"photo_album_category/([^/]+)/embed/?$\";s:53:\"index.php?photo_album_category=$matches[1]&embed=true\";s:49:\"photo_album_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?photo_album_category=$matches[1]&paged=$matches[2]\";s:31:\"photo_album_category/([^/]+)/?$\";s:42:\"index.php?photo_album_category=$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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:38:\"index.php?event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:32:\"index.php?event=$matches[1]&tb=1\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&cpage=$matches[2]\";s:31:\"event/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?event=$matches[1]&wc-api=$matches[3]\";s:37:\"event/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"event/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"event_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?event_cat=$matches[1]&feed=$matches[2]\";s:45:\"event_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?event_cat=$matches[1]&feed=$matches[2]\";s:26:\"event_cat/([^/]+)/embed/?$\";s:42:\"index.php?event_cat=$matches[1]&embed=true\";s:38:\"event_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?event_cat=$matches[1]&paged=$matches[2]\";s:20:\"event_cat/([^/]+)/?$\";s:31:\"index.php?event_cat=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:0;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:27:\"artbees-captcha/captcha.php\";i:3;s:43:\"better-font-awesome/better-font-awesome.php\";i:4;s:31:\"child-themify/child-themify.php\";i:5;s:27:\"childify-me/childify-me.php\";i:6;s:27:\"coming-soon/coming-soon.php\";i:7;s:33:\"js_composer_theme/js_composer.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:31:\"very-simple-event-list/vsel.php\";i:10;s:45:\"woocommerce-services/woocommerce-services.php\";i:11;s:27:\"woocommerce/woocommerce.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','jupiter','yes'),(41,'stylesheet','jupiter-child','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','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:470:\"<div class=\"footer-logo\">\r\n<p style=\"text-align: center;\"><img style=\"max-width: 175px;\" src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_footer.png\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"#\"><i class=\"fa fa-facebook\" aria-hidden=\"true\"></i></a><a href=\"#\"><i class=\"fa fa-twitter\" aria-hidden=\"true\"></i></a><a href=\"#\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"></i></a><a href=\"#\"><i class=\"fa fa-linkedin\" aria-hidden=\"true\"></i></p>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','5','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:109:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:19:{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:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:1:{i:0;s:10:\"nav_menu-3\";}s:10:\"sidebar-11\";a:1:{i:0;s:10:\"nav_menu-4\";}s:10:\"sidebar-12\";a:1:{i:0;s:10:\"nav_menu-2\";}s:10:\"sidebar-13\";a:1:{i:0;s:13:\"custom_html-2\";}s:10:\"sidebar-14\";a:1:{i:0;s:6:\"text-2\";}s:10:\"sidebar-15\";a:0:{}s:10:\"sidebar-16\";a:0:{}s:10:\"sidebar-17\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_nav_menu','a:4:{i:2;a:2:{s:5:\"title\";s:16:\"CUSTOMER SERVICE\";s:8:\"nav_menu\";i:26;}i:3;a:2:{s:5:\"title\";s:4:\"MENU\";s:8:\"nav_menu\";i:27;}i:4;a:2:{s:5:\"title\";s:8:\"PRODUCTS\";s:8:\"nav_menu\";i:28;}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_custom_html','a:2:{i:2;a:2:{s:5:\"title\";s:6:\"AUROSI\";s:7:\"content\";s:494:\"<p style=\"margin-bottom: 12px; position: relative; top: 3px;\">555 MAIN STREET\r\n<br>LOS ANGELES, CA</p>\r\n<p><i style=\"padding-right: 9px;\" class=\"fa fa-envelope-o\" aria-hidden=\"true\"></i><a href=\"mailto:sales@aurosi.com\">sales@arousi.com</a>\r\n<br><i style=\"padding-right: 10px;\" class=\"fa fa-phone\" aria-hidden=\"true\"></i><a href=\"tel:+12139555920\">(213) 955-5920</a>\r\n<br><i style=\"padding-right: 10px;\" class=\"fa fa-fax\" aria-hidden=\"true\"></i><a href=\"tel:+12139955921\">(213) 955-5921</a></p>\";}s:12:\"_multiwidget\";i:1;}','yes'),(108,'cron','a:8:{i:1505152007;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1505152965;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1505156519;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1505170324;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1505174400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1505175456;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:1507204800;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(109,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1502905504;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'),(113,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1505110949;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}','no'),(120,'_site_transient_timeout_browser_2485845008754ace7134460f20a84ae7','1503096724','no'),(121,'_site_transient_browser_2485845008754ace7134460f20a84ae7','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(129,'can_compress_scripts','0','no'),(141,'seed_csp4_settings_content','a:9:{s:6:\"status\";s:1:\"1\";s:4:\"logo\";s:57:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi-s.png\";s:8:\"headline\";s:11:\"COMING SOON\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:54:\"Aurosi | High Quality & Luxury Games Set | Coming Soon\";s:15:\"seo_description\";s:170:\"Since 1985, Aurosi Play is the official Luxury Games Sets distributor. Select a high quality chess sets or luxury backgammon sets or any combination poker, tic tac toe...\";s:12:\"ga_analytics\";s:424:\"<script>\r\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\'script\',\'https://www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n ga(\'create\', \'UA-104633308-1\', \'auto\');\r\n ga(\'send\', \'pageview\');\r\n\r\n</script>\";}','yes'),(142,'seed_csp4_settings_design','a:13:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:67:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_coming_soon.jpg\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:7:\"bg_size\";s:5:\"cover\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:13:\"center center\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#231f20\";s:10:\"link_color\";s:7:\"#26abe3\";s:14:\"headline_color\";s:7:\"#231f20\";s:9:\"text_font\";s:8:\"_verdana\";s:10:\"custom_css\";s:271:\".seed-csp4 h1{\r\n font-size: 3em;\r\n border-style: solid;\r\n border-color: #26abe3;\r\n}\r\n#seed-csp4-headline{\r\n margin-top: 100px !important;\r\n}\r\n\r\n.seed-csp4 h1, .seed-csp4 h2, .seed-csp4 h3, .seed-csp4 h4, .seed-csp4 h5, .seed-csp4 h6 {\r\n color: #231f20;\r\n}\";}','yes'),(143,'seed_csp4_settings_advanced','a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}','yes'),(146,'recently_activated','a:0:{}','yes'),(147,'_transient_timeout_plugin_slugs','1503446554','no'),(148,'_transient_plugin_slugs','a:12:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:2;s:27:\"artbees-captcha/captcha.php\";i:3;s:43:\"better-font-awesome/better-font-awesome.php\";i:4;s:27:\"childify-me/childify-me.php\";i:5;s:31:\"child-themify/child-themify.php\";i:6;s:27:\"coming-soon/coming-soon.php\";i:7;s:23:\"revslider/revslider.php\";i:8;s:31:\"very-simple-event-list/vsel.php\";i:9;s:27:\"woocommerce/woocommerce.php\";i:10;s:45:\"woocommerce-services/woocommerce-services.php\";i:11;s:33:\"js_composer_theme/js_composer.php\";}','no'),(285,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(295,'_site_transient_timeout_wporg_theme_feature_list','1502915721','no'),(296,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(298,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1505110960;s:7:\"checked\";a:5:{s:13:\"jupiter-child\";s:3:\"1.0\";s:7:\"jupiter\";s:5:\"5.9.7\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(299,'current_theme','jupiter-child','yes'),(300,'theme_mods_jupiter','a:4:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:25;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1502930950;s:4:\"data\";a:18:{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:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:1:{i:0;s:10:\"nav_menu-3\";}s:10:\"sidebar-11\";a:1:{i:0;s:10:\"nav_menu-4\";}s:10:\"sidebar-12\";a:1:{i:0;s:10:\"nav_menu-2\";}s:10:\"sidebar-13\";a:1:{i:0;s:6:\"text-1\";}s:10:\"sidebar-14\";a:0:{}s:10:\"sidebar-15\";a:0:{}s:10:\"sidebar-16\";a:0:{}s:10:\"sidebar-17\";a:0:{}}}}','yes'),(301,'theme_switched','','yes'),(302,'mk_jupiter_theme_current_version','5.9.7','yes'),(303,'jupiter-data-tracking-hash','88e6a36e0974a47015ebc6ed053f8e12','yes'),(304,'Jupiter_options_build','599de94c6c78a','yes'),(305,'widget_contact_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(306,'widget_contact_info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(307,'widget_gmap','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(308,'widget_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(309,'widget_subnav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(310,'widget_testimonial_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(311,'widget_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(312,'widget_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(313,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(315,'widget_news_feed_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(316,'widget_mini_slidshow_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(317,'_transient_mk_jupiter_theme_version','','yes'),(318,'Jupiter_options','a:449:{s:10:\"skin_color\";s:7:\"#333333\";s:12:\"smoothscroll\";s:4:\"true\";s:14:\"pages_comments\";s:5:\"false\";s:9:\"go_to_top\";s:5:\"false\";s:13:\"retina_images\";s:4:\"true\";s:17:\"responsive_images\";s:4:\"true\";s:20:\"image_resize_quality\";s:3:\"100\";s:26:\"fullscreen_nav_logo_margin\";s:3:\"125\";s:4:\"logo\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_dark.png\";s:17:\"light_header_logo\";s:66:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_light.png\";s:18:\"sticky_header_logo\";s:0:\"\";s:15:\"responsive_logo\";s:0:\"\";s:11:\"footer_logo\";s:0:\"\";s:14:\"custom_favicon\";s:56:\"http://aurosi.com/wp-content/uploads/2017/08/favicon.ico\";s:11:\"iphone_icon\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/apple-icon-57x57.png\";s:18:\"iphone_icon_retina\";s:67:\"http://aurosi.com/wp-content/uploads/2017/08/apple-icon-114x114.png\";s:9:\"ipad_icon\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/apple-icon-72x72.png\";s:16:\"ipad_icon_retina\";s:64:\"http://aurosi.com/wp-content/uploads/2017/08/ms-icon-144x144.png\";s:9:\"preloader\";s:5:\"false\";s:16:\"retina_preloader\";s:5:\"false\";s:14:\"preloader_logo\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_dark.png\";s:20:\"preloader_icon_color\";s:7:\"#222222\";s:18:\"preloader_bg_color\";s:7:\"#eeeeee\";s:23:\"section_preloader_color\";s:4:\"#fff\";s:19:\"preloader_animation\";s:22:\"ball_clip_rotate_pulse\";s:21:\"disable_quick_contact\";s:5:\"false\";s:23:\"quick_contact_on_single\";s:4:\"true\";s:21:\"captcha_quick_contact\";s:4:\"true\";s:19:\"quick_contact_email\";s:20:\"rifatcaner@gmail.com\";s:19:\"quick_contact_title\";s:10:\"Contact Us\";s:18:\"quick_contact_desc\";s:89:\"We\'re not around right now. But you can send us an email and we\'ll get back to you, asap.\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:20:\"twitter_access_token\";s:0:\"\";s:27:\"twitter_access_token_secret\";s:0:\"\";s:17:\"mailchimp_api_key\";s:0:\"\";s:17:\"mailchimp_list_id\";s:0:\"\";s:15:\"mailchimp_optin\";s:5:\"false\";s:19:\"google_maps_api_key\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:10:\"typekit_id\";s:0:\"\";s:31:\"background_selector_orientation\";s:17:\"full_width_layout\";s:10:\"grid_width\";s:4:\"1400\";s:13:\"content_width\";s:2:\"73\";s:18:\"content_responsive\";s:3:\"960\";s:20:\"responsive_nav_width\";s:4:\"1140\";s:11:\"body_border\";s:5:\"false\";s:21:\"body_border_thickness\";s:2:\"50\";s:17:\"body_border_color\";s:4:\"#fff\";s:29:\"body_border_on_mobile_devices\";s:5:\"false\";s:24:\"page_title_expand_header\";s:4:\"true\";s:24:\"boxed_layout_shadow_size\";s:1:\"0\";s:29:\"boxed_layout_shadow_intensity\";s:1:\"0\";s:18:\"general_backgounds\";s:0:\"\";s:20:\"bg_panel_image_style\";s:8:\"no-image\";s:15:\"bg_panel_upload\";s:0:\"\";s:20:\"bg_panel_color_style\";s:6:\"single\";s:14:\"bg_panel_color\";s:0:\"\";s:16:\"bg_panel_color_2\";s:0:\"\";s:21:\"grandient_color_style\";s:6:\"linear\";s:21:\"grandient_color_angle\";s:8:\"vertical\";s:15:\"bg_panel_repeat\";s:0:\"\";s:19:\"bg_panel_attachment\";s:0:\"\";s:17:\"bg_panel_position\";s:0:\"\";s:13:\"bg_panel_size\";s:5:\"false\";s:10:\"body_color\";s:4:\"#fff\";s:19:\"body_color_gradient\";s:6:\"single\";s:12:\"body_color_2\";s:0:\"\";s:25:\"body_color_gradient_style\";s:6:\"linear\";s:25:\"body_color_gradient_angle\";s:8:\"vertical\";s:10:\"body_image\";s:0:\"\";s:9:\"body_size\";s:5:\"false\";s:13:\"body_position\";s:0:\"\";s:15:\"body_attachment\";s:0:\"\";s:11:\"body_repeat\";s:0:\"\";s:11:\"body_source\";s:8:\"no-image\";s:10:\"page_color\";s:4:\"#fff\";s:19:\"page_color_gradient\";s:6:\"single\";s:12:\"page_color_2\";s:0:\"\";s:25:\"page_color_gradient_style\";s:6:\"linear\";s:25:\"page_color_gradient_angle\";s:8:\"vertical\";s:10:\"page_image\";s:0:\"\";s:9:\"page_size\";s:5:\"false\";s:13:\"page_position\";s:0:\"\";s:15:\"page_attachment\";s:0:\"\";s:11:\"page_repeat\";s:0:\"\";s:11:\"page_source\";s:8:\"no-image\";s:12:\"header_color\";s:7:\"#ffffff\";s:21:\"header_color_gradient\";s:6:\"single\";s:14:\"header_color_2\";s:0:\"\";s:27:\"header_color_gradient_style\";s:6:\"linear\";s:27:\"header_color_gradient_angle\";s:8:\"vertical\";s:12:\"header_image\";s:0:\"\";s:11:\"header_size\";s:5:\"false\";s:15:\"header_position\";s:0:\"\";s:17:\"header_attachment\";s:0:\"\";s:13:\"header_repeat\";s:0:\"\";s:13:\"header_source\";s:8:\"no-image\";s:12:\"banner_color\";s:7:\"#333333\";s:21:\"banner_color_gradient\";s:6:\"single\";s:14:\"banner_color_2\";s:7:\"#464646\";s:27:\"banner_color_gradient_style\";s:6:\"linear\";s:27:\"banner_color_gradient_angle\";s:8:\"vertical\";s:12:\"banner_image\";s:0:\"\";s:11:\"banner_size\";s:4:\"true\";s:15:\"banner_position\";s:0:\"\";s:17:\"banner_attachment\";s:0:\"\";s:13:\"banner_repeat\";s:0:\"\";s:13:\"banner_source\";s:8:\"no-image\";s:12:\"footer_color\";s:7:\"#f9f9f9\";s:21:\"footer_color_gradient\";s:6:\"single\";s:14:\"footer_color_2\";s:7:\"#3d4045\";s:27:\"footer_color_gradient_style\";s:6:\"linear\";s:27:\"footer_color_gradient_angle\";s:8:\"vertical\";s:12:\"footer_image\";s:0:\"\";s:11:\"footer_size\";s:5:\"false\";s:15:\"footer_position\";s:0:\"\";s:17:\"footer_attachment\";s:0:\"\";s:13:\"footer_repeat\";s:0:\"\";s:13:\"footer_source\";s:8:\"no-image\";s:11:\"body_weight\";s:3:\"400\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:4:\"1.66\";s:15:\"body_text_color\";s:7:\"#777777\";s:7:\"a_color\";s:7:\"#2e2e2e\";s:13:\"a_color_hover\";s:7:\"#777777\";s:12:\"strong_color\";s:7:\"#333333\";s:6:\"p_size\";s:2:\"14\";s:13:\"p_line_height\";s:4:\"1.66\";s:7:\"p_color\";s:7:\"#777777\";s:9:\"h1_weight\";s:3:\"600\";s:12:\"h1_transform\";s:4:\"none\";s:7:\"h1_size\";s:2:\"36\";s:8:\"h1_color\";s:7:\"#404040\";s:9:\"h2_weight\";s:3:\"600\";s:12:\"h2_transform\";s:4:\"none\";s:7:\"h2_size\";s:2:\"30\";s:8:\"h2_color\";s:7:\"#404040\";s:9:\"h3_weight\";s:3:\"600\";s:12:\"h3_transform\";s:4:\"none\";s:7:\"h3_size\";s:2:\"24\";s:8:\"h3_color\";s:7:\"#404040\";s:9:\"h4_weight\";s:3:\"600\";s:12:\"h4_transform\";s:4:\"none\";s:7:\"h4_size\";s:2:\"18\";s:8:\"h4_color\";s:7:\"#404040\";s:9:\"h5_weight\";s:3:\"600\";s:12:\"h5_transform\";s:4:\"none\";s:7:\"h5_size\";s:2:\"16\";s:8:\"h5_color\";s:7:\"#404040\";s:9:\"h6_weight\";s:3:\"600\";s:12:\"h6_transform\";s:4:\"none\";s:7:\"h6_size\";s:2:\"14\";s:8:\"h6_color\";s:7:\"#404040\";s:21:\"header_layout_builder\";s:16:\"pre_built_header\";s:18:\"theme_header_style\";s:1:\"1\";s:14:\"secondary_menu\";s:9:\"dashboard\";s:18:\"header_burger_size\";s:5:\"small\";s:23:\"seondary_header_for_all\";s:5:\"false\";s:18:\"vertical_menu_anim\";s:1:\"1\";s:26:\"vertical_header_logo_align\";s:6:\"center\";s:28:\"vertical_header_logo_padding\";s:2:\"10\";s:21:\"vertical_header_align\";s:4:\"left\";s:23:\"vertical_menu_copyright\";s:37:\"Copyright All Rights Reserved © 2015\";s:11:\"header_grid\";s:4:\"true\";s:16:\"hide_header_logo\";s:4:\"true\";s:14:\"logo_in_middle\";s:5:\"false\";s:15:\"hide_header_nav\";s:4:\"true\";s:22:\"header_search_location\";s:17:\"fullscreen_search\";s:22:\"header_start_tour_text\";s:0:\"\";s:22:\"header_start_tour_page\";s:0:\"\";s:15:\"start_tour_size\";s:2:\"14\";s:13:\"loggedin_menu\";s:12:\"primary-menu\";s:13:\"header_height\";s:3:\"100\";s:17:\"res_header_height\";s:3:\"100\";s:14:\"header_opacity\";s:1:\"1\";s:27:\"header_btn_border_thickness\";s:1:\"1\";s:19:\"header_border_color\";s:0:\"\";s:16:\"start_tour_color\";s:7:\"#333333\";s:19:\"header_burger_color\";s:0:\"\";s:17:\"main_nav_bg_color\";s:0:\"\";s:14:\"main_nav_hover\";s:1:\"2\";s:19:\"main_nav_top_weight\";s:3:\"600\";s:19:\"main_menu_transform\";s:9:\"uppercase\";s:17:\"main_nav_top_size\";s:2:\"11\";s:27:\"main_nav_top_letter_spacing\";s:1:\"2\";s:19:\"main_nav_item_space\";s:2:\"11\";s:23:\"main_nav_top_text_color\";s:7:\"#444444\";s:23:\"main_nav_top_hover_skin\";s:7:\"#333333\";s:28:\"main_nav_top_hover_txt_color\";s:7:\"#ffffff\";s:19:\"main_nav_sub_weight\";s:3:\"400\";s:22:\"main_nav_sub_transform\";s:9:\"uppercase\";s:17:\"main_nav_sub_size\";s:2:\"11\";s:27:\"main_nav_sub_letter_spacing\";s:1:\"1\";s:23:\"main_nav_sub_text_color\";s:7:\"#b3b3b3\";s:29:\"main_nav_sub_text_color_hover\";s:7:\"#ffffff\";s:27:\"main_nav_sub_hover_bg_color\";s:0:\"\";s:29:\"main_nav_sub_border_top_color\";s:7:\"#333333\";s:21:\"main_nav_sub_bg_color\";s:7:\"#333333\";s:23:\"main_nav_sub_icon_color\";s:7:\"#e0e0e0\";s:14:\"nav_sub_shadow\";s:5:\"false\";s:26:\"sub_level_box_border_color\";s:0:\"\";s:18:\"main_nav_sub_width\";s:3:\"230\";s:25:\"main_nav_mega_title_color\";s:7:\"#ffffff\";s:23:\"mega_menu_divider_color\";s:0:\"\";s:22:\"header_social_location\";s:7:\"toolbar\";s:27:\"header_social_networks_site\";s:0:\"\";s:26:\"header_social_networks_url\";s:0:\"\";s:28:\"header_social_networks_style\";s:6:\"circle\";s:16:\"header_icon_size\";s:5:\"small\";s:19:\"header_social_color\";s:7:\"#999999\";s:25:\"header_social_hover_color\";s:7:\"#cccccc\";s:27:\"header_social_bg_main_color\";s:7:\"#232323\";s:22:\"header_social_bg_color\";s:7:\"#232323\";s:26:\"header_social_border_color\";s:7:\"#999999\";s:16:\"header_mobile_bg\";s:0:\"\";s:20:\"responsive_nav_color\";s:7:\"#ffffff\";s:29:\"header_mobile_search_input_bg\";s:0:\"\";s:32:\"header_mobile_search_input_color\";s:0:\"\";s:24:\"responsive_nav_txt_color\";s:7:\"#444444\";s:19:\"header_sticky_style\";s:5:\"fixed\";s:20:\"sticky_header_offset\";s:6:\"header\";s:20:\"header_scroll_height\";s:2:\"65\";s:21:\"header_sticky_opacity\";s:1:\"1\";s:26:\"sticky_header_border_color\";s:7:\"#eeeeee\";s:13:\"dash_bg_color\";s:7:\"#444444\";s:25:\"dash_top_menu_text_weight\";s:3:\"600\";s:23:\"dash_top_menu_transform\";s:9:\"uppercase\";s:23:\"dash_top_menu_text_size\";s:2:\"13\";s:19:\"dash_nav_link_color\";s:7:\"#ffffff\";s:25:\"dash_nav_link_hover_color\";s:7:\"#ffffff\";s:23:\"dash_nav_bg_hover_color\";s:0:\"\";s:25:\"dash_sub_menu_text_weight\";s:3:\"400\";s:23:\"dash_sub_menu_transform\";s:9:\"uppercase\";s:23:\"dash_sub_menu_text_size\";s:2:\"12\";s:17:\"dash_title_weight\";s:6:\"bolder\";s:20:\"dash_title_transform\";s:9:\"uppercase\";s:15:\"dash_title_size\";s:2:\"14\";s:16:\"dash_title_color\";s:7:\"#ffffff\";s:16:\"dash_text_weight\";s:3:\"400\";s:14:\"dash_text_size\";s:2:\"12\";s:15:\"dash_text_color\";s:7:\"#eeeeee\";s:16:\"dash_links_color\";s:7:\"#fafafa\";s:22:\"dash_links_hover_color\";s:0:\"\";s:19:\"fullscreen_nav_logo\";s:4:\"dark\";s:26:\"fullscreen_nav_mobile_logo\";s:4:\"dark\";s:33:\"fullscreen_nav_mobile_logo_custom\";s:0:\"\";s:23:\"fullscreen_nav_bg_color\";s:7:\"#444444\";s:25:\"fullscreen_close_btn_skin\";s:5:\"light\";s:31:\"fullscreen_nav_menu_font_weight\";s:6:\"bolder\";s:34:\"fullscreen_nav_menu_text_transform\";s:9:\"uppercase\";s:29:\"fullscreen_nav_menu_font_size\";s:2:\"16\";s:34:\"fullscreen_nav_menu_letter_spacing\";s:1:\"0\";s:26:\"fullscreen_nav_menu_gutter\";s:2:\"25\";s:25:\"fullscreen_nav_link_color\";s:7:\"#ffffff\";s:29:\"fullscreen_nav_link_hov_color\";s:7:\"#444444\";s:32:\"fullscreen_nav_link_hov_bg_color\";s:7:\"#ffffff\";s:18:\"enable_header_date\";s:5:\"false\";s:22:\"header_toolbar_tagline\";s:0:\"\";s:20:\"header_toolbar_login\";s:5:\"false\";s:24:\"header_toolbar_subscribe\";s:5:\"false\";s:20:\"header_toolbar_email\";s:0:\"\";s:20:\"header_toolbar_phone\";s:0:\"\";s:17:\"header_toolbar_bg\";s:7:\"#ffffff\";s:24:\"header_mobile_toolbar_bg\";s:0:\"\";s:27:\"header_toolbar_border_color\";s:0:\"\";s:30:\"header_toolbar_search_input_bg\";s:0:\"\";s:24:\"header_toolbar_txt_color\";s:7:\"#999999\";s:25:\"header_toolbar_link_color\";s:7:\"#999999\";s:31:\"header_toolbar_search_input_txt\";s:7:\"#c7c7c7\";s:27:\"header_mobile_toolbar_color\";s:0:\"\";s:32:\"header_mobile_toolbar_link_color\";s:0:\"\";s:35:\"header_toolbar_social_network_color\";s:7:\"#999999\";s:34:\"header_mobile_toolbar_social_color\";s:0:\"\";s:17:\"page_title_global\";s:5:\"false\";s:19:\"banner_border_color\";s:0:\"\";s:21:\"page_introduce_weight\";s:3:\"400\";s:20:\"page_title_transform\";s:9:\"uppercase\";s:25:\"page_introduce_title_size\";s:2:\"20\";s:35:\"page_introduce_title_letter_spacing\";s:1:\"2\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:17:\"page_title_shadow\";s:5:\"false\";s:28:\"page_introduce_subtitle_size\";s:2:\"14\";s:33:\"page_introduce_subtitle_transform\";s:4:\"none\";s:19:\"page_subtitle_color\";s:7:\"#ffffff\";s:18:\"disable_breadcrumb\";s:5:\"false\";s:15:\"breadcrumb_skin\";s:5:\"light\";s:5:\"fonts\";a:3:{i:0;a:6:{s:4:\"type\";s:3:\"all\";s:10:\"fontFamily\";s:0:\"\";s:8:\"elements\";a:1:{i:0;s:4:\"body\";}s:6:\"subset\";s:0:\"\";s:12:\"currentField\";s:10:\"font-alert\";s:7:\"default\";s:4:\"true\";}i:1;a:5:{s:4:\"type\";s:6:\"google\";s:10:\"fontFamily\";s:4:\"Lato\";s:8:\"elements\";a:27:{i:0;s:4:\"body\";i:1;s:2:\"h1\";i:2;s:2:\"h2\";i:3;s:2:\"h3\";i:4;s:2:\"h4\";i:5;s:2:\"h5\";i:6;s:2:\"h6\";i:7;s:1:\"p\";i:8;s:1:\"a\";i:9;s:28:\"textarea,input,select,button\";i:10;s:18:\"#mk-page-introduce\";i:11;s:10:\".the-title\";i:12;s:27:\".mk-edge-title, .edge-title\";i:13;s:25:\".mk-edge-desc, .edge-desc\";i:14;s:39:\".main-navigation-ul, .mk-vm-menuwrapper\";i:15;s:29:\"#mk-footer-navigation ul li a\";i:16;s:15:\".mk-content-box\";i:17;s:19:\".filter-portfolio a\";i:18;s:10:\".mk-button\";i:19;s:14:\".mk-blockquote\";i:20;s:15:\".mk-tabs-tabs a\";i:21;s:12:\".mk-dropcaps\";i:22;s:12:\".mk-imagebox\";i:23;s:15:\".mk-fancy-title\";i:24;s:14:\".mk-custom-box\";i:25;s:13:\".mk-subscribe\";i:26;s:69:\".mk-blog-container .mk-blog-meta .the-excerpt p, .mk-single-content p\";}s:6:\"subset\";s:0:\"\";s:12:\"currentField\";s:20:\"font-select-elements\";}i:2;a:4:{s:4:\"type\";s:3:\"all\";s:10:\"fontFamily\";s:4:\"none\";s:6:\"subset\";s:0:\"\";s:12:\"currentField\";s:20:\"font-select-elements\";}}s:14:\"disable_footer\";s:4:\"true\";s:21:\"footer_disable_mobile\";s:4:\"true\";s:12:\"boxed_footer\";s:4:\"true\";s:11:\"footer_type\";s:1:\"1\";s:14:\"footer_columns\";s:1:\"5\";s:20:\"footer_top_thickness\";s:1:\"0\";s:23:\"footer_top_border_color\";s:0:\"\";s:13:\"footer_gutter\";s:1:\"2\";s:22:\"footer_wrapper_padding\";s:2:\"60\";s:27:\"footer_widget_margin_bottom\";s:1:\"0\";s:19:\"footer_title_weight\";s:6:\"bolder\";s:22:\"footer_title_transform\";s:9:\"uppercase\";s:17:\"footer_title_size\";s:2:\"14\";s:18:\"footer_title_color\";s:7:\"#ffffff\";s:18:\"footer_text_weight\";s:3:\"400\";s:16:\"footer_text_size\";s:2:\"14\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:18:\"footer_links_color\";s:7:\"#ffffff\";s:24:\"footer_links_hover_color\";s:7:\"#25beed\";s:18:\"disable_sub_footer\";s:5:\"false\";s:17:\"enable_footer_nav\";s:5:\"false\";s:9:\"copyright\";s:37:\"Copyright All Rights Reserved © 2015\";s:19:\"sub_footer_bg_color\";s:7:\"#43474d\";s:14:\"copyright_size\";s:2:\"11\";s:24:\"copyright_letter_spacing\";s:1:\"1\";s:25:\"sub_footer_nav_copy_color\";s:7:\"#8c8e91\";s:15:\"custom_sidebars\";s:0:\"\";s:20:\"sidebar_title_weight\";s:6:\"bolder\";s:23:\"sidebar_title_transform\";s:9:\"uppercase\";s:18:\"sidebar_title_size\";s:2:\"14\";s:19:\"sidebar_title_color\";s:7:\"#333333\";s:19:\"sidebar_text_weight\";s:3:\"400\";s:17:\"sidebar_text_size\";s:2:\"14\";s:18:\"sidebar_text_color\";s:7:\"#999999\";s:19:\"sidebar_links_color\";s:7:\"#999999\";s:25:\"sidebar_links_hover_color\";s:0:\"\";s:18:\"search_page_layout\";s:5:\"right\";s:17:\"search_page_title\";s:6:\"Search\";s:23:\"search_disable_subtitle\";s:4:\"true\";s:13:\"single_layout\";s:4:\"full\";s:17:\"single_blog_style\";s:7:\"compact\";s:28:\"single_bold_hero_full_height\";s:4:\"true\";s:29:\"single_disable_featured_image\";s:4:\"true\";s:23:\"bold_single_hero_height\";s:3:\"800\";s:28:\"single_featured_image_height\";s:3:\"750\";s:20:\"blog_single_img_crop\";s:4:\"true\";s:17:\"blog_single_title\";s:4:\"true\";s:14:\"blog_prev_next\";s:4:\"true\";s:28:\"blog_prev_next_same_category\";s:4:\"true\";s:27:\"enable_single_related_posts\";s:4:\"true\";s:20:\"blog_single_comments\";s:4:\"true\";s:18:\"enable_blog_author\";s:4:\"true\";s:18:\"single_blog_social\";s:4:\"true\";s:19:\"blog_heading_weight\";s:3:\"600\";s:22:\"blog_heading_transform\";s:0:\"\";s:17:\"blog_heading_size\";s:1:\"0\";s:18:\"blog_heading_color\";s:0:\"\";s:18:\"blog_body_h1_color\";s:0:\"\";s:18:\"blog_body_h2_color\";s:0:\"\";s:18:\"blog_body_h3_color\";s:0:\"\";s:18:\"blog_body_h4_color\";s:0:\"\";s:18:\"blog_body_h5_color\";s:0:\"\";s:18:\"blog_body_h6_color\";s:0:\"\";s:16:\"blog_body_weight\";s:3:\"400\";s:19:\"blog_body_font_size\";s:1:\"0\";s:21:\"blog_body_line_height\";s:1:\"0\";s:15:\"blog_body_color\";s:0:\"\";s:17:\"blog_body_a_color\";s:0:\"\";s:23:\"blog_body_a_color_hover\";s:0:\"\";s:26:\"blog_body_strong_tag_color\";s:0:\"\";s:19:\"single_meta_section\";s:4:\"true\";s:18:\"diable_single_tags\";s:4:\"true\";s:19:\"archive_page_layout\";s:5:\"right\";s:18:\"archive_loop_style\";s:6:\"modern\";s:18:\"archive_page_title\";s:8:\"Archives\";s:24:\"archive_disable_subtitle\";s:4:\"true\";s:25:\"archive_blog_image_height\";s:3:\"350\";s:17:\"archive_blog_meta\";s:4:\"true\";s:24:\"archive_pagination_style\";s:1:\"1\";s:27:\"news_disable_featured_image\";s:4:\"true\";s:26:\"news_featured_image_height\";s:3:\"340\";s:9:\"news_slug\";s:10:\"news-posts\";s:23:\"portfolio_single_layout\";s:4:\"full\";s:29:\"Portfolio_single_image_height\";s:3:\"500\";s:21:\"single_portfolio_cats\";s:5:\"false\";s:30:\"enable_portfolio_similar_posts\";s:4:\"true\";s:19:\"portfolio_next_prev\";s:4:\"true\";s:33:\"portfolio_prev_next_same_category\";s:4:\"true\";s:24:\"enable_portfolio_comment\";s:5:\"false\";s:23:\"single_portfolio_social\";s:4:\"true\";s:14:\"portfolio_slug\";s:15:\"portfolio-posts\";s:18:\"portfolio_cat_slug\";s:18:\"portfolio_category\";s:24:\"archive_portfolio_layout\";s:5:\"right\";s:23:\"archive_portfolio_style\";s:7:\"classic\";s:30:\"archive_portfolio_image_height\";s:3:\"400\";s:24:\"archive_portfolio_column\";s:1:\"3\";s:34:\"archive_portfolio_pagination_style\";s:1:\"1\";s:14:\"customise_shop\";s:5:\"false\";s:20:\"shop_archive_columns\";s:7:\"default\";s:19:\"woocommerce_catalog\";s:5:\"false\";s:23:\"woo_category_image_size\";s:4:\"crop\";s:31:\"woocommerce_category_page_title\";s:4:\"Shop\";s:29:\"woocommerce_use_product_title\";s:5:\"false\";s:30:\"woocommerce_use_category_title\";s:5:\"false\";s:37:\"woocommerce_use_category_filter_title\";s:5:\"false\";s:13:\"shopping_cart\";s:4:\"true\";s:19:\"add_cart_responsive\";s:4:\"true\";s:19:\"woo_loop_image_size\";s:0:\"\";s:19:\"woo_loop_img_height\";s:3:\"300\";s:26:\"woocommerce_loop_show_desc\";s:5:\"false\";s:35:\"woocommerce_loop_enable_love_button\";s:4:\"true\";s:25:\"woocommerce_single_layout\";s:4:\"full\";s:32:\"woocommerce_single_product_title\";s:4:\"true\";s:20:\"woo_single_prev_next\";s:4:\"true\";s:27:\"woo_prev_next_same_category\";s:4:\"true\";s:33:\"woocommerce_single_social_network\";s:4:\"true\";s:9:\"minify-js\";s:4:\"true\";s:10:\"minify-css\";s:4:\"true\";s:17:\"remove-js-css-ver\";s:4:\"true\";s:15:\"global_lazyload\";s:4:\"true\";s:19:\"portfolio-post-type\";s:4:\"true\";s:14:\"news-post-type\";s:4:\"true\";s:13:\"faq-post-type\";s:4:\"true\";s:21:\"photo_album-post-type\";s:4:\"true\";s:17:\"pricing-post-type\";s:4:\"true\";s:17:\"clients-post-type\";s:4:\"true\";s:19:\"employees-post-type\";s:4:\"true\";s:21:\"testimonial-post-type\";s:4:\"true\";s:26:\"animated-columns-post-type\";s:4:\"true\";s:14:\"edge-post-type\";s:4:\"true\";s:20:\"tab_slider-post-type\";s:4:\"true\";s:19:\"slideshow-post-type\";s:5:\"false\";s:24:\"banner_builder-post-type\";s:5:\"false\";s:10:\"custom_css\";s:1240:\".portfolio-similar-meta .portfolio-categories {color: #fff!important;font-size: 11px!important;}\n\n/* ********** CUSTOM CSS ********** */\n\n/* ***** GENERAL ***** */\n\n#theme-page a {\n color: #FC32A2 !important;\n}\n\n/* ***** HEADER ***** */\n\n.fit-logo-img a img {\n max-height: 90%;\n}\n\n/* ***** HOME PAGE ***** */\n\n.banner-text-highlight span {\n padding: 10px 20px;\n border: 1px solid #000;\n background-color: rgba(255, 255, 255, .8);\n display: inline-block;\n}\n\n.home-blurb .mk-button--text {\n color: #fff !important;\n}\n\n/* ***** FOOTER ***** */\n\n#mk-footer {\n background-color: #444;\n}\n\nsection#custom_html-2 {\n position: relative;\n top: 4px;\n}\n\n#mk-footer .widget-sub-navigation ul li a, #mk-footer .widget_nav_menu ul li a {\n padding-left: 0;\n}\n\n#mk-footer li a {\n text-transform: uppercase;\n}\n\n#mk-footer svg {\n display: none;\n}\n\n.footer-logo {\n position: relative;\n top: 4px;\n}\n\n.footer-logo i {\n font-size: 22px;\n margin: 0 10px;\n}\n\n/* ***** PRIVACY POLICY PAGE ***** */\n\n.pp-heading {\n letter-spacing: 5px;\n text-transform: uppercase !important;\n margin: 25px 0;\n font-size: 16px !important;\n}\n\n/* ********** EVENTS PAGE ********** */\n\n.vsel-meta, #vsel .vsel-image-info, #vsel .vsel-image {\n width: 50% !important;\n}\n\";s:9:\"custom_js\";s:0:\"\";s:20:\"theme_import_options\";s:0:\"\";s:20:\"mailchimp_action_url\";s:0:\"\";s:18:\"theme_header_align\";s:4:\"left\";s:20:\"theme_toolbar_toggle\";s:5:\"false\";s:8:\"sidebars\";s:0:\"\";s:26:\"responsive_icon_text_color\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:20:\"special_fonts_list_1\";s:4:\"Lato\";s:20:\"special_fonts_type_1\";s:6:\"google\";s:20:\"google_font_subset_1\";s:0:\"\";s:18:\"special_elements_1\";a:27:{i:0;s:4:\"body\";i:1;s:2:\"h1\";i:2;s:2:\"h2\";i:3;s:2:\"h3\";i:4;s:2:\"h4\";i:5;s:2:\"h5\";i:6;s:2:\"h6\";i:7;s:1:\"p\";i:8;s:1:\"a\";i:9;s:28:\"textarea,input,select,button\";i:10;s:18:\"#mk-page-introduce\";i:11;s:10:\".the-title\";i:12;s:27:\".mk-edge-title, .edge-title\";i:13;s:25:\".mk-edge-desc, .edge-desc\";i:14;s:39:\".main-navigation-ul, .mk-vm-menuwrapper\";i:15;s:29:\"#mk-footer-navigation ul li a\";i:16;s:15:\".mk-content-box\";i:17;s:19:\".filter-portfolio a\";i:18;s:10:\".mk-button\";i:19;s:14:\".mk-blockquote\";i:20;s:15:\".mk-tabs-tabs a\";i:21;s:12:\".mk-dropcaps\";i:22;s:12:\".mk-imagebox\";i:23;s:15:\".mk-fancy-title\";i:24;s:14:\".mk-custom-box\";i:25;s:13:\".mk-subscribe\";i:26;s:69:\".mk-blog-container .mk-blog-meta .the-excerpt p, .mk-single-content p\";}s:20:\"special_fonts_list_2\";s:4:\"none\";s:20:\"special_fonts_type_2\";s:0:\"\";s:20:\"google_font_subset_2\";s:0:\"\";s:21:\"typekit_font_family_1\";s:0:\"\";s:21:\"typekit_font_family_2\";s:0:\"\";s:17:\"woo_image_quality\";s:0:\"\";s:22:\"pagespeed-optimization\";s:5:\"false\";s:18:\"timeline-post-type\";s:4:\"true\";s:26:\"header_social_sites_select\";s:0:\"\";s:17:\"header_social_url\";s:0:\"\";s:5:\"alpha\";s:3:\"100\";s:11:\"add_sidebar\";s:0:\"\";s:16:\"bg_panel_stretch\";s:5:\"false\";s:16:\"_wp_http_referer\";s:56:\"/jupiter5/amalthea/wp-admin/admin.php?page=theme_options\";s:14:\"button_clicked\";s:22:\"save_theme_options_top\";}','yes'),(319,'global_assets_timestamp','1503521100','yes'),(320,'mk_theme_options_css_file','theme-options-production.css','yes'),(321,'jupiter_theme_version','5.9.7','yes'),(322,'Jupiter_options_imported','false','yes'),(325,'theme-options-production.css_sha1','c8943dbb03b6645098ba7f8622da619be7173dbc','yes'),(326,'contact-email-2342-15','info@cngdigitalmarketing.com','yes'),(330,'jupiter-data-tracking','no','yes'),(334,'vc_version','5.2.1','yes'),(335,'wpb_js_composer_license_activation_notified','yes','yes'),(336,'artbees_api_key','9ae476e288ee1804aa1101f320e5f92fd3b38327cc07f3c945fbc734f1020442','yes'),(337,'wp_db_backup_backups','','yes'),(338,'wp_db_backup_options','','yes'),(339,'category_children','a:0:{}','yes'),(340,'employees_category_children','a:0:{}','yes'),(341,'faq_category_children','a:0:{}','yes'),(342,'news_category_children','a:0:{}','yes'),(343,'portfolio_category_children','a:0:{}','yes'),(344,'testimonial_category_children','a:0:{}','yes'),(345,'photo_album_category_children','a:0:{}','yes'),(347,'jupiter_template_installed','amalthea','yes'),(348,'jupiter_template_installed_id','14054','yes'),(356,'mk_last_survey_check','2017-08-23 20:43:41','yes'),(368,'Jupiter_options_backup','a:449:{s:10:\"skin_color\";s:7:\"#333333\";s:12:\"smoothscroll\";s:4:\"true\";s:14:\"pages_comments\";s:5:\"false\";s:9:\"go_to_top\";s:5:\"false\";s:13:\"retina_images\";s:4:\"true\";s:17:\"responsive_images\";s:4:\"true\";s:20:\"image_resize_quality\";s:3:\"100\";s:26:\"fullscreen_nav_logo_margin\";s:3:\"125\";s:4:\"logo\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_dark.png\";s:17:\"light_header_logo\";s:66:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_light.png\";s:18:\"sticky_header_logo\";s:0:\"\";s:15:\"responsive_logo\";s:0:\"\";s:11:\"footer_logo\";s:0:\"\";s:14:\"custom_favicon\";s:56:\"http://aurosi.com/wp-content/uploads/2017/08/favicon.ico\";s:11:\"iphone_icon\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/apple-icon-57x57.png\";s:18:\"iphone_icon_retina\";s:67:\"http://aurosi.com/wp-content/uploads/2017/08/apple-icon-114x114.png\";s:9:\"ipad_icon\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/apple-icon-72x72.png\";s:16:\"ipad_icon_retina\";s:64:\"http://aurosi.com/wp-content/uploads/2017/08/ms-icon-144x144.png\";s:9:\"preloader\";s:5:\"false\";s:16:\"retina_preloader\";s:5:\"false\";s:14:\"preloader_logo\";s:65:\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_dark.png\";s:20:\"preloader_icon_color\";s:7:\"#222222\";s:18:\"preloader_bg_color\";s:7:\"#eeeeee\";s:23:\"section_preloader_color\";s:4:\"#fff\";s:19:\"preloader_animation\";s:22:\"ball_clip_rotate_pulse\";s:21:\"disable_quick_contact\";s:5:\"false\";s:23:\"quick_contact_on_single\";s:4:\"true\";s:21:\"captcha_quick_contact\";s:4:\"true\";s:19:\"quick_contact_email\";s:20:\"rifatcaner@gmail.com\";s:19:\"quick_contact_title\";s:10:\"Contact Us\";s:18:\"quick_contact_desc\";s:89:\"We\'re not around right now. But you can send us an email and we\'ll get back to you, asap.\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:20:\"twitter_access_token\";s:0:\"\";s:27:\"twitter_access_token_secret\";s:0:\"\";s:17:\"mailchimp_api_key\";s:0:\"\";s:17:\"mailchimp_list_id\";s:0:\"\";s:15:\"mailchimp_optin\";s:5:\"false\";s:19:\"google_maps_api_key\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:10:\"typekit_id\";s:0:\"\";s:31:\"background_selector_orientation\";s:17:\"full_width_layout\";s:10:\"grid_width\";s:4:\"1400\";s:13:\"content_width\";s:2:\"73\";s:18:\"content_responsive\";s:3:\"960\";s:20:\"responsive_nav_width\";s:4:\"1140\";s:11:\"body_border\";s:5:\"false\";s:21:\"body_border_thickness\";s:2:\"50\";s:17:\"body_border_color\";s:4:\"#fff\";s:29:\"body_border_on_mobile_devices\";s:5:\"false\";s:24:\"page_title_expand_header\";s:4:\"true\";s:24:\"boxed_layout_shadow_size\";s:1:\"0\";s:29:\"boxed_layout_shadow_intensity\";s:1:\"0\";s:18:\"general_backgounds\";s:0:\"\";s:20:\"bg_panel_image_style\";s:8:\"no-image\";s:15:\"bg_panel_upload\";s:0:\"\";s:20:\"bg_panel_color_style\";s:6:\"single\";s:14:\"bg_panel_color\";s:0:\"\";s:16:\"bg_panel_color_2\";s:0:\"\";s:21:\"grandient_color_style\";s:6:\"linear\";s:21:\"grandient_color_angle\";s:8:\"vertical\";s:15:\"bg_panel_repeat\";s:0:\"\";s:19:\"bg_panel_attachment\";s:0:\"\";s:17:\"bg_panel_position\";s:0:\"\";s:13:\"bg_panel_size\";s:5:\"false\";s:10:\"body_color\";s:4:\"#fff\";s:19:\"body_color_gradient\";s:6:\"single\";s:12:\"body_color_2\";s:0:\"\";s:25:\"body_color_gradient_style\";s:6:\"linear\";s:25:\"body_color_gradient_angle\";s:8:\"vertical\";s:10:\"body_image\";s:0:\"\";s:9:\"body_size\";s:5:\"false\";s:13:\"body_position\";s:0:\"\";s:15:\"body_attachment\";s:0:\"\";s:11:\"body_repeat\";s:0:\"\";s:11:\"body_source\";s:8:\"no-image\";s:10:\"page_color\";s:4:\"#fff\";s:19:\"page_color_gradient\";s:6:\"single\";s:12:\"page_color_2\";s:0:\"\";s:25:\"page_color_gradient_style\";s:6:\"linear\";s:25:\"page_color_gradient_angle\";s:8:\"vertical\";s:10:\"page_image\";s:0:\"\";s:9:\"page_size\";s:5:\"false\";s:13:\"page_position\";s:0:\"\";s:15:\"page_attachment\";s:0:\"\";s:11:\"page_repeat\";s:0:\"\";s:11:\"page_source\";s:8:\"no-image\";s:12:\"header_color\";s:7:\"#ffffff\";s:21:\"header_color_gradient\";s:6:\"single\";s:14:\"header_color_2\";s:0:\"\";s:27:\"header_color_gradient_style\";s:6:\"linear\";s:27:\"header_color_gradient_angle\";s:8:\"vertical\";s:12:\"header_image\";s:0:\"\";s:11:\"header_size\";s:5:\"false\";s:15:\"header_position\";s:0:\"\";s:17:\"header_attachment\";s:0:\"\";s:13:\"header_repeat\";s:0:\"\";s:13:\"header_source\";s:8:\"no-image\";s:12:\"banner_color\";s:7:\"#333333\";s:21:\"banner_color_gradient\";s:6:\"single\";s:14:\"banner_color_2\";s:7:\"#464646\";s:27:\"banner_color_gradient_style\";s:6:\"linear\";s:27:\"banner_color_gradient_angle\";s:8:\"vertical\";s:12:\"banner_image\";s:0:\"\";s:11:\"banner_size\";s:4:\"true\";s:15:\"banner_position\";s:0:\"\";s:17:\"banner_attachment\";s:0:\"\";s:13:\"banner_repeat\";s:0:\"\";s:13:\"banner_source\";s:8:\"no-image\";s:12:\"footer_color\";s:7:\"#f9f9f9\";s:21:\"footer_color_gradient\";s:6:\"single\";s:14:\"footer_color_2\";s:7:\"#3d4045\";s:27:\"footer_color_gradient_style\";s:6:\"linear\";s:27:\"footer_color_gradient_angle\";s:8:\"vertical\";s:12:\"footer_image\";s:0:\"\";s:11:\"footer_size\";s:5:\"false\";s:15:\"footer_position\";s:0:\"\";s:17:\"footer_attachment\";s:0:\"\";s:13:\"footer_repeat\";s:0:\"\";s:13:\"footer_source\";s:8:\"no-image\";s:11:\"body_weight\";s:3:\"400\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:4:\"1.66\";s:15:\"body_text_color\";s:7:\"#777777\";s:7:\"a_color\";s:7:\"#2e2e2e\";s:13:\"a_color_hover\";s:7:\"#777777\";s:12:\"strong_color\";s:7:\"#333333\";s:6:\"p_size\";s:2:\"14\";s:13:\"p_line_height\";s:4:\"1.66\";s:7:\"p_color\";s:7:\"#777777\";s:9:\"h1_weight\";s:3:\"600\";s:12:\"h1_transform\";s:4:\"none\";s:7:\"h1_size\";s:2:\"36\";s:8:\"h1_color\";s:7:\"#404040\";s:9:\"h2_weight\";s:3:\"600\";s:12:\"h2_transform\";s:4:\"none\";s:7:\"h2_size\";s:2:\"30\";s:8:\"h2_color\";s:7:\"#404040\";s:9:\"h3_weight\";s:3:\"600\";s:12:\"h3_transform\";s:4:\"none\";s:7:\"h3_size\";s:2:\"24\";s:8:\"h3_color\";s:7:\"#404040\";s:9:\"h4_weight\";s:3:\"600\";s:12:\"h4_transform\";s:4:\"none\";s:7:\"h4_size\";s:2:\"18\";s:8:\"h4_color\";s:7:\"#404040\";s:9:\"h5_weight\";s:3:\"600\";s:12:\"h5_transform\";s:4:\"none\";s:7:\"h5_size\";s:2:\"16\";s:8:\"h5_color\";s:7:\"#404040\";s:9:\"h6_weight\";s:3:\"600\";s:12:\"h6_transform\";s:4:\"none\";s:7:\"h6_size\";s:2:\"14\";s:8:\"h6_color\";s:7:\"#404040\";s:21:\"header_layout_builder\";s:16:\"pre_built_header\";s:18:\"theme_header_style\";s:1:\"1\";s:14:\"secondary_menu\";s:9:\"dashboard\";s:18:\"header_burger_size\";s:5:\"small\";s:23:\"seondary_header_for_all\";s:5:\"false\";s:18:\"vertical_menu_anim\";s:1:\"1\";s:26:\"vertical_header_logo_align\";s:6:\"center\";s:28:\"vertical_header_logo_padding\";s:2:\"10\";s:21:\"vertical_header_align\";s:4:\"left\";s:23:\"vertical_menu_copyright\";s:37:\"Copyright All Rights Reserved © 2015\";s:11:\"header_grid\";s:4:\"true\";s:16:\"hide_header_logo\";s:4:\"true\";s:14:\"logo_in_middle\";s:5:\"false\";s:15:\"hide_header_nav\";s:4:\"true\";s:22:\"header_search_location\";s:17:\"fullscreen_search\";s:22:\"header_start_tour_text\";s:0:\"\";s:22:\"header_start_tour_page\";s:0:\"\";s:15:\"start_tour_size\";s:2:\"14\";s:13:\"loggedin_menu\";s:12:\"primary-menu\";s:13:\"header_height\";s:3:\"100\";s:17:\"res_header_height\";s:3:\"100\";s:14:\"header_opacity\";s:1:\"1\";s:27:\"header_btn_border_thickness\";s:1:\"1\";s:19:\"header_border_color\";s:0:\"\";s:16:\"start_tour_color\";s:7:\"#333333\";s:19:\"header_burger_color\";s:0:\"\";s:17:\"main_nav_bg_color\";s:0:\"\";s:14:\"main_nav_hover\";s:1:\"2\";s:19:\"main_nav_top_weight\";s:3:\"600\";s:19:\"main_menu_transform\";s:9:\"uppercase\";s:17:\"main_nav_top_size\";s:2:\"11\";s:27:\"main_nav_top_letter_spacing\";s:1:\"2\";s:19:\"main_nav_item_space\";s:2:\"11\";s:23:\"main_nav_top_text_color\";s:7:\"#444444\";s:23:\"main_nav_top_hover_skin\";s:7:\"#333333\";s:28:\"main_nav_top_hover_txt_color\";s:7:\"#ffffff\";s:19:\"main_nav_sub_weight\";s:3:\"400\";s:22:\"main_nav_sub_transform\";s:9:\"uppercase\";s:17:\"main_nav_sub_size\";s:2:\"11\";s:27:\"main_nav_sub_letter_spacing\";s:1:\"1\";s:23:\"main_nav_sub_text_color\";s:7:\"#b3b3b3\";s:29:\"main_nav_sub_text_color_hover\";s:7:\"#ffffff\";s:27:\"main_nav_sub_hover_bg_color\";s:0:\"\";s:29:\"main_nav_sub_border_top_color\";s:7:\"#333333\";s:21:\"main_nav_sub_bg_color\";s:7:\"#333333\";s:23:\"main_nav_sub_icon_color\";s:7:\"#e0e0e0\";s:14:\"nav_sub_shadow\";s:5:\"false\";s:26:\"sub_level_box_border_color\";s:0:\"\";s:18:\"main_nav_sub_width\";s:3:\"230\";s:25:\"main_nav_mega_title_color\";s:7:\"#ffffff\";s:23:\"mega_menu_divider_color\";s:0:\"\";s:22:\"header_social_location\";s:7:\"toolbar\";s:27:\"header_social_networks_site\";s:0:\"\";s:26:\"header_social_networks_url\";s:0:\"\";s:28:\"header_social_networks_style\";s:6:\"circle\";s:16:\"header_icon_size\";s:5:\"small\";s:19:\"header_social_color\";s:7:\"#999999\";s:25:\"header_social_hover_color\";s:7:\"#cccccc\";s:27:\"header_social_bg_main_color\";s:7:\"#232323\";s:22:\"header_social_bg_color\";s:7:\"#232323\";s:26:\"header_social_border_color\";s:7:\"#999999\";s:16:\"header_mobile_bg\";s:0:\"\";s:20:\"responsive_nav_color\";s:7:\"#ffffff\";s:29:\"header_mobile_search_input_bg\";s:0:\"\";s:32:\"header_mobile_search_input_color\";s:0:\"\";s:24:\"responsive_nav_txt_color\";s:7:\"#444444\";s:19:\"header_sticky_style\";s:5:\"fixed\";s:20:\"sticky_header_offset\";s:6:\"header\";s:20:\"header_scroll_height\";s:2:\"65\";s:21:\"header_sticky_opacity\";s:1:\"1\";s:26:\"sticky_header_border_color\";s:7:\"#eeeeee\";s:13:\"dash_bg_color\";s:7:\"#444444\";s:25:\"dash_top_menu_text_weight\";s:3:\"600\";s:23:\"dash_top_menu_transform\";s:9:\"uppercase\";s:23:\"dash_top_menu_text_size\";s:2:\"13\";s:19:\"dash_nav_link_color\";s:7:\"#ffffff\";s:25:\"dash_nav_link_hover_color\";s:7:\"#ffffff\";s:23:\"dash_nav_bg_hover_color\";s:0:\"\";s:25:\"dash_sub_menu_text_weight\";s:3:\"400\";s:23:\"dash_sub_menu_transform\";s:9:\"uppercase\";s:23:\"dash_sub_menu_text_size\";s:2:\"12\";s:17:\"dash_title_weight\";s:6:\"bolder\";s:20:\"dash_title_transform\";s:9:\"uppercase\";s:15:\"dash_title_size\";s:2:\"14\";s:16:\"dash_title_color\";s:7:\"#ffffff\";s:16:\"dash_text_weight\";s:3:\"400\";s:14:\"dash_text_size\";s:2:\"12\";s:15:\"dash_text_color\";s:7:\"#eeeeee\";s:16:\"dash_links_color\";s:7:\"#fafafa\";s:22:\"dash_links_hover_color\";s:0:\"\";s:19:\"fullscreen_nav_logo\";s:4:\"dark\";s:26:\"fullscreen_nav_mobile_logo\";s:4:\"dark\";s:33:\"fullscreen_nav_mobile_logo_custom\";s:0:\"\";s:23:\"fullscreen_nav_bg_color\";s:7:\"#444444\";s:25:\"fullscreen_close_btn_skin\";s:5:\"light\";s:31:\"fullscreen_nav_menu_font_weight\";s:6:\"bolder\";s:34:\"fullscreen_nav_menu_text_transform\";s:9:\"uppercase\";s:29:\"fullscreen_nav_menu_font_size\";s:2:\"16\";s:34:\"fullscreen_nav_menu_letter_spacing\";s:1:\"0\";s:26:\"fullscreen_nav_menu_gutter\";s:2:\"25\";s:25:\"fullscreen_nav_link_color\";s:7:\"#ffffff\";s:29:\"fullscreen_nav_link_hov_color\";s:7:\"#444444\";s:32:\"fullscreen_nav_link_hov_bg_color\";s:7:\"#ffffff\";s:18:\"enable_header_date\";s:5:\"false\";s:22:\"header_toolbar_tagline\";s:0:\"\";s:20:\"header_toolbar_login\";s:5:\"false\";s:24:\"header_toolbar_subscribe\";s:5:\"false\";s:20:\"header_toolbar_email\";s:0:\"\";s:20:\"header_toolbar_phone\";s:0:\"\";s:17:\"header_toolbar_bg\";s:7:\"#ffffff\";s:24:\"header_mobile_toolbar_bg\";s:0:\"\";s:27:\"header_toolbar_border_color\";s:0:\"\";s:30:\"header_toolbar_search_input_bg\";s:0:\"\";s:24:\"header_toolbar_txt_color\";s:7:\"#999999\";s:25:\"header_toolbar_link_color\";s:7:\"#999999\";s:31:\"header_toolbar_search_input_txt\";s:7:\"#c7c7c7\";s:27:\"header_mobile_toolbar_color\";s:0:\"\";s:32:\"header_mobile_toolbar_link_color\";s:0:\"\";s:35:\"header_toolbar_social_network_color\";s:7:\"#999999\";s:34:\"header_mobile_toolbar_social_color\";s:0:\"\";s:17:\"page_title_global\";s:5:\"false\";s:19:\"banner_border_color\";s:0:\"\";s:21:\"page_introduce_weight\";s:3:\"400\";s:20:\"page_title_transform\";s:9:\"uppercase\";s:25:\"page_introduce_title_size\";s:2:\"20\";s:35:\"page_introduce_title_letter_spacing\";s:1:\"2\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:17:\"page_title_shadow\";s:5:\"false\";s:28:\"page_introduce_subtitle_size\";s:2:\"14\";s:33:\"page_introduce_subtitle_transform\";s:4:\"none\";s:19:\"page_subtitle_color\";s:7:\"#ffffff\";s:18:\"disable_breadcrumb\";s:5:\"false\";s:15:\"breadcrumb_skin\";s:5:\"light\";s:5:\"fonts\";a:3:{i:0;a:6:{s:4:\"type\";s:3:\"all\";s:10:\"fontFamily\";s:0:\"\";s:8:\"elements\";a:1:{i:0;s:4:\"body\";}s:6:\"subset\";s:0:\"\";s:12:\"currentField\";s:10:\"font-alert\";s:7:\"default\";s:4:\"true\";}i:1;a:5:{s:4:\"type\";s:6:\"google\";s:10:\"fontFamily\";s:4:\"Lato\";s:8:\"elements\";a:27:{i:0;s:4:\"body\";i:1;s:2:\"h1\";i:2;s:2:\"h2\";i:3;s:2:\"h3\";i:4;s:2:\"h4\";i:5;s:2:\"h5\";i:6;s:2:\"h6\";i:7;s:1:\"p\";i:8;s:1:\"a\";i:9;s:28:\"textarea,input,select,button\";i:10;s:18:\"#mk-page-introduce\";i:11;s:10:\".the-title\";i:12;s:27:\".mk-edge-title, .edge-title\";i:13;s:25:\".mk-edge-desc, .edge-desc\";i:14;s:39:\".main-navigation-ul, .mk-vm-menuwrapper\";i:15;s:29:\"#mk-footer-navigation ul li a\";i:16;s:15:\".mk-content-box\";i:17;s:19:\".filter-portfolio a\";i:18;s:10:\".mk-button\";i:19;s:14:\".mk-blockquote\";i:20;s:15:\".mk-tabs-tabs a\";i:21;s:12:\".mk-dropcaps\";i:22;s:12:\".mk-imagebox\";i:23;s:15:\".mk-fancy-title\";i:24;s:14:\".mk-custom-box\";i:25;s:13:\".mk-subscribe\";i:26;s:69:\".mk-blog-container .mk-blog-meta .the-excerpt p, .mk-single-content p\";}s:6:\"subset\";s:0:\"\";s:12:\"currentField\";s:20:\"font-select-elements\";}i:2;a:4:{s:4:\"type\";s:3:\"all\";s:10:\"fontFamily\";s:4:\"none\";s:6:\"subset\";s:0:\"\";s:12:\"currentField\";s:20:\"font-select-elements\";}}s:14:\"disable_footer\";s:4:\"true\";s:21:\"footer_disable_mobile\";s:4:\"true\";s:12:\"boxed_footer\";s:4:\"true\";s:11:\"footer_type\";s:1:\"1\";s:14:\"footer_columns\";s:1:\"5\";s:20:\"footer_top_thickness\";s:1:\"0\";s:23:\"footer_top_border_color\";s:0:\"\";s:13:\"footer_gutter\";s:1:\"2\";s:22:\"footer_wrapper_padding\";s:2:\"60\";s:27:\"footer_widget_margin_bottom\";s:1:\"0\";s:19:\"footer_title_weight\";s:6:\"bolder\";s:22:\"footer_title_transform\";s:9:\"uppercase\";s:17:\"footer_title_size\";s:2:\"14\";s:18:\"footer_title_color\";s:7:\"#ffffff\";s:18:\"footer_text_weight\";s:3:\"400\";s:16:\"footer_text_size\";s:2:\"14\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:18:\"footer_links_color\";s:7:\"#ffffff\";s:24:\"footer_links_hover_color\";s:7:\"#25beed\";s:18:\"disable_sub_footer\";s:5:\"false\";s:17:\"enable_footer_nav\";s:5:\"false\";s:9:\"copyright\";s:37:\"Copyright All Rights Reserved © 2015\";s:19:\"sub_footer_bg_color\";s:7:\"#43474d\";s:14:\"copyright_size\";s:2:\"11\";s:24:\"copyright_letter_spacing\";s:1:\"1\";s:25:\"sub_footer_nav_copy_color\";s:7:\"#8c8e91\";s:15:\"custom_sidebars\";s:0:\"\";s:20:\"sidebar_title_weight\";s:6:\"bolder\";s:23:\"sidebar_title_transform\";s:9:\"uppercase\";s:18:\"sidebar_title_size\";s:2:\"14\";s:19:\"sidebar_title_color\";s:7:\"#333333\";s:19:\"sidebar_text_weight\";s:3:\"400\";s:17:\"sidebar_text_size\";s:2:\"14\";s:18:\"sidebar_text_color\";s:7:\"#999999\";s:19:\"sidebar_links_color\";s:7:\"#999999\";s:25:\"sidebar_links_hover_color\";s:0:\"\";s:18:\"search_page_layout\";s:5:\"right\";s:17:\"search_page_title\";s:6:\"Search\";s:23:\"search_disable_subtitle\";s:4:\"true\";s:13:\"single_layout\";s:4:\"full\";s:17:\"single_blog_style\";s:7:\"compact\";s:28:\"single_bold_hero_full_height\";s:4:\"true\";s:29:\"single_disable_featured_image\";s:4:\"true\";s:23:\"bold_single_hero_height\";s:3:\"800\";s:28:\"single_featured_image_height\";s:3:\"750\";s:20:\"blog_single_img_crop\";s:4:\"true\";s:17:\"blog_single_title\";s:4:\"true\";s:14:\"blog_prev_next\";s:4:\"true\";s:28:\"blog_prev_next_same_category\";s:4:\"true\";s:27:\"enable_single_related_posts\";s:4:\"true\";s:20:\"blog_single_comments\";s:4:\"true\";s:18:\"enable_blog_author\";s:4:\"true\";s:18:\"single_blog_social\";s:4:\"true\";s:19:\"blog_heading_weight\";s:3:\"600\";s:22:\"blog_heading_transform\";s:0:\"\";s:17:\"blog_heading_size\";s:1:\"0\";s:18:\"blog_heading_color\";s:0:\"\";s:18:\"blog_body_h1_color\";s:0:\"\";s:18:\"blog_body_h2_color\";s:0:\"\";s:18:\"blog_body_h3_color\";s:0:\"\";s:18:\"blog_body_h4_color\";s:0:\"\";s:18:\"blog_body_h5_color\";s:0:\"\";s:18:\"blog_body_h6_color\";s:0:\"\";s:16:\"blog_body_weight\";s:3:\"400\";s:19:\"blog_body_font_size\";s:1:\"0\";s:21:\"blog_body_line_height\";s:1:\"0\";s:15:\"blog_body_color\";s:0:\"\";s:17:\"blog_body_a_color\";s:0:\"\";s:23:\"blog_body_a_color_hover\";s:0:\"\";s:26:\"blog_body_strong_tag_color\";s:0:\"\";s:19:\"single_meta_section\";s:4:\"true\";s:18:\"diable_single_tags\";s:4:\"true\";s:19:\"archive_page_layout\";s:5:\"right\";s:18:\"archive_loop_style\";s:6:\"modern\";s:18:\"archive_page_title\";s:8:\"Archives\";s:24:\"archive_disable_subtitle\";s:4:\"true\";s:25:\"archive_blog_image_height\";s:3:\"350\";s:17:\"archive_blog_meta\";s:4:\"true\";s:24:\"archive_pagination_style\";s:1:\"1\";s:27:\"news_disable_featured_image\";s:4:\"true\";s:26:\"news_featured_image_height\";s:3:\"340\";s:9:\"news_slug\";s:10:\"news-posts\";s:23:\"portfolio_single_layout\";s:4:\"full\";s:29:\"Portfolio_single_image_height\";s:3:\"500\";s:21:\"single_portfolio_cats\";s:5:\"false\";s:30:\"enable_portfolio_similar_posts\";s:4:\"true\";s:19:\"portfolio_next_prev\";s:4:\"true\";s:33:\"portfolio_prev_next_same_category\";s:4:\"true\";s:24:\"enable_portfolio_comment\";s:5:\"false\";s:23:\"single_portfolio_social\";s:4:\"true\";s:14:\"portfolio_slug\";s:15:\"portfolio-posts\";s:18:\"portfolio_cat_slug\";s:18:\"portfolio_category\";s:24:\"archive_portfolio_layout\";s:5:\"right\";s:23:\"archive_portfolio_style\";s:7:\"classic\";s:30:\"archive_portfolio_image_height\";s:3:\"400\";s:24:\"archive_portfolio_column\";s:1:\"3\";s:34:\"archive_portfolio_pagination_style\";s:1:\"1\";s:14:\"customise_shop\";s:5:\"false\";s:20:\"shop_archive_columns\";s:7:\"default\";s:19:\"woocommerce_catalog\";s:5:\"false\";s:23:\"woo_category_image_size\";s:4:\"crop\";s:31:\"woocommerce_category_page_title\";s:4:\"Shop\";s:29:\"woocommerce_use_product_title\";s:5:\"false\";s:30:\"woocommerce_use_category_title\";s:5:\"false\";s:37:\"woocommerce_use_category_filter_title\";s:5:\"false\";s:13:\"shopping_cart\";s:4:\"true\";s:19:\"add_cart_responsive\";s:4:\"true\";s:19:\"woo_loop_image_size\";s:0:\"\";s:19:\"woo_loop_img_height\";s:3:\"300\";s:26:\"woocommerce_loop_show_desc\";s:5:\"false\";s:35:\"woocommerce_loop_enable_love_button\";s:4:\"true\";s:25:\"woocommerce_single_layout\";s:4:\"full\";s:32:\"woocommerce_single_product_title\";s:4:\"true\";s:20:\"woo_single_prev_next\";s:4:\"true\";s:27:\"woo_prev_next_same_category\";s:4:\"true\";s:33:\"woocommerce_single_social_network\";s:4:\"true\";s:9:\"minify-js\";s:4:\"true\";s:10:\"minify-css\";s:4:\"true\";s:17:\"remove-js-css-ver\";s:4:\"true\";s:15:\"global_lazyload\";s:4:\"true\";s:19:\"portfolio-post-type\";s:4:\"true\";s:14:\"news-post-type\";s:4:\"true\";s:13:\"faq-post-type\";s:4:\"true\";s:21:\"photo_album-post-type\";s:4:\"true\";s:17:\"pricing-post-type\";s:4:\"true\";s:17:\"clients-post-type\";s:4:\"true\";s:19:\"employees-post-type\";s:4:\"true\";s:21:\"testimonial-post-type\";s:4:\"true\";s:26:\"animated-columns-post-type\";s:4:\"true\";s:14:\"edge-post-type\";s:4:\"true\";s:20:\"tab_slider-post-type\";s:4:\"true\";s:19:\"slideshow-post-type\";s:5:\"false\";s:24:\"banner_builder-post-type\";s:5:\"false\";s:10:\"custom_css\";s:1240:\".portfolio-similar-meta .portfolio-categories {color: #fff!important;font-size: 11px!important;}\n\n/* ********** CUSTOM CSS ********** */\n\n/* ***** GENERAL ***** */\n\n#theme-page a {\n color: #FC32A2 !important;\n}\n\n/* ***** HEADER ***** */\n\n.fit-logo-img a img {\n max-height: 90%;\n}\n\n/* ***** HOME PAGE ***** */\n\n.banner-text-highlight span {\n padding: 10px 20px;\n border: 1px solid #000;\n background-color: rgba(255, 255, 255, .8);\n display: inline-block;\n}\n\n.home-blurb .mk-button--text {\n color: #fff !important;\n}\n\n/* ***** FOOTER ***** */\n\n#mk-footer {\n background-color: #444;\n}\n\nsection#custom_html-2 {\n position: relative;\n top: 4px;\n}\n\n#mk-footer .widget-sub-navigation ul li a, #mk-footer .widget_nav_menu ul li a {\n padding-left: 0;\n}\n\n#mk-footer li a {\n text-transform: uppercase;\n}\n\n#mk-footer svg {\n display: none;\n}\n\n.footer-logo {\n position: relative;\n top: 4px;\n}\n\n.footer-logo i {\n font-size: 22px;\n margin: 0 10px;\n}\n\n/* ***** PRIVACY POLICY PAGE ***** */\n\n.pp-heading {\n letter-spacing: 5px;\n text-transform: uppercase !important;\n margin: 25px 0;\n font-size: 16px !important;\n}\n\n/* ********** EVENTS PAGE ********** */\n\n.vsel-meta, #vsel .vsel-image-info, #vsel .vsel-image {\n width: 50% !important;\n}\n\";s:9:\"custom_js\";s:0:\"\";s:20:\"theme_import_options\";s:0:\"\";s:20:\"mailchimp_action_url\";s:0:\"\";s:18:\"theme_header_align\";s:4:\"left\";s:20:\"theme_toolbar_toggle\";s:5:\"false\";s:8:\"sidebars\";s:0:\"\";s:26:\"responsive_icon_text_color\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:20:\"special_fonts_list_1\";s:4:\"Lato\";s:20:\"special_fonts_type_1\";s:6:\"google\";s:20:\"google_font_subset_1\";s:0:\"\";s:18:\"special_elements_1\";a:27:{i:0;s:4:\"body\";i:1;s:2:\"h1\";i:2;s:2:\"h2\";i:3;s:2:\"h3\";i:4;s:2:\"h4\";i:5;s:2:\"h5\";i:6;s:2:\"h6\";i:7;s:1:\"p\";i:8;s:1:\"a\";i:9;s:28:\"textarea,input,select,button\";i:10;s:18:\"#mk-page-introduce\";i:11;s:10:\".the-title\";i:12;s:27:\".mk-edge-title, .edge-title\";i:13;s:25:\".mk-edge-desc, .edge-desc\";i:14;s:39:\".main-navigation-ul, .mk-vm-menuwrapper\";i:15;s:29:\"#mk-footer-navigation ul li a\";i:16;s:15:\".mk-content-box\";i:17;s:19:\".filter-portfolio a\";i:18;s:10:\".mk-button\";i:19;s:14:\".mk-blockquote\";i:20;s:15:\".mk-tabs-tabs a\";i:21;s:12:\".mk-dropcaps\";i:22;s:12:\".mk-imagebox\";i:23;s:15:\".mk-fancy-title\";i:24;s:14:\".mk-custom-box\";i:25;s:13:\".mk-subscribe\";i:26;s:69:\".mk-blog-container .mk-blog-meta .the-excerpt p, .mk-single-content p\";}s:20:\"special_fonts_list_2\";s:4:\"none\";s:20:\"special_fonts_type_2\";s:0:\"\";s:20:\"google_font_subset_2\";s:0:\"\";s:21:\"typekit_font_family_1\";s:0:\"\";s:21:\"typekit_font_family_2\";s:0:\"\";s:17:\"woo_image_quality\";s:0:\"\";s:22:\"pagespeed-optimization\";s:5:\"false\";s:18:\"timeline-post-type\";s:4:\"true\";s:26:\"header_social_sites_select\";s:0:\"\";s:17:\"header_social_url\";s:0:\"\";s:5:\"alpha\";s:3:\"100\";s:11:\"add_sidebar\";s:0:\"\";s:16:\"bg_panel_stretch\";s:5:\"false\";s:16:\"_wp_http_referer\";s:56:\"/jupiter5/amalthea/wp-admin/admin.php?page=theme_options\";s:14:\"button_clicked\";s:22:\"save_theme_options_top\";}','yes'),(387,'widget_popular_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_recent_portfolio','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(389,'widget_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(390,'widget_related_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(392,'mk_detect-post-var-count','149','yes'),(586,'wpb_js_templates','a:1:{s:9:\"home_1508\";a:2:{s:4:\"name\";s:4:\"Home\";s:8:\"template\";s:6042:\"[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923963316{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923955644{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924037438{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924252518{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]\";}}','no'),(622,'theme_mods_jupiter-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:25;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(626,'better-font-awesome_options','a:4:{s:7:\"version\";s:6:\"latest\";s:8:\"minified\";i:1;s:18:\"remove_existing_fa\";s:0:\"\";s:18:\"hide_admin_notices\";s:0:\"\";}','yes'),(653,'_site_transient_timeout_browser_31cd1690f0c3d184a7980647a0345a10','1503540302','no'),(654,'_site_transient_browser_31cd1690f0c3d184a7980647a0345a10','a:8:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(657,'_site_transient_timeout_community-events-92cd72d528f855dd5bcfb72bfce38d66','1502978713','no'),(658,'_site_transient_community-events-92cd72d528f855dd5bcfb72bfce38d66','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"70.95.7.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:24:\"WordCamp Los Angeles, CA\";s:3:\"url\";s:28:\"https://2017.la.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-29 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Los Angeles, CA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.066767400000003;s:9:\"longitude\";d:-118.16843350000001;}}}}','no'),(692,'woocommerce_default_country','US:CA','yes'),(693,'woocommerce_allowed_countries','all','yes'),(694,'woocommerce_all_except_countries','','yes'),(695,'woocommerce_specific_allowed_countries','','yes'),(696,'woocommerce_ship_to_countries','','yes'),(697,'woocommerce_specific_ship_to_countries','','yes'),(698,'woocommerce_default_customer_address','geolocation','yes'),(699,'woocommerce_calc_taxes','yes','yes'),(700,'woocommerce_demo_store','no','yes'),(701,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(702,'woocommerce_currency','USD','yes'),(703,'woocommerce_currency_pos','left','yes'),(704,'woocommerce_price_thousand_sep',',','yes'),(705,'woocommerce_price_decimal_sep','.','yes'),(706,'woocommerce_price_num_decimals','2','yes'),(707,'woocommerce_weight_unit','lbs','yes'),(708,'woocommerce_dimension_unit','in','yes'),(709,'woocommerce_enable_reviews','yes','yes'),(710,'woocommerce_review_rating_verification_label','yes','no'),(711,'woocommerce_review_rating_verification_required','no','no'),(712,'woocommerce_enable_review_rating','yes','yes'),(713,'woocommerce_review_rating_required','yes','no'),(714,'woocommerce_shop_page_id','7820','yes'),(715,'woocommerce_shop_page_display','','yes'),(716,'woocommerce_category_archive_display','','yes'),(717,'woocommerce_default_catalog_orderby','date','yes'),(718,'woocommerce_cart_redirect_after_add','no','yes'),(719,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(720,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:4:\"crop\";i:1;}','yes'),(721,'shop_single_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:4:\"crop\";i:0;}','yes'),(722,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";s:4:\"crop\";i:1;}','yes'),(723,'woocommerce_manage_stock','yes','yes'),(724,'woocommerce_hold_stock_minutes','60','no'),(725,'woocommerce_notify_low_stock','yes','no'),(726,'woocommerce_notify_no_stock','yes','no'),(727,'woocommerce_stock_email_recipient','info@cngdigitalmarketing.com','no'),(728,'woocommerce_notify_low_stock_amount','2','no'),(729,'woocommerce_notify_no_stock_amount','0','yes'),(730,'woocommerce_hide_out_of_stock_items','no','yes'),(731,'woocommerce_stock_format','','yes'),(732,'woocommerce_file_download_method','force','no'),(733,'woocommerce_downloads_require_login','no','no'),(734,'woocommerce_downloads_grant_access_after_payment','yes','no'),(735,'woocommerce_prices_include_tax','no','yes'),(736,'woocommerce_tax_based_on','shipping','yes'),(737,'woocommerce_shipping_tax_class','inherit','yes'),(738,'woocommerce_tax_round_at_subtotal','no','yes'),(739,'woocommerce_tax_classes','Reduced rate\r\nZero rate','yes'),(740,'woocommerce_tax_display_shop','excl','yes'),(741,'woocommerce_tax_display_cart','excl','no'),(742,'woocommerce_price_display_suffix','','yes'),(743,'woocommerce_tax_total_display','itemized','no'),(744,'woocommerce_enable_shipping_calc','yes','no'),(745,'woocommerce_shipping_cost_requires_address','no','no'),(746,'woocommerce_ship_to_destination','billing','no'),(747,'woocommerce_shipping_debug_mode','no','no'),(748,'woocommerce_enable_coupons','yes','yes'),(749,'woocommerce_calc_discounts_sequentially','no','no'),(750,'woocommerce_enable_guest_checkout','yes','no'),(751,'woocommerce_force_ssl_checkout','no','yes'),(752,'woocommerce_unforce_ssl_checkout','no','yes'),(753,'woocommerce_cart_page_id','7901','yes'),(754,'woocommerce_checkout_page_id','7902','yes'),(755,'woocommerce_terms_page_id','','no'),(756,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(757,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(758,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(759,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(760,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(761,'woocommerce_myaccount_page_id','7903','yes'),(762,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(763,'woocommerce_enable_myaccount_registration','no','no'),(764,'woocommerce_enable_checkout_login_reminder','yes','no'),(765,'woocommerce_registration_generate_username','yes','no'),(766,'woocommerce_registration_generate_password','no','no'),(767,'woocommerce_myaccount_orders_endpoint','orders','yes'),(768,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(769,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(770,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(771,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(772,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(773,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(774,'woocommerce_logout_endpoint','customer-logout','yes'),(775,'woocommerce_email_from_name','/','no'),(776,'woocommerce_email_from_address','info@cngdigitalmarketing.com','no'),(777,'woocommerce_email_header_image','','no'),(778,'woocommerce_email_footer_text','/ - Powered by WooCommerce','no'),(779,'woocommerce_email_base_color','#96588a','no'),(780,'woocommerce_email_background_color','#f7f7f7','no'),(781,'woocommerce_email_body_background_color','#ffffff','no'),(782,'woocommerce_email_text_color','#3c3c3c','no'),(783,'woocommerce_api_enabled','yes','yes'),(787,'woocommerce_db_version','3.1.2','yes'),(788,'woocommerce_version','3.1.2','yes'),(789,'woocommerce_admin_notices','a:0:{}','yes'),(790,'jupiter_woocommerce_image_size','true','yes'),(793,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(794,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(795,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(796,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(797,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(798,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(799,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(800,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(801,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(802,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(803,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(804,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(805,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(806,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(808,'woocommerce_meta_box_errors','a:0:{}','yes'),(809,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"3\";s:14:\"total_comments\";i:3;s:3:\"all\";i:3;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(865,'_transient_product_query-transient-version','1503016846','yes'),(867,'_transient_product-transient-version','1503016846','yes'),(868,'_transient_timeout_geoip_72.199.68.75','1503607066','no'),(869,'_transient_geoip_72.199.68.75','US','no'),(871,'woocommerce_allow_tracking','no','yes'),(928,'_transient_timeout_wc_related_7909','1503181435','no'),(929,'_transient_wc_related_7909','a:8:{i:0;s:4:\"7898\";i:1;s:4:\"7912\";i:2;s:4:\"7915\";i:3;s:4:\"7918\";i:4;s:4:\"7921\";i:5;s:4:\"7924\";i:6;s:4:\"7927\";i:7;s:4:\"7930\";}','no'),(937,'_transient_timeout_wc_related_7912','1503181433','no'),(938,'_transient_wc_related_7912','a:8:{i:0;s:4:\"7898\";i:1;s:4:\"7909\";i:2;s:4:\"7915\";i:3;s:4:\"7918\";i:4;s:4:\"7921\";i:5;s:4:\"7924\";i:6;s:4:\"7927\";i:7;s:4:\"7930\";}','no'),(941,'_transient_timeout_wc_related_7915','1503179592','no'),(942,'_transient_wc_related_7915','a:8:{i:0;s:4:\"7898\";i:1;s:4:\"7909\";i:2;s:4:\"7912\";i:3;s:4:\"7918\";i:4;s:4:\"7921\";i:5;s:4:\"7924\";i:6;s:4:\"7927\";i:7;s:4:\"7930\";}','no'),(943,'_transient_timeout_wc_related_7898','1503096706','no'),(944,'_transient_wc_related_7898','a:3:{i:0;s:4:\"7909\";i:1;s:4:\"7912\";i:2;s:4:\"7915\";}','no'),(951,'_transient_timeout_external_ip_address_38.131.155.71','1503617402','no'),(952,'_transient_external_ip_address_38.131.155.71','209.17.114.79','no'),(966,'_transient_timeout_wc_related_7933','1503101024','no'),(967,'_transient_wc_related_7933','a:0:{}','no'),(976,'product_cat_children','a:0:{}','yes'),(978,'_transient_timeout_external_ip_address_166.170.14.92','1503621957','no'),(979,'_transient_external_ip_address_166.170.14.92','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(982,'_transient_timeout_wc_term_counts','1505609374','no'),(983,'_transient_wc_term_counts','a:4:{i:42;s:1:\"9\";i:43;s:1:\"1\";i:45;s:1:\"1\";i:44;s:1:\"3\";}','no'),(984,'_transient_timeout_external_ip_address_121.169.194.185','1503624095','no'),(985,'_transient_external_ip_address_121.169.194.185','209.17.114.79','no'),(986,'_transient_timeout_external_ip_address_72.30.14.80','1503631914','no'),(987,'_transient_external_ip_address_72.30.14.80','209.17.114.79','no'),(989,'_transient_timeout_external_ip_address_188.226.129.55','1503634668','no'),(990,'_transient_external_ip_address_188.226.129.55','209.17.114.79','no'),(1018,'widget_vsel_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1072,'WPLANG','','yes'),(1075,'_transient_timeout_wc_low_stock_count','1505676552','no'),(1076,'_transient_wc_low_stock_count','0','no'),(1077,'_transient_timeout_wc_outofstock_count','1505676552','no'),(1078,'_transient_wc_outofstock_count','0','no'),(1145,'revslider-update-check-short','1504712121','yes'),(1146,'revslider-templates-check','1504712133','yes'),(1150,'revslider-library-check','1504712187','yes'),(1151,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;s:1:\"4\";i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;s:2:\"24\";i:1;s:2:\"21\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"22\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;s:2:\"19\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;s:2:\"21\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"23\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;i:21;}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;i:21;}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"22\";}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:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;i:21;}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;i:21;}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;s:2:\"22\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;s:2:\"23\";i:1;s:2:\"21\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;s:2:\"20\";i:1;s:2:\"22\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";i:3;s:2:\"24\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;s:2:\"24\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"21\";}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:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;s:1:\"4\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;s:1:\"4\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;i:4;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;i:4;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;i:4;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;i:4;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;i:4;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;i:4;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;i:5;i:1;s:1:\"3\";i:2;s:1:\"2\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;i:5;i:1;s:1:\"3\";i:2;s:1:\"2\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;s:2:\"18\";}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:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;s:2:\"23\";i:1;s:2:\"21\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;i:24;i:1;s:2:\"21\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"23\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;i:22;i:1;s:2:\"19\";i:2;s:2:\"21\";i:3;s:2:\"23\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;i:24;}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"23\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;i:20;i:1;s:2:\"22\";i:2;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"19\";i:2;s:2:\"21\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;i:20;i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;i:21;}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;s:2:\"22\";i:1;s:2:\"21\";i:2;s:2:\"23\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"21\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;s:2:\"22\";i:1;s:2:\"21\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;i:22;i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;i:22;i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;i:22;i:1;s:2:\"19\";}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:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;i:16;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;s:2:\"18\";i:1;s:1:\"1\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;i:16;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;i:18;i:1;s:2:\"16\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;s:1:\"3\";i:1;s:1:\"1\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;i:18;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;i:1;}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;i:5;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;i:5;}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:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;i:4;}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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;i:3;}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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;i:2;i:1;s:1:\"3\";}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:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";N;}','no'),(1152,'revslider_checktables','1','yes'),(1153,'rs_tables_created','1','yes'),(1154,'revslider_table_version','1.0.6','yes'),(1155,'revslider_update_version','5.2.5.5','yes'),(1156,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1197,'_site_transient_timeout_browser_999435bed2fa11c3d2b9105242e679fd','1503698451','no'),(1198,'_site_transient_browser_999435bed2fa11c3d2b9105242e679fd','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1217,'Jupiter_options_revision_1503095167','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjE1MCI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTAyOiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKI2ZhbmN5LXRpdGxlLTQgc3BhbiB7CiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7CiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwOwogICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAuOCk7CiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1221,'Jupiter_options_revision_1503095183','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTAyOiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKI2ZhbmN5LXRpdGxlLTQgc3BhbiB7CiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7CiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwOwogICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAuOCk7CiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1223,'Jupiter_options_revision_1503095248','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTcxOiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhFQURFUiAqKioqKiAqLwoKLmZpdC1sb2dvLWltZyBhIGltZyB7CgltYXgtaGVpZ2h0OiA5MCU7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKI2ZhbmN5LXRpdGxlLTQgc3BhbiB7CiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7CiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwOwogICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAuOCk7CiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1229,'Jupiter_options_revision_1503095399','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTk1OiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhFQURFUiAqKioqKiAqLwoKLmZpdC1sb2dvLWltZyBhIGltZyB7CgltYXgtaGVpZ2h0OiA5MCU7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKI2ZhbmN5LXRpdGxlLTQgc3BhbiwgLmJhbm5lci10ZXh0LWhpZ2hsaWdodCB7CiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7CiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwOwogICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAuOCk7CiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1233,'Jupiter_options_revision_1503095536','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTcxOiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhFQURFUiAqKioqKiAqLwoKLmZpdC1sb2dvLWltZyBhIGltZyB7CgltYXgtaGVpZ2h0OiA5MCU7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKI2ZhbmN5LXRpdGxlLTQgc3BhbiB7CiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7CiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwOwogICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAuOCk7CiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1237,'Jupiter_options_revision_1503095603','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTk1OiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhFQURFUiAqKioqKiAqLwoKLmZpdC1sb2dvLWltZyBhIGltZyB7CgltYXgtaGVpZ2h0OiA5MCU7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKI2ZhbmN5LXRpdGxlLTQgc3BhbiwgLmJhbm5lci10ZXh0LWhpZ2hsaWdodCB7CiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7CiAgICBib3JkZXI6IDFweCBzb2xpZCAjMDAwOwogICAgYmFja2dyb3VuZC1jb2xvcjogcmdiYSgyNTUsIDI1NSwgMjU1LCAuOCk7CiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1239,'Jupiter_options_revision_1503095656','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjU6ImZhbHNlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMTc5OiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhFQURFUiAqKioqKiAqLwoKLmZpdC1sb2dvLWltZyBhIGltZyB7CgltYXgtaGVpZ2h0OiA5MCU7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKLmJhbm5lci10ZXh0LWhpZ2hsaWdodCBzcGFuIHsKICAgIHBhZGRpbmc6IDEwcHggMjBweDsKICAgIGJvcmRlcjogMXB4IHNvbGlkICMwMDA7CiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIC44KTsKICAgIGRpc3BsYXk6IGlubGluZS1ibG9jazsKfQoKLyogKioqKiogRk9PVEVSICoqKioqICovCgojbWstZm9vdGVyIHsKCWJhY2tncm91bmQtY29sb3I6ICM0NDQ7Cn0KCnNlY3Rpb24jY3VzdG9tX2h0bWwtMiB7CiAgICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgICB0b3A6IDRweDsKfQoKI21rLWZvb3RlciAud2lkZ2V0LXN1Yi1uYXZpZ2F0aW9uIHVsIGxpIGEsICNtay1mb290ZXIgLndpZGdldF9uYXZfbWVudSB1bCBsaSBhIHsKCXBhZGRpbmctbGVmdDogMDsKfQoKI21rLWZvb3RlciBsaSBhIHsKCXRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7Cn0KCiNtay1mb290ZXIgc3ZnIHsKCWRpc3BsYXk6IG5vbmU7Cn0KCi5mb290ZXItbG9nbyB7Cglwb3NpdGlvbjogcmVsYXRpdmU7Cgl0b3A6IDRweDsKfQoKLmZvb3Rlci1sb2dvIGkgewoJZm9udC1zaXplOiAyMnB4OwoJbWFyZ2luOiAwIDEwcHg7Cn0KCi8qICoqKioqIFBSSVZBQ1kgUE9MSUNZIFBBR0UgKioqKiogKi8KCi5wcC1oZWFkaW5nIHsKCWxldHRlci1zcGFjaW5nOiA1cHg7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlICFpbXBvcnRhbnQ7CgltYXJnaW46IDI1cHggMDsKCWZvbnQtc2l6ZTogMTZweCAhaW1wb3J0YW50Owp9CgovKiAqKioqKioqKioqIEVWRU5UUyBQQUdFICoqKioqKioqKiogKi8KCi52c2VsLW1ldGEsICN2c2VsIC52c2VsLWltYWdlLWluZm8sICN2c2VsIC52c2VsLWltYWdlIHsKCXdpZHRoOiA1MCUgIWltcG9ydGFudDsKfQoiO3M6OToiY3VzdG9tX2pzIjtzOjA6IiI7czoyMDoidGhlbWVfaW1wb3J0X29wdGlvbnMiO3M6MDoiIjtzOjIwOiJtYWlsY2hpbXBfYWN0aW9uX3VybCI7czowOiIiO3M6MTg6InRoZW1lX2hlYWRlcl9hbGlnbiI7czo0OiJsZWZ0IjtzOjIwOiJ0aGVtZV90b29sYmFyX3RvZ2dsZSI7czo1OiJmYWxzZSI7czo4OiJzaWRlYmFycyI7czowOiIiO3M6MjY6InJlc3BvbnNpdmVfaWNvbl90ZXh0X2NvbG9yIjtzOjA6IiI7czoxMToiZm9udF9mYW1pbHkiO3M6MDoiIjtzOjIwOiJzcGVjaWFsX2ZvbnRzX2xpc3RfMSI7czo0OiJMYXRvIjtzOjIwOiJzcGVjaWFsX2ZvbnRzX3R5cGVfMSI7czo2OiJnb29nbGUiO3M6MjA6Imdvb2dsZV9mb250X3N1YnNldF8xIjtzOjA6IiI7czoxODoic3BlY2lhbF9lbGVtZW50c18xIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjIwOiJzcGVjaWFsX2ZvbnRzX2xpc3RfMiI7czo0OiJub25lIjtzOjIwOiJzcGVjaWFsX2ZvbnRzX3R5cGVfMiI7czowOiIiO3M6MjA6Imdvb2dsZV9mb250X3N1YnNldF8yIjtzOjA6IiI7czoyMToidHlwZWtpdF9mb250X2ZhbWlseV8xIjtzOjA6IiI7czoyMToidHlwZWtpdF9mb250X2ZhbWlseV8yIjtzOjA6IiI7czoxNzoid29vX2ltYWdlX3F1YWxpdHkiO3M6MDoiIjtzOjIyOiJwYWdlc3BlZWQtb3B0aW1pemF0aW9uIjtzOjU6ImZhbHNlIjtzOjE4OiJ0aW1lbGluZS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyNjoiaGVhZGVyX3NvY2lhbF9zaXRlc19zZWxlY3QiO3M6MDoiIjtzOjE3OiJoZWFkZXJfc29jaWFsX3VybCI7czowOiIiO3M6NToiYWxwaGEiO3M6MzoiMTAwIjtzOjExOiJhZGRfc2lkZWJhciI7czowOiIiO3M6MTY6ImJnX3BhbmVsX3N0cmV0Y2giO3M6NToiZmFsc2UiO3M6MTY6Il93cF9odHRwX3JlZmVyZXIiO3M6NTY6Ii9qdXBpdGVyNS9hbWFsdGhlYS93cC1hZG1pbi9hZG1pbi5waHA/cGFnZT10aGVtZV9vcHRpb25zIjtzOjE0OiJidXR0b25fY2xpY2tlZCI7czoyMjoic2F2ZV90aGVtZV9vcHRpb25zX3RvcCI7fQ==','yes'),(1248,'rs_cache_overlay','5.4.5.1','yes'),(1289,'_transient_timeout_external_ip_address_81.138.72.149','1503744795','no'),(1290,'_transient_external_ip_address_81.138.72.149','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1297,'_transient_timeout_external_ip_address_139.227.144.248','1503789956','no'),(1298,'_transient_external_ip_address_139.227.144.248','209.17.114.79','no'),(1304,'_transient_timeout_external_ip_address_107.77.70.62','1503791674','no'),(1305,'_transient_external_ip_address_107.77.70.62','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1306,'_transient_timeout_external_ip_address_188.165.2.183','1503838554','no'),(1307,'_transient_external_ip_address_188.165.2.183','209.17.114.79','no'),(1326,'revslider-connection','1','yes'),(1327,'revslider-latest-version','5.4.5.2','yes'),(1328,'revslider-stable-version','4.2','yes'),(1329,'revslider-notices','a:8:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:236:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:252:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(1330,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(1331,'revslider-addons','O:8:\"stdClass\":19:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":9:{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:70:\"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{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:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{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:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{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:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{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:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{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.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:3:\"5.3\";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.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:3:\"5.3\";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.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:3:\"5.3\";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.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:19:\"revslider-404-addon\";O:8:\"stdClass\":9:{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:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:3:\"5.4\";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.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:21:\"revslider-login-addon\";O:8:\"stdClass\":9:{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:24:\"revslider-featured-addon\";O:8:\"stdClass\":9:{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:22:\"revslider-slicey-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:3:\"5.4\";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.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:7:\"5.4.3.2\";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.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":9:{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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":9:{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\";}}','yes'),(1336,'_transient_timeout__woocommerce_helper_updates','1503377098','no'),(1337,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1503333898;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(1340,'_site_transient_timeout_browser_792023cda893a89c4cd363935f32b00a','1503938702','no'),(1341,'_site_transient_browser_792023cda893a89c4cd363935f32b00a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1361,'_site_transient_timeout_browser_b82f52369140c271b3d2e3ce255e7f45','1503938744','no'),(1362,'_site_transient_browser_b82f52369140c271b3d2e3ce255e7f45','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:13:\"Mobile Safari\";s:7:\"version\";s:6:\"537.36\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1366,'_transient_timeout_wc_related_7940','1503420679','no'),(1367,'_transient_wc_related_7940','a:2:{i:0;s:4:\"7936\";i:1;s:4:\"7938\";}','no'),(1375,'_site_transient_timeout_browser_3182f755614c06389a440066daa2f279','1503945828','no'),(1376,'_site_transient_browser_3182f755614c06389a440066daa2f279','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1383,'_site_transient_timeout_available_translations','1503351874','no'),(1384,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:11:36\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:40:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:28:04\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 21:32:06\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:22:33\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-16 19:35:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:24:08\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-16 19:34:38\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:51:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 17:31:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-21 16:43:22\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:58:36\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-11 21:42:01\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-07 20:55:07\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-18 00:52:02\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-19 08:19:39\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 08:42:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 23:23:50\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 18:44:50\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 19:40:47\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 08:47:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-17 08:10:48\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-27 16:44:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 07:32:10\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 20:03:38\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 14:20:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 21:35:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:26:15\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 10:38:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 13:26:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:03:23\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 22:53:12\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 11:38:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 15:50:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:27:29\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-19 01:07:53\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 16:47:28\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 15:43:25\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}','no'),(1390,'Jupiter_options_revision_1503341754','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjQ6InRydWUiO3M6MTA6Im1pbmlmeS1jc3MiO3M6NDoidHJ1ZSI7czoxNzoicmVtb3ZlLWpzLWNzcy12ZXIiO3M6NDoidHJ1ZSI7czoxNToiZ2xvYmFsX2xhenlsb2FkIjtzOjQ6InRydWUiO3M6MTk6InBvcnRmb2xpby1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNDoibmV3cy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxMzoiZmFxLXBvc3QtdHlwZSI7czo0OiJ0cnVlIjtzOjIxOiJwaG90b19hbGJ1bS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNzoicHJpY2luZy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNzoiY2xpZW50cy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxOToiZW1wbG95ZWVzLXBvc3QtdHlwZSI7czo0OiJ0cnVlIjtzOjIxOiJ0ZXN0aW1vbmlhbC1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyNjoiYW5pbWF0ZWQtY29sdW1ucy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNDoiZWRnZS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMDoidGFiX3NsaWRlci1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxOToic2xpZGVzaG93LXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoyNDoiYmFubmVyX2J1aWxkZXItcG9zdC10eXBlIjtzOjU6ImZhbHNlIjtzOjEwOiJjdXN0b21fY3NzIjtzOjExNzk6Ii5wb3J0Zm9saW8tc2ltaWxhci1tZXRhIC5wb3J0Zm9saW8tY2F0ZWdvcmllcyB7Y29sb3I6ICNmZmYhaW1wb3J0YW50O2ZvbnQtc2l6ZTogMTFweCFpbXBvcnRhbnQ7fQoKLyogKioqKioqKioqKiBDVVNUT00gQ1NTICoqKioqKioqKiogKi8KCi8qICoqKioqIEdFTkVSQUwgKioqKiogKi8KCiN0aGVtZS1wYWdlIGEgewoJY29sb3I6ICNGQzMyQTIgIWltcG9ydGFudDsKfQoKLyogKioqKiogSEVBREVSICoqKioqICovCgouZml0LWxvZ28taW1nIGEgaW1nIHsKCW1heC1oZWlnaHQ6IDkwJTsKfQoKLyogKioqKiogSE9NRSBQQUdFICoqKioqICovCgouYmFubmVyLXRleHQtaGlnaGxpZ2h0IHNwYW4gewogICAgcGFkZGluZzogMTBweCAyMHB4OwogICAgYm9yZGVyOiAxcHggc29saWQgIzAwMDsKICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgLjgpOwogICAgZGlzcGxheTogaW5saW5lLWJsb2NrOwp9CgovKiAqKioqKiBGT09URVIgKioqKiogKi8KCiNtay1mb290ZXIgewoJYmFja2dyb3VuZC1jb2xvcjogIzQ0NDsKfQoKc2VjdGlvbiNjdXN0b21faHRtbC0yIHsKICAgIHBvc2l0aW9uOiByZWxhdGl2ZTsKICAgIHRvcDogNHB4Owp9CgojbWstZm9vdGVyIC53aWRnZXQtc3ViLW5hdmlnYXRpb24gdWwgbGkgYSwgI21rLWZvb3RlciAud2lkZ2V0X25hdl9tZW51IHVsIGxpIGEgewoJcGFkZGluZy1sZWZ0OiAwOwp9CgojbWstZm9vdGVyIGxpIGEgewoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTsKfQoKI21rLWZvb3RlciBzdmcgewoJZGlzcGxheTogbm9uZTsKfQoKLmZvb3Rlci1sb2dvIHsKCXBvc2l0aW9uOiByZWxhdGl2ZTsKCXRvcDogNHB4Owp9CgouZm9vdGVyLWxvZ28gaSB7Cglmb250LXNpemU6IDIycHg7CgltYXJnaW46IDAgMTBweDsKfQoKLyogKioqKiogUFJJVkFDWSBQT0xJQ1kgUEFHRSAqKioqKiAqLwoKLnBwLWhlYWRpbmcgewoJbGV0dGVyLXNwYWNpbmc6IDVweDsKCXRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2UgIWltcG9ydGFudDsKCW1hcmdpbjogMjVweCAwOwoJZm9udC1zaXplOiAxNnB4ICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqKioqKiogRVZFTlRTIFBBR0UgKioqKioqKioqKiAqLwoKLnZzZWwtbWV0YSwgI3ZzZWwgLnZzZWwtaW1hZ2UtaW5mbywgI3ZzZWwgLnZzZWwtaW1hZ2UgewoJd2lkdGg6IDUwJSAhaW1wb3J0YW50Owp9CiI7czo5OiJjdXN0b21fanMiO3M6MDoiIjtzOjIwOiJ0aGVtZV9pbXBvcnRfb3B0aW9ucyI7czowOiIiO3M6MjA6Im1haWxjaGltcF9hY3Rpb25fdXJsIjtzOjA6IiI7czoxODoidGhlbWVfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjA6InRoZW1lX3Rvb2xiYXJfdG9nZ2xlIjtzOjU6ImZhbHNlIjtzOjg6InNpZGViYXJzIjtzOjA6IiI7czoyNjoicmVzcG9uc2l2ZV9pY29uX3RleHRfY29sb3IiO3M6MDoiIjtzOjExOiJmb250X2ZhbWlseSI7czowOiIiO3M6MjA6InNwZWNpYWxfZm9udHNfbGlzdF8xIjtzOjQ6IkxhdG8iO3M6MjA6InNwZWNpYWxfZm9udHNfdHlwZV8xIjtzOjY6Imdvb2dsZSI7czoyMDoiZ29vZ2xlX2ZvbnRfc3Vic2V0XzEiO3M6MDoiIjtzOjE4OiJzcGVjaWFsX2VsZW1lbnRzXzEiO2E6Mjc6e2k6MDtzOjQ6ImJvZHkiO2k6MTtzOjI6ImgxIjtpOjI7czoyOiJoMiI7aTozO3M6MjoiaDMiO2k6NDtzOjI6Img0IjtpOjU7czoyOiJoNSI7aTo2O3M6MjoiaDYiO2k6NztzOjE6InAiO2k6ODtzOjE6ImEiO2k6OTtzOjI4OiJ0ZXh0YXJlYSxpbnB1dCxzZWxlY3QsYnV0dG9uIjtpOjEwO3M6MTg6IiNtay1wYWdlLWludHJvZHVjZSI7aToxMTtzOjEwOiIudGhlLXRpdGxlIjtpOjEyO3M6Mjc6Ii5tay1lZGdlLXRpdGxlLCAuZWRnZS10aXRsZSI7aToxMztzOjI1OiIubWstZWRnZS1kZXNjLCAuZWRnZS1kZXNjIjtpOjE0O3M6Mzk6Ii5tYWluLW5hdmlnYXRpb24tdWwsIC5tay12bS1tZW51d3JhcHBlciI7aToxNTtzOjI5OiIjbWstZm9vdGVyLW5hdmlnYXRpb24gdWwgbGkgYSI7aToxNjtzOjE1OiIubWstY29udGVudC1ib3giO2k6MTc7czoxOToiLmZpbHRlci1wb3J0Zm9saW8gYSI7aToxODtzOjEwOiIubWstYnV0dG9uIjtpOjE5O3M6MTQ6Ii5tay1ibG9ja3F1b3RlIjtpOjIwO3M6MTU6Ii5tay10YWJzLXRhYnMgYSI7aToyMTtzOjEyOiIubWstZHJvcGNhcHMiO2k6MjI7czoxMjoiLm1rLWltYWdlYm94IjtpOjIzO3M6MTU6Ii5tay1mYW5jeS10aXRsZSI7aToyNDtzOjE0OiIubWstY3VzdG9tLWJveCI7aToyNTtzOjEzOiIubWstc3Vic2NyaWJlIjtpOjI2O3M6Njk6Ii5tay1ibG9nLWNvbnRhaW5lciAubWstYmxvZy1tZXRhIC50aGUtZXhjZXJwdCBwLCAubWstc2luZ2xlLWNvbnRlbnQgcCI7fXM6MjA6InNwZWNpYWxfZm9udHNfbGlzdF8yIjtzOjQ6Im5vbmUiO3M6MjA6InNwZWNpYWxfZm9udHNfdHlwZV8yIjtzOjA6IiI7czoyMDoiZ29vZ2xlX2ZvbnRfc3Vic2V0XzIiO3M6MDoiIjtzOjIxOiJ0eXBla2l0X2ZvbnRfZmFtaWx5XzEiO3M6MDoiIjtzOjIxOiJ0eXBla2l0X2ZvbnRfZmFtaWx5XzIiO3M6MDoiIjtzOjE3OiJ3b29faW1hZ2VfcXVhbGl0eSI7czowOiIiO3M6MjI6InBhZ2VzcGVlZC1vcHRpbWl6YXRpb24iO3M6NToiZmFsc2UiO3M6MTg6InRpbWVsaW5lLXBvc3QtdHlwZSI7czo0OiJ0cnVlIjtzOjI2OiJoZWFkZXJfc29jaWFsX3NpdGVzX3NlbGVjdCI7czowOiIiO3M6MTc6ImhlYWRlcl9zb2NpYWxfdXJsIjtzOjA6IiI7czo1OiJhbHBoYSI7czozOiIxMDAiO3M6MTE6ImFkZF9zaWRlYmFyIjtzOjA6IiI7czoxNjoiYmdfcGFuZWxfc3RyZXRjaCI7czo1OiJmYWxzZSI7czoxNjoiX3dwX2h0dHBfcmVmZXJlciI7czo1NjoiL2p1cGl0ZXI1L2FtYWx0aGVhL3dwLWFkbWluL2FkbWluLnBocD9wYWdlPXRoZW1lX29wdGlvbnMiO3M6MTQ6ImJ1dHRvbl9jbGlja2VkIjtzOjIyOiJzYXZlX3RoZW1lX29wdGlvbnNfdG9wIjt9','yes'),(1427,'Jupiter_options_revision_1503358374','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjQ6InRydWUiO3M6MTY6InJldGluYV9wcmVsb2FkZXIiO3M6NToiZmFsc2UiO3M6MTQ6InByZWxvYWRlcl9sb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoyMDoicHJlbG9hZGVyX2ljb25fY29sb3IiO3M6NzoiIzIyMjIyMiI7czoxODoicHJlbG9hZGVyX2JnX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MjM6InNlY3Rpb25fcHJlbG9hZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6InByZWxvYWRlcl9hbmltYXRpb24iO3M6MjI6ImJhbGxfY2xpcF9yb3RhdGVfcHVsc2UiO3M6MjE6ImRpc2FibGVfcXVpY2tfY29udGFjdCI7czo1OiJmYWxzZSI7czoyMzoicXVpY2tfY29udGFjdF9vbl9zaW5nbGUiO3M6NDoidHJ1ZSI7czoyMToiY2FwdGNoYV9xdWlja19jb250YWN0IjtzOjQ6InRydWUiO3M6MTk6InF1aWNrX2NvbnRhY3RfZW1haWwiO3M6MjA6InJpZmF0Y2FuZXJAZ21haWwuY29tIjtzOjE5OiJxdWlja19jb250YWN0X3RpdGxlIjtzOjEwOiJDb250YWN0IFVzIjtzOjE4OiJxdWlja19jb250YWN0X2Rlc2MiO3M6ODk6IldlJ3JlIG5vdCBhcm91bmQgcmlnaHQgbm93LiBCdXQgeW91IGNhbiBzZW5kIHVzIGFuIGVtYWlsIGFuZCB3ZSdsbCBnZXQgYmFjayB0byB5b3UsIGFzYXAuIjtzOjIwOiJ0d2l0dGVyX2NvbnN1bWVyX2tleSI7czowOiIiO3M6MjM6InR3aXR0ZXJfY29uc3VtZXJfc2VjcmV0IjtzOjA6IiI7czoyMDoidHdpdHRlcl9hY2Nlc3NfdG9rZW4iO3M6MDoiIjtzOjI3OiJ0d2l0dGVyX2FjY2Vzc190b2tlbl9zZWNyZXQiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfYXBpX2tleSI7czowOiIiO3M6MTc6Im1haWxjaGltcF9saXN0X2lkIjtzOjA6IiI7czoxNToibWFpbGNoaW1wX29wdGluIjtzOjU6ImZhbHNlIjtzOjE5OiJnb29nbGVfbWFwc19hcGlfa2V5IjtzOjA6IiI7czo5OiJhbmFseXRpY3MiO3M6MDoiIjtzOjEwOiJ0eXBla2l0X2lkIjtzOjA6IiI7czozMToiYmFja2dyb3VuZF9zZWxlY3Rvcl9vcmllbnRhdGlvbiI7czoxNzoiZnVsbF93aWR0aF9sYXlvdXQiO3M6MTA6ImdyaWRfd2lkdGgiO3M6NDoiMTQwMCI7czoxMzoiY29udGVudF93aWR0aCI7czoyOiI3MyI7czoxODoiY29udGVudF9yZXNwb25zaXZlIjtzOjM6Ijk2MCI7czoyMDoicmVzcG9uc2l2ZV9uYXZfd2lkdGgiO3M6NDoiMTE0MCI7czoxMToiYm9keV9ib3JkZXIiO3M6NToiZmFsc2UiO3M6MjE6ImJvZHlfYm9yZGVyX3RoaWNrbmVzcyI7czoyOiI1MCI7czoxNzoiYm9keV9ib3JkZXJfY29sb3IiO3M6NDoiI2ZmZiI7czoyOToiYm9keV9ib3JkZXJfb25fbW9iaWxlX2RldmljZXMiO3M6NToiZmFsc2UiO3M6MjQ6InBhZ2VfdGl0bGVfZXhwYW5kX2hlYWRlciI7czo0OiJ0cnVlIjtzOjI0OiJib3hlZF9sYXlvdXRfc2hhZG93X3NpemUiO3M6MToiMCI7czoyOToiYm94ZWRfbGF5b3V0X3NoYWRvd19pbnRlbnNpdHkiO3M6MToiMCI7czoxODoiZ2VuZXJhbF9iYWNrZ291bmRzIjtzOjA6IiI7czoyMDoiYmdfcGFuZWxfaW1hZ2Vfc3R5bGUiO3M6ODoibm8taW1hZ2UiO3M6MTU6ImJnX3BhbmVsX3VwbG9hZCI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2NvbG9yX3N0eWxlIjtzOjY6InNpbmdsZSI7czoxNDoiYmdfcGFuZWxfY29sb3IiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9jb2xvcl8yIjtzOjA6IiI7czoyMToiZ3JhbmRpZW50X2NvbG9yX3N0eWxlIjtzOjY6ImxpbmVhciI7czoyMToiZ3JhbmRpZW50X2NvbG9yX2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjE1OiJiZ19wYW5lbF9yZXBlYXQiO3M6MDoiIjtzOjE5OiJiZ19wYW5lbF9hdHRhY2htZW50IjtzOjA6IiI7czoxNzoiYmdfcGFuZWxfcG9zaXRpb24iO3M6MDoiIjtzOjEzOiJiZ19wYW5lbF9zaXplIjtzOjU6ImZhbHNlIjtzOjEwOiJib2R5X2NvbG9yIjtzOjQ6IiNmZmYiO3M6MTk6ImJvZHlfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjEyOiJib2R5X2NvbG9yXzIiO3M6MDoiIjtzOjI1OiJib2R5X2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMDoiYm9keV9pbWFnZSI7czowOiIiO3M6OToiYm9keV9zaXplIjtzOjU6ImZhbHNlIjtzOjEzOiJib2R5X3Bvc2l0aW9uIjtzOjA6IiI7czoxNToiYm9keV9hdHRhY2htZW50IjtzOjA6IiI7czoxMToiYm9keV9yZXBlYXQiO3M6MDoiIjtzOjExOiJib2R5X3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMDoicGFnZV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwYWdlX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoicGFnZV9jb2xvcl8yIjtzOjA6IiI7czoyNToicGFnZV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6InBhZ2VfaW1hZ2UiO3M6MDoiIjtzOjk6InBhZ2Vfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoicGFnZV9wb3NpdGlvbiI7czowOiIiO3M6MTU6InBhZ2VfYXR0YWNobWVudCI7czowOiIiO3M6MTE6InBhZ2VfcmVwZWF0IjtzOjA6IiI7czoxMToicGFnZV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImhlYWRlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIxOiJoZWFkZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJoZWFkZXJfY29sb3JfMiI7czowOiIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6Mjc6ImhlYWRlcl9jb2xvcl9ncmFkaWVudF9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxMjoiaGVhZGVyX2ltYWdlIjtzOjA6IiI7czoxMToiaGVhZGVyX3NpemUiO3M6NToiZmFsc2UiO3M6MTU6ImhlYWRlcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImhlYWRlcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiaGVhZGVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImhlYWRlcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImJhbm5lcl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIxOiJiYW5uZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJiYW5uZXJfY29sb3JfMiI7czo3OiIjNDY0NjQ2IjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJiYW5uZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImJhbm5lcl9pbWFnZSI7czowOiIiO3M6MTE6ImJhbm5lcl9zaXplIjtzOjQ6InRydWUiO3M6MTU6ImJhbm5lcl9wb3NpdGlvbiI7czowOiIiO3M6MTc6ImJhbm5lcl9hdHRhY2htZW50IjtzOjA6IiI7czoxMzoiYmFubmVyX3JlcGVhdCI7czowOiIiO3M6MTM6ImJhbm5lcl9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTI6ImZvb3Rlcl9jb2xvciI7czo3OiIjZjlmOWY5IjtzOjIxOiJmb290ZXJfY29sb3JfZ3JhZGllbnQiO3M6Njoic2luZ2xlIjtzOjE0OiJmb290ZXJfY29sb3JfMiI7czo3OiIjM2Q0MDQ1IjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJmb290ZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImZvb3Rlcl9pbWFnZSI7czowOiIiO3M6MTE6ImZvb3Rlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJmb290ZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJmb290ZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImZvb3Rlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJmb290ZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjExOiJib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImJvZHlfZm9udF9zaXplIjtzOjI6IjE0IjtzOjE2OiJib2R5X2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6MTU6ImJvZHlfdGV4dF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjc6ImFfY29sb3IiO3M6NzoiIzJlMmUyZSI7czoxMzoiYV9jb2xvcl9ob3ZlciI7czo3OiIjNzc3Nzc3IjtzOjEyOiJzdHJvbmdfY29sb3IiO3M6NzoiIzMzMzMzMyI7czo2OiJwX3NpemUiO3M6MjoiMTQiO3M6MTM6InBfbGluZV9oZWlnaHQiO3M6NDoiMS42NiI7czo3OiJwX2NvbG9yIjtzOjc6IiM3Nzc3NzciO3M6OToiaDFfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDFfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDFfc2l6ZSI7czoyOiIzNiI7czo4OiJoMV9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6ImgyX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgyX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgyX3NpemUiO3M6MjoiMzAiO3M6ODoiaDJfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoM193ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoM190cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoM19zaXplIjtzOjI6IjI0IjtzOjg6ImgzX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDRfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDRfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDRfc2l6ZSI7czoyOiIxOCI7czo4OiJoNF9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img1X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img1X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img1X3NpemUiO3M6MjoiMTYiO3M6ODoiaDVfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNl9zaXplIjtzOjI6IjE0IjtzOjg6Img2X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6MjE6ImhlYWRlcl9sYXlvdXRfYnVpbGRlciI7czoxNjoicHJlX2J1aWx0X2hlYWRlciI7czoxODoidGhlbWVfaGVhZGVyX3N0eWxlIjtzOjE6IjEiO3M6MTQ6InNlY29uZGFyeV9tZW51IjtzOjk6ImRhc2hib2FyZCI7czoxODoiaGVhZGVyX2J1cmdlcl9zaXplIjtzOjU6InNtYWxsIjtzOjIzOiJzZW9uZGFyeV9oZWFkZXJfZm9yX2FsbCI7czo1OiJmYWxzZSI7czoxODoidmVydGljYWxfbWVudV9hbmltIjtzOjE6IjEiO3M6MjY6InZlcnRpY2FsX2hlYWRlcl9sb2dvX2FsaWduIjtzOjY6ImNlbnRlciI7czoyODoidmVydGljYWxfaGVhZGVyX2xvZ29fcGFkZGluZyI7czoyOiIxMCI7czoyMToidmVydGljYWxfaGVhZGVyX2FsaWduIjtzOjQ6ImxlZnQiO3M6MjM6InZlcnRpY2FsX21lbnVfY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjExOiJoZWFkZXJfZ3JpZCI7czo0OiJ0cnVlIjtzOjE2OiJoaWRlX2hlYWRlcl9sb2dvIjtzOjQ6InRydWUiO3M6MTQ6ImxvZ29faW5fbWlkZGxlIjtzOjU6ImZhbHNlIjtzOjE1OiJoaWRlX2hlYWRlcl9uYXYiO3M6NDoidHJ1ZSI7czoyMjoiaGVhZGVyX3NlYXJjaF9sb2NhdGlvbiI7czoxNzoiZnVsbHNjcmVlbl9zZWFyY2giO3M6MjI6ImhlYWRlcl9zdGFydF90b3VyX3RleHQiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl9wYWdlIjtzOjA6IiI7czoxNToic3RhcnRfdG91cl9zaXplIjtzOjI6IjE0IjtzOjEzOiJsb2dnZWRpbl9tZW51IjtzOjEyOiJwcmltYXJ5LW1lbnUiO3M6MTM6ImhlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE3OiJyZXNfaGVhZGVyX2hlaWdodCI7czozOiIxMDAiO3M6MTQ6ImhlYWRlcl9vcGFjaXR5IjtzOjE6IjEiO3M6Mjc6ImhlYWRlcl9idG5fYm9yZGVyX3RoaWNrbmVzcyI7czoxOiIxIjtzOjE5OiJoZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxNjoic3RhcnRfdG91cl9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjE5OiJoZWFkZXJfYnVyZ2VyX2NvbG9yIjtzOjA6IiI7czoxNzoibWFpbl9uYXZfYmdfY29sb3IiO3M6MDoiIjtzOjE0OiJtYWluX25hdl9ob3ZlciI7czoxOiIyIjtzOjE5OiJtYWluX25hdl90b3Bfd2VpZ2h0IjtzOjM6IjYwMCI7czoxOToibWFpbl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3RvcF9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl90b3BfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxOToibWFpbl9uYXZfaXRlbV9zcGFjZSI7czoyOiIxMSI7czoyMzoibWFpbl9uYXZfdG9wX3RleHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyMzoibWFpbl9uYXZfdG9wX2hvdmVyX3NraW4iO3M6NzoiIzMzMzMzMyI7czoyODoibWFpbl9uYXZfdG9wX2hvdmVyX3R4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE5OiJtYWluX25hdl9zdWJfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMjoibWFpbl9uYXZfc3ViX3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MTc6Im1haW5fbmF2X3N1Yl9zaXplIjtzOjI6IjExIjtzOjI3OiJtYWluX25hdl9zdWJfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyMzoibWFpbl9uYXZfc3ViX3RleHRfY29sb3IiO3M6NzoiI2IzYjNiMyI7czoyOToibWFpbl9uYXZfc3ViX3RleHRfY29sb3JfaG92ZXIiO3M6NzoiI2ZmZmZmZiI7czoyNzoibWFpbl9uYXZfc3ViX2hvdmVyX2JnX2NvbG9yIjtzOjA6IiI7czoyOToibWFpbl9uYXZfc3ViX2JvcmRlcl90b3BfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToibWFpbl9uYXZfc3ViX2JnX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjM6Im1haW5fbmF2X3N1Yl9pY29uX2NvbG9yIjtzOjc6IiNlMGUwZTAiO3M6MTQ6Im5hdl9zdWJfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI2OiJzdWJfbGV2ZWxfYm94X2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTg6Im1haW5fbmF2X3N1Yl93aWR0aCI7czozOiIyMzAiO3M6MjU6Im1haW5fbmF2X21lZ2FfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMzoibWVnYV9tZW51X2RpdmlkZXJfY29sb3IiO3M6MDoiIjtzOjIyOiJoZWFkZXJfc29jaWFsX2xvY2F0aW9uIjtzOjc6InRvb2xiYXIiO3M6Mjc6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc2l0ZSI7czowOiIiO3M6MjY6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3NfdXJsIjtzOjA6IiI7czoyODoiaGVhZGVyX3NvY2lhbF9uZXR3b3Jrc19zdHlsZSI7czo2OiJjaXJjbGUiO3M6MTY6ImhlYWRlcl9pY29uX3NpemUiO3M6NToic21hbGwiO3M6MTk6ImhlYWRlcl9zb2NpYWxfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3NvY2lhbF9ob3Zlcl9jb2xvciI7czo3OiIjY2NjY2NjIjtzOjI3OiJoZWFkZXJfc29jaWFsX2JnX21haW5fY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyMjoiaGVhZGVyX3NvY2lhbF9iZ19jb2xvciI7czo3OiIjMjMyMzIzIjtzOjI2OiJoZWFkZXJfc29jaWFsX2JvcmRlcl9jb2xvciI7czo3OiIjOTk5OTk5IjtzOjE2OiJoZWFkZXJfbW9iaWxlX2JnIjtzOjA6IiI7czoyMDoicmVzcG9uc2l2ZV9uYXZfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyOToiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3NlYXJjaF9pbnB1dF9jb2xvciI7czowOiIiO3M6MjQ6InJlc3BvbnNpdmVfbmF2X3R4dF9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjE5OiJoZWFkZXJfc3RpY2t5X3N0eWxlIjtzOjU6ImZpeGVkIjtzOjIwOiJzdGlja3lfaGVhZGVyX29mZnNldCI7czo2OiJoZWFkZXIiO3M6MjA6ImhlYWRlcl9zY3JvbGxfaGVpZ2h0IjtzOjI6IjY1IjtzOjIxOiJoZWFkZXJfc3RpY2t5X29wYWNpdHkiO3M6MToiMSI7czoyNjoic3RpY2t5X2hlYWRlcl9ib3JkZXJfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxMzoiZGFzaF9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJkYXNoX3RvcF9tZW51X3RleHRfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMzoiZGFzaF90b3BfbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjIzOiJkYXNoX3RvcF9tZW51X3RleHRfc2l6ZSI7czoyOiIxMyI7czoxOToiZGFzaF9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI1OiJkYXNoX25hdl9saW5rX2hvdmVyX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6ImRhc2hfbmF2X2JnX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoyNToiZGFzaF9zdWJfbWVudV90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MjM6ImRhc2hfc3ViX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF9zdWJfbWVudV90ZXh0X3NpemUiO3M6MjoiMTIiO3M6MTc6ImRhc2hfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMDoiZGFzaF90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE1OiJkYXNoX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTY6ImRhc2hfdGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiZGFzaF90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTQ6ImRhc2hfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE1OiJkYXNoX3RleHRfY29sb3IiO3M6NzoiI2VlZWVlZSI7czoxNjoiZGFzaF9saW5rc19jb2xvciI7czo3OiIjZmFmYWZhIjtzOjIyOiJkYXNoX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxOToiZnVsbHNjcmVlbl9uYXZfbG9nbyI7czo0OiJkYXJrIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nbyI7czo0OiJkYXJrIjtzOjMzOiJmdWxsc2NyZWVuX25hdl9tb2JpbGVfbG9nb19jdXN0b20iO3M6MDoiIjtzOjIzOiJmdWxsc2NyZWVuX25hdl9iZ19jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjI1OiJmdWxsc2NyZWVuX2Nsb3NlX2J0bl9za2luIjtzOjU6ImxpZ2h0IjtzOjMxOiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV90ZXh0X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZm9udF9zaXplIjtzOjI6IjE2IjtzOjM0OiJmdWxsc2NyZWVuX25hdl9tZW51X2xldHRlcl9zcGFjaW5nIjtzOjE6IjAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X21lbnVfZ3V0dGVyIjtzOjI6IjI1IjtzOjI1OiJmdWxsc2NyZWVuX25hdl9saW5rX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MzI6ImZ1bGxzY3JlZW5fbmF2X2xpbmtfaG92X2JnX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImVuYWJsZV9oZWFkZXJfZGF0ZSI7czo1OiJmYWxzZSI7czoyMjoiaGVhZGVyX3Rvb2xiYXJfdGFnbGluZSI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX2xvZ2luIjtzOjU6ImZhbHNlIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl9zdWJzY3JpYmUiO3M6NToiZmFsc2UiO3M6MjA6ImhlYWRlcl90b29sYmFyX2VtYWlsIjtzOjA6IiI7czoyMDoiaGVhZGVyX3Rvb2xiYXJfcGhvbmUiO3M6MDoiIjtzOjE3OiJoZWFkZXJfdG9vbGJhcl9iZyI7czo3OiIjZmZmZmZmIjtzOjI0OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfYmciO3M6MDoiIjtzOjI3OiJoZWFkZXJfdG9vbGJhcl9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjMwOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfYmciO3M6MDoiIjtzOjI0OiJoZWFkZXJfdG9vbGJhcl90eHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToiaGVhZGVyX3Rvb2xiYXJfbGlua19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjMxOiJoZWFkZXJfdG9vbGJhcl9zZWFyY2hfaW5wdXRfdHh0IjtzOjc6IiNjN2M3YzciO3M6Mjc6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9jb2xvciI7czowOiIiO3M6MzI6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9saW5rX2NvbG9yIjtzOjA6IiI7czozNToiaGVhZGVyX3Rvb2xiYXJfc29jaWFsX25ldHdvcmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX3NvY2lhbF9jb2xvciI7czowOiIiO3M6MTc6InBhZ2VfdGl0bGVfZ2xvYmFsIjtzOjU6ImZhbHNlIjtzOjE5OiJiYW5uZXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoyMToicGFnZV9pbnRyb2R1Y2Vfd2VpZ2h0IjtzOjM6IjQwMCI7czoyMDoicGFnZV90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9zaXplIjtzOjI6IjIwIjtzOjM1OiJwYWdlX2ludHJvZHVjZV90aXRsZV9sZXR0ZXJfc3BhY2luZyI7czoxOiIyIjtzOjE2OiJwYWdlX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTc6InBhZ2VfdGl0bGVfc2hhZG93IjtzOjU6ImZhbHNlIjtzOjI4OiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV9zaXplIjtzOjI6IjE0IjtzOjMzOiJwYWdlX2ludHJvZHVjZV9zdWJ0aXRsZV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czoxOToicGFnZV9zdWJ0aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJkaXNhYmxlX2JyZWFkY3J1bWIiO3M6NToiZmFsc2UiO3M6MTU6ImJyZWFkY3J1bWJfc2tpbiI7czo1OiJsaWdodCI7czo1OiJmb250cyI7YTozOntpOjA7YTo2OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjA6IiI7czo4OiJlbGVtZW50cyI7YToxOntpOjA7czo0OiJib2R5Ijt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MTA6ImZvbnQtYWxlcnQiO3M6NzoiZGVmYXVsdCI7czo0OiJ0cnVlIjt9aToxO2E6NTp7czo0OiJ0eXBlIjtzOjY6Imdvb2dsZSI7czoxMDoiZm9udEZhbWlseSI7czo0OiJMYXRvIjtzOjg6ImVsZW1lbnRzIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6MzoiYWxsIjtzOjEwOiJmb250RmFtaWx5IjtzOjQ6Im5vbmUiO3M6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjIwOiJmb250LXNlbGVjdC1lbGVtZW50cyI7fX1zOjE0OiJkaXNhYmxlX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjIxOiJmb290ZXJfZGlzYWJsZV9tb2JpbGUiO3M6NDoidHJ1ZSI7czoxMjoiYm94ZWRfZm9vdGVyIjtzOjQ6InRydWUiO3M6MTE6ImZvb3Rlcl90eXBlIjtzOjE6IjEiO3M6MTQ6ImZvb3Rlcl9jb2x1bW5zIjtzOjE6IjUiO3M6MjA6ImZvb3Rlcl90b3BfdGhpY2tuZXNzIjtzOjE6IjAiO3M6MjM6ImZvb3Rlcl90b3BfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czoxMzoiZm9vdGVyX2d1dHRlciI7czoxOiIyIjtzOjIyOiJmb290ZXJfd3JhcHBlcl9wYWRkaW5nIjtzOjI6IjYwIjtzOjI3OiJmb290ZXJfd2lkZ2V0X21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxOToiZm9vdGVyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjI6ImZvb3Rlcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJmb290ZXJfdGl0bGVfc2l6ZSI7czoyOiIxNCI7czoxODoiZm9vdGVyX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTY6ImZvb3Rlcl90ZXh0X3NpemUiO3M6MjoiMTQiO3M6MTc6ImZvb3Rlcl90ZXh0X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTg6ImZvb3Rlcl9saW5rc19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI0OiJmb290ZXJfbGlua3NfaG92ZXJfY29sb3IiO3M6NzoiIzI1YmVlZCI7czoxODoiZGlzYWJsZV9zdWJfZm9vdGVyIjtzOjU6ImZhbHNlIjtzOjE3OiJlbmFibGVfZm9vdGVyX25hdiI7czo1OiJmYWxzZSI7czo5OiJjb3B5cmlnaHQiO3M6Mzc6IkNvcHlyaWdodCBBbGwgUmlnaHRzIFJlc2VydmVkIMKpIDIwMTUiO3M6MTk6InN1Yl9mb290ZXJfYmdfY29sb3IiO3M6NzoiIzQzNDc0ZCI7czoxNDoiY29weXJpZ2h0X3NpemUiO3M6MjoiMTEiO3M6MjQ6ImNvcHlyaWdodF9sZXR0ZXJfc3BhY2luZyI7czoxOiIxIjtzOjI1OiJzdWJfZm9vdGVyX25hdl9jb3B5X2NvbG9yIjtzOjc6IiM4YzhlOTEiO3M6MTU6ImN1c3RvbV9zaWRlYmFycyI7czowOiIiO3M6MjA6InNpZGViYXJfdGl0bGVfd2VpZ2h0IjtzOjY6ImJvbGRlciI7czoyMzoic2lkZWJhcl90aXRsZV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE4OiJzaWRlYmFyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTk6InNpZGViYXJfdGl0bGVfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToic2lkZWJhcl90ZXh0X3dlaWdodCI7czozOiI0MDAiO3M6MTc6InNpZGViYXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE4OiJzaWRlYmFyX3RleHRfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxOToic2lkZWJhcl9saW5rc19jb2xvciI7czo3OiIjOTk5OTk5IjtzOjI1OiJzaWRlYmFyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjA6IiI7czoxODoic2VhcmNoX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE3OiJzZWFyY2hfcGFnZV90aXRsZSI7czo2OiJTZWFyY2giO3M6MjM6InNlYXJjaF9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MTM6InNpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czoxNzoic2luZ2xlX2Jsb2dfc3R5bGUiO3M6NzoiY29tcGFjdCI7czoyODoic2luZ2xlX2JvbGRfaGVyb19mdWxsX2hlaWdodCI7czo0OiJ0cnVlIjtzOjI5OiJzaW5nbGVfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjIzOiJib2xkX3NpbmdsZV9oZXJvX2hlaWdodCI7czozOiI4MDAiO3M6Mjg6InNpbmdsZV9mZWF0dXJlZF9pbWFnZV9oZWlnaHQiO3M6MzoiNzUwIjtzOjIwOiJibG9nX3NpbmdsZV9pbWdfY3JvcCI7czo0OiJ0cnVlIjtzOjE3OiJibG9nX3NpbmdsZV90aXRsZSI7czo0OiJ0cnVlIjtzOjE0OiJibG9nX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI4OiJibG9nX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6Mjc6ImVuYWJsZV9zaW5nbGVfcmVsYXRlZF9wb3N0cyI7czo0OiJ0cnVlIjtzOjIwOiJibG9nX3NpbmdsZV9jb21tZW50cyI7czo0OiJ0cnVlIjtzOjE4OiJlbmFibGVfYmxvZ19hdXRob3IiO3M6NDoidHJ1ZSI7czoxODoic2luZ2xlX2Jsb2dfc29jaWFsIjtzOjQ6InRydWUiO3M6MTk6ImJsb2dfaGVhZGluZ193ZWlnaHQiO3M6MzoiNjAwIjtzOjIyOiJibG9nX2hlYWRpbmdfdHJhbnNmb3JtIjtzOjA6IiI7czoxNzoiYmxvZ19oZWFkaW5nX3NpemUiO3M6MToiMCI7czoxODoiYmxvZ19oZWFkaW5nX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gxX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gyX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2gzX2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g0X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g1X2NvbG9yIjtzOjA6IiI7czoxODoiYmxvZ19ib2R5X2g2X2NvbG9yIjtzOjA6IiI7czoxNjoiYmxvZ19ib2R5X3dlaWdodCI7czozOiI0MDAiO3M6MTk6ImJsb2dfYm9keV9mb250X3NpemUiO3M6MToiMCI7czoyMToiYmxvZ19ib2R5X2xpbmVfaGVpZ2h0IjtzOjE6IjAiO3M6MTU6ImJsb2dfYm9keV9jb2xvciI7czowOiIiO3M6MTc6ImJsb2dfYm9keV9hX2NvbG9yIjtzOjA6IiI7czoyMzoiYmxvZ19ib2R5X2FfY29sb3JfaG92ZXIiO3M6MDoiIjtzOjI2OiJibG9nX2JvZHlfc3Ryb25nX3RhZ19jb2xvciI7czowOiIiO3M6MTk6InNpbmdsZV9tZXRhX3NlY3Rpb24iO3M6NDoidHJ1ZSI7czoxODoiZGlhYmxlX3NpbmdsZV90YWdzIjtzOjQ6InRydWUiO3M6MTk6ImFyY2hpdmVfcGFnZV9sYXlvdXQiO3M6NToicmlnaHQiO3M6MTg6ImFyY2hpdmVfbG9vcF9zdHlsZSI7czo2OiJtb2Rlcm4iO3M6MTg6ImFyY2hpdmVfcGFnZV90aXRsZSI7czo4OiJBcmNoaXZlcyI7czoyNDoiYXJjaGl2ZV9kaXNhYmxlX3N1YnRpdGxlIjtzOjQ6InRydWUiO3M6MjU6ImFyY2hpdmVfYmxvZ19pbWFnZV9oZWlnaHQiO3M6MzoiMzUwIjtzOjE3OiJhcmNoaXZlX2Jsb2dfbWV0YSI7czo0OiJ0cnVlIjtzOjI0OiJhcmNoaXZlX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoyNzoibmV3c19kaXNhYmxlX2ZlYXR1cmVkX2ltYWdlIjtzOjQ6InRydWUiO3M6MjY6Im5ld3NfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM0MCI7czo5OiJuZXdzX3NsdWciO3M6MTA6Im5ld3MtcG9zdHMiO3M6MjM6InBvcnRmb2xpb19zaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6Mjk6IlBvcnRmb2xpb19zaW5nbGVfaW1hZ2VfaGVpZ2h0IjtzOjM6IjUwMCI7czoyMToic2luZ2xlX3BvcnRmb2xpb19jYXRzIjtzOjU6ImZhbHNlIjtzOjMwOiJlbmFibGVfcG9ydGZvbGlvX3NpbWlsYXJfcG9zdHMiO3M6NDoidHJ1ZSI7czoxOToicG9ydGZvbGlvX25leHRfcHJldiI7czo0OiJ0cnVlIjtzOjMzOiJwb3J0Zm9saW9fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czoyNDoiZW5hYmxlX3BvcnRmb2xpb19jb21tZW50IjtzOjU6ImZhbHNlIjtzOjIzOiJzaW5nbGVfcG9ydGZvbGlvX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE0OiJwb3J0Zm9saW9fc2x1ZyI7czoxNToicG9ydGZvbGlvLXBvc3RzIjtzOjE4OiJwb3J0Zm9saW9fY2F0X3NsdWciO3M6MTg6InBvcnRmb2xpb19jYXRlZ29yeSI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjIzOiJhcmNoaXZlX3BvcnRmb2xpb19zdHlsZSI7czo3OiJjbGFzc2ljIjtzOjMwOiJhcmNoaXZlX3BvcnRmb2xpb19pbWFnZV9oZWlnaHQiO3M6MzoiNDAwIjtzOjI0OiJhcmNoaXZlX3BvcnRmb2xpb19jb2x1bW4iO3M6MToiMyI7czozNDoiYXJjaGl2ZV9wb3J0Zm9saW9fcGFnaW5hdGlvbl9zdHlsZSI7czoxOiIxIjtzOjE0OiJjdXN0b21pc2Vfc2hvcCI7czo1OiJmYWxzZSI7czoyMDoic2hvcF9hcmNoaXZlX2NvbHVtbnMiO3M6NzoiZGVmYXVsdCI7czoxOToid29vY29tbWVyY2VfY2F0YWxvZyI7czo1OiJmYWxzZSI7czoyMzoid29vX2NhdGVnb3J5X2ltYWdlX3NpemUiO3M6NDoiY3JvcCI7czozMToid29vY29tbWVyY2VfY2F0ZWdvcnlfcGFnZV90aXRsZSI7czo0OiJTaG9wIjtzOjI5OiJ3b29jb21tZXJjZV91c2VfcHJvZHVjdF90aXRsZSI7czo1OiJmYWxzZSI7czozMDoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X3RpdGxlIjtzOjU6ImZhbHNlIjtzOjM3OiJ3b29jb21tZXJjZV91c2VfY2F0ZWdvcnlfZmlsdGVyX3RpdGxlIjtzOjU6ImZhbHNlIjtzOjEzOiJzaG9wcGluZ19jYXJ0IjtzOjQ6InRydWUiO3M6MTk6ImFkZF9jYXJ0X3Jlc3BvbnNpdmUiO3M6NDoidHJ1ZSI7czoxOToid29vX2xvb3BfaW1hZ2Vfc2l6ZSI7czowOiIiO3M6MTk6Indvb19sb29wX2ltZ19oZWlnaHQiO3M6MzoiMzAwIjtzOjI2OiJ3b29jb21tZXJjZV9sb29wX3Nob3dfZGVzYyI7czo1OiJmYWxzZSI7czozNToid29vY29tbWVyY2VfbG9vcF9lbmFibGVfbG92ZV9idXR0b24iO3M6NDoidHJ1ZSI7czoyNToid29vY29tbWVyY2Vfc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjMyOiJ3b29jb21tZXJjZV9zaW5nbGVfcHJvZHVjdF90aXRsZSI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fc2luZ2xlX3ByZXZfbmV4dCI7czo0OiJ0cnVlIjtzOjI3OiJ3b29fcHJldl9uZXh0X3NhbWVfY2F0ZWdvcnkiO3M6NDoidHJ1ZSI7czozMzoid29vY29tbWVyY2Vfc2luZ2xlX3NvY2lhbF9uZXR3b3JrIjtzOjQ6InRydWUiO3M6OToibWluaWZ5LWpzIjtzOjQ6InRydWUiO3M6MTA6Im1pbmlmeS1jc3MiO3M6NDoidHJ1ZSI7czoxNzoicmVtb3ZlLWpzLWNzcy12ZXIiO3M6NDoidHJ1ZSI7czoxNToiZ2xvYmFsX2xhenlsb2FkIjtzOjQ6InRydWUiO3M6MTk6InBvcnRmb2xpby1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNDoibmV3cy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxMzoiZmFxLXBvc3QtdHlwZSI7czo0OiJ0cnVlIjtzOjIxOiJwaG90b19hbGJ1bS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNzoicHJpY2luZy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNzoiY2xpZW50cy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxOToiZW1wbG95ZWVzLXBvc3QtdHlwZSI7czo0OiJ0cnVlIjtzOjIxOiJ0ZXN0aW1vbmlhbC1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyNjoiYW5pbWF0ZWQtY29sdW1ucy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxNDoiZWRnZS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMDoidGFiX3NsaWRlci1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoxOToic2xpZGVzaG93LXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoyNDoiYmFubmVyX2J1aWxkZXItcG9zdC10eXBlIjtzOjU6ImZhbHNlIjtzOjEwOiJjdXN0b21fY3NzIjtzOjEyNDA6Ii5wb3J0Zm9saW8tc2ltaWxhci1tZXRhIC5wb3J0Zm9saW8tY2F0ZWdvcmllcyB7Y29sb3I6ICNmZmYhaW1wb3J0YW50O2ZvbnQtc2l6ZTogMTFweCFpbXBvcnRhbnQ7fQoKLyogKioqKioqKioqKiBDVVNUT00gQ1NTICoqKioqKioqKiogKi8KCi8qICoqKioqIEdFTkVSQUwgKioqKiogKi8KCiN0aGVtZS1wYWdlIGEgewoJY29sb3I6ICNGQzMyQTIgIWltcG9ydGFudDsKfQoKLyogKioqKiogSEVBREVSICoqKioqICovCgouZml0LWxvZ28taW1nIGEgaW1nIHsKCW1heC1oZWlnaHQ6IDkwJTsKfQoKLyogKioqKiogSE9NRSBQQUdFICoqKioqICovCgouYmFubmVyLXRleHQtaGlnaGxpZ2h0IHNwYW4gewogICAgcGFkZGluZzogMTBweCAyMHB4OwogICAgYm9yZGVyOiAxcHggc29saWQgIzAwMDsKICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgLjgpOwogICAgZGlzcGxheTogaW5saW5lLWJsb2NrOwp9CgouaG9tZS1ibHVyYiAubWstYnV0dG9uLS10ZXh0IHsKCSAgY29sb3I6ICNmZmYgIWltcG9ydGFudDsKfQoKLyogKioqKiogRk9PVEVSICoqKioqICovCgojbWstZm9vdGVyIHsKCWJhY2tncm91bmQtY29sb3I6ICM0NDQ7Cn0KCnNlY3Rpb24jY3VzdG9tX2h0bWwtMiB7CiAgICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgICB0b3A6IDRweDsKfQoKI21rLWZvb3RlciAud2lkZ2V0LXN1Yi1uYXZpZ2F0aW9uIHVsIGxpIGEsICNtay1mb290ZXIgLndpZGdldF9uYXZfbWVudSB1bCBsaSBhIHsKCXBhZGRpbmctbGVmdDogMDsKfQoKI21rLWZvb3RlciBsaSBhIHsKCXRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7Cn0KCiNtay1mb290ZXIgc3ZnIHsKCWRpc3BsYXk6IG5vbmU7Cn0KCi5mb290ZXItbG9nbyB7Cglwb3NpdGlvbjogcmVsYXRpdmU7Cgl0b3A6IDRweDsKfQoKLmZvb3Rlci1sb2dvIGkgewoJZm9udC1zaXplOiAyMnB4OwoJbWFyZ2luOiAwIDEwcHg7Cn0KCi8qICoqKioqIFBSSVZBQ1kgUE9MSUNZIFBBR0UgKioqKiogKi8KCi5wcC1oZWFkaW5nIHsKCWxldHRlci1zcGFjaW5nOiA1cHg7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlICFpbXBvcnRhbnQ7CgltYXJnaW46IDI1cHggMDsKCWZvbnQtc2l6ZTogMTZweCAhaW1wb3J0YW50Owp9CgovKiAqKioqKioqKioqIEVWRU5UUyBQQUdFICoqKioqKioqKiogKi8KCi52c2VsLW1ldGEsICN2c2VsIC52c2VsLWltYWdlLWluZm8sICN2c2VsIC52c2VsLWltYWdlIHsKCXdpZHRoOiA1MCUgIWltcG9ydGFudDsKfQoiO3M6OToiY3VzdG9tX2pzIjtzOjA6IiI7czoyMDoidGhlbWVfaW1wb3J0X29wdGlvbnMiO3M6MDoiIjtzOjIwOiJtYWlsY2hpbXBfYWN0aW9uX3VybCI7czowOiIiO3M6MTg6InRoZW1lX2hlYWRlcl9hbGlnbiI7czo0OiJsZWZ0IjtzOjIwOiJ0aGVtZV90b29sYmFyX3RvZ2dsZSI7czo1OiJmYWxzZSI7czo4OiJzaWRlYmFycyI7czowOiIiO3M6MjY6InJlc3BvbnNpdmVfaWNvbl90ZXh0X2NvbG9yIjtzOjA6IiI7czoxMToiZm9udF9mYW1pbHkiO3M6MDoiIjtzOjIwOiJzcGVjaWFsX2ZvbnRzX2xpc3RfMSI7czo0OiJMYXRvIjtzOjIwOiJzcGVjaWFsX2ZvbnRzX3R5cGVfMSI7czo2OiJnb29nbGUiO3M6MjA6Imdvb2dsZV9mb250X3N1YnNldF8xIjtzOjA6IiI7czoxODoic3BlY2lhbF9lbGVtZW50c18xIjthOjI3OntpOjA7czo0OiJib2R5IjtpOjE7czoyOiJoMSI7aToyO3M6MjoiaDIiO2k6MztzOjI6ImgzIjtpOjQ7czoyOiJoNCI7aTo1O3M6MjoiaDUiO2k6NjtzOjI6Img2IjtpOjc7czoxOiJwIjtpOjg7czoxOiJhIjtpOjk7czoyODoidGV4dGFyZWEsaW5wdXQsc2VsZWN0LGJ1dHRvbiI7aToxMDtzOjE4OiIjbWstcGFnZS1pbnRyb2R1Y2UiO2k6MTE7czoxMDoiLnRoZS10aXRsZSI7aToxMjtzOjI3OiIubWstZWRnZS10aXRsZSwgLmVkZ2UtdGl0bGUiO2k6MTM7czoyNToiLm1rLWVkZ2UtZGVzYywgLmVkZ2UtZGVzYyI7aToxNDtzOjM5OiIubWFpbi1uYXZpZ2F0aW9uLXVsLCAubWstdm0tbWVudXdyYXBwZXIiO2k6MTU7czoyOToiI21rLWZvb3Rlci1uYXZpZ2F0aW9uIHVsIGxpIGEiO2k6MTY7czoxNToiLm1rLWNvbnRlbnQtYm94IjtpOjE3O3M6MTk6Ii5maWx0ZXItcG9ydGZvbGlvIGEiO2k6MTg7czoxMDoiLm1rLWJ1dHRvbiI7aToxOTtzOjE0OiIubWstYmxvY2txdW90ZSI7aToyMDtzOjE1OiIubWstdGFicy10YWJzIGEiO2k6MjE7czoxMjoiLm1rLWRyb3BjYXBzIjtpOjIyO3M6MTI6Ii5tay1pbWFnZWJveCI7aToyMztzOjE1OiIubWstZmFuY3ktdGl0bGUiO2k6MjQ7czoxNDoiLm1rLWN1c3RvbS1ib3giO2k6MjU7czoxMzoiLm1rLXN1YnNjcmliZSI7aToyNjtzOjY5OiIubWstYmxvZy1jb250YWluZXIgLm1rLWJsb2ctbWV0YSAudGhlLWV4Y2VycHQgcCwgLm1rLXNpbmdsZS1jb250ZW50IHAiO31zOjIwOiJzcGVjaWFsX2ZvbnRzX2xpc3RfMiI7czo0OiJub25lIjtzOjIwOiJzcGVjaWFsX2ZvbnRzX3R5cGVfMiI7czowOiIiO3M6MjA6Imdvb2dsZV9mb250X3N1YnNldF8yIjtzOjA6IiI7czoyMToidHlwZWtpdF9mb250X2ZhbWlseV8xIjtzOjA6IiI7czoyMToidHlwZWtpdF9mb250X2ZhbWlseV8yIjtzOjA6IiI7czoxNzoid29vX2ltYWdlX3F1YWxpdHkiO3M6MDoiIjtzOjIyOiJwYWdlc3BlZWQtb3B0aW1pemF0aW9uIjtzOjU6ImZhbHNlIjtzOjE4OiJ0aW1lbGluZS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyNjoiaGVhZGVyX3NvY2lhbF9zaXRlc19zZWxlY3QiO3M6MDoiIjtzOjE3OiJoZWFkZXJfc29jaWFsX3VybCI7czowOiIiO3M6NToiYWxwaGEiO3M6MzoiMTAwIjtzOjExOiJhZGRfc2lkZWJhciI7czowOiIiO3M6MTY6ImJnX3BhbmVsX3N0cmV0Y2giO3M6NToiZmFsc2UiO3M6MTY6Il93cF9odHRwX3JlZmVyZXIiO3M6NTY6Ii9qdXBpdGVyNS9hbWFsdGhlYS93cC1hZG1pbi9hZG1pbi5waHA/cGFnZT10aGVtZV9vcHRpb25zIjtzOjE0OiJidXR0b25fY2xpY2tlZCI7czoyMjoic2F2ZV90aGVtZV9vcHRpb25zX3RvcCI7fQ==','yes'),(1430,'_transient_timeout_external_ip_address_219.93.48.21','1503963885','no'),(1431,'_transient_external_ip_address_219.93.48.21','209.17.114.79','no'),(1432,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1503370229','no'),(1433,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4364;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2496;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2365;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2263;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1829;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1596;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1586;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1437;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1356;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1350;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1333;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1272;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1271;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1126;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1053;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1047;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:944;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:814;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:808;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:807;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:772;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:768;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:669;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:668;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:663;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:654;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:644;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:640;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:637;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:619;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:606;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:594;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:593;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:579;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:573;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:573;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:559;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:549;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:541;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:534;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:521;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:513;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:502;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:499;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:494;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:483;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:474;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:471;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:470;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:469;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:444;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:440;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:438;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:437;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:437;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:431;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:418;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:408;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:404;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:402;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:381;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:379;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:369;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:345;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:334;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:333;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:331;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:331;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:327;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:324;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:322;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:319;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:301;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:298;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:296;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:291;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:290;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:285;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:280;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:276;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:275;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:270;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:269;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:269;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:268;}}','no'),(1434,'_transient_timeout__woocommerce_helper_subscriptions','1503360361','no'),(1435,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(1440,'ai1wm_secret_key','jUoWuAzBdunV','yes'),(1441,'ai1wm_auth_user','','yes'),(1442,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"info\";s:7:\"message\";s:38:\"Exporting database...<br />0% complete\";s:5:\"title\";N;}','yes'),(1448,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:12:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:49:\"https://servmask.com/products/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.10\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:185:\"<ul class=\"description\"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40188;}}','yes'),(1449,'ai1wmue_plugin_key','086b500e-3de9-48a4-afa4-adc58bee9725','yes'),(1451,'_transient_timeout_feed_1b98d4f1885b5b2efd1d8a466bf55d39','1503405818','no'),(1452,'_transient_feed_1b98d4f1885b5b2efd1d8a466bf55d39','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"SeedProd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://www.seedprod.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress Coming Soon Page and Maintenance Mode Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2017 20:04:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://www.seedprod.com/wp-content/uploads/2017/08/cropped-favicon-seedprod-logo2-compressor-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"SeedProd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://www.seedprod.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Viral Giveaway Pro Plugin Announcement and Preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.seedprod.com/viral-giveaway-pro-plugin-announcement-and-preview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://www.seedprod.com/viral-giveaway-pro-plugin-announcement-and-preview/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jul 2017 19:32:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:609:\"<p>Here’s a video preview of our newest plugin, Viral Giveaway Pro, which lets you easily create viral giveaways and sweepstakes. If you already have our All Plugins Membership Bundle you have access to the beta today and this plugin will be included in the membership. Don’t have a membership? No problem, the final version of […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/viral-giveaway-pro-plugin-announcement-and-preview/\">Viral Giveaway Pro Plugin Announcement and Preview</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1330:\"<p>Here’s a video preview of our newest plugin, Viral Giveaway Pro, which lets you easily create viral giveaways and sweepstakes. If you already have our <a href=\"https://www.seedprod.com/pricing/\">All Plugins Membership Bundle</a> you have access to the beta today and this plugin will be included in the membership. <a href=\"https://www.seedprod.com/pricing/\">Don’t have a membership</a>? No problem, the final version of the plugin will be available next week to purchase!</p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/lr-135JA-LY?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<p>See a live demo <a href=\"https://www.seedprod.com/giveaway/win-viral-giveaway-pro\">here.</a></p>\n<p><strong>This plugin is now available and can be purchased <a href=\"https://www.seedprod.com/wordpress-viral-giveaway-pro/\">here</a>!</strong></p>\n<p> </p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/viral-giveaway-pro-plugin-announcement-and-preview/\">Viral Giveaway Pro Plugin Announcement and Preview</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://www.seedprod.com/viral-giveaway-pro-plugin-announcement-and-preview/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Introducing Referral Prize Levels for SeedProd’s Coming Soon and Maintenance Mode Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://www.seedprod.com/introducing-referral-prize-levels-for-seedprods-coming-soon-and-maintenance-mode-pro/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://www.seedprod.com/introducing-referral-prize-levels-for-seedprods-coming-soon-and-maintenance-mode-pro/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 May 2017 19:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2619\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:672:\"<p>I’m happy to announce version 5.6.0 of the SeedProd Coming Soon Page and Maintenance Mode plugin. In this release I’m excited to tell you about a new feature that has been added called “Prize Levels“. While the plugin has had referral tracking built-in for a while, it was up to you to decide what to […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/introducing-referral-prize-levels-for-seedprods-coming-soon-and-maintenance-mode-pro/\">Introducing Referral Prize Levels for SeedProd’s Coming Soon and Maintenance Mode Pro</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3388:\"<p>I’m happy to announce version 5.6.0 of the <a href=\"https://www.seedprod.com/features/\">SeedProd Coming Soon Page and Maintenance Mode plugin</a>. In this release I’m excited to tell you about a new feature that has been added called “<strong>Prize Levels</strong>“. While the plugin has had referral tracking built-in for a while, it was up to you to decide what to do with that data in regards to rewarding the visitors who referred the most users.</p>\n<p>Now that process has been automated. You can now define up to 5 different prize levels to rewards visitors who refer a predefined number of subscribers back to your site. And subscribers can check back to your site to see their prize level status. Here’s a video to demonstrate the concept in-depth.</p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/KDLMaB0Pr9w?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<p>So as you can see this makes it super easy to reward your best subscribers.</p>\n<p>Finally we have made it easier to copy out the bypass url. As you can see from this screenshot below the bypass url is created as you type in your secret phase. This makes it super easy to copy and use.</p>\n<p><a href=\"https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url.jpg\"><img data-attachment-id=\"2620\" data-permalink=\"https://www.seedprod.com/introducing-referral-prize-levels-for-seedprods-coming-soon-and-maintenance-mode-pro/bypass-url/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url.jpg\" data-orig-size=\"1076,140\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"bypass-url\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url-400x52.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url-800x104.jpg\" class=\"alignnone size-full wp-image-2620\" src=\"https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url.jpg\" alt=\"\" width=\"1076\" height=\"140\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url.jpg 1076w, https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url-400x52.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url-768x100.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/05/bypass-url-800x104.jpg 800w\" sizes=\"(max-width: 1076px) 100vw, 1076px\" /></a></p>\n<p> </p>\n<p>That’s it! We hope you enjoy this release and as always I welcome feedback!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/introducing-referral-prize-levels-for-seedprods-coming-soon-and-maintenance-mode-pro/\">Introducing Referral Prize Levels for SeedProd’s Coming Soon and Maintenance Mode Pro</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://www.seedprod.com/introducing-referral-prize-levels-for-seedprods-coming-soon-and-maintenance-mode-pro/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"New Flip Countdown Style in the Urgency Countdown Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.seedprod.com/new-flip-countdown-style-urgency-countdown-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://www.seedprod.com/new-flip-countdown-style-urgency-countdown-plugin/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Apr 2017 13:01:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2611\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:566:\"<p>We have just launched a new style in the Urgency Countdown Pro plugin. Now along with the plain countdown style we now have a flip style countdown as you can see in the screenshot below. We have plans to add a few more styles so keep an eye on our blog for more announcements. Don’t […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/new-flip-countdown-style-urgency-countdown-plugin/\">New Flip Countdown Style in the Urgency Countdown Plugin</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2379:\"<p>We have just launched a new style in the <a href=\"https://www.seedprod.com/wordpress-countdown/\">Urgency Countdown Pro</a> plugin. Now along with the plain countdown style we now have a flip style countdown as you can see in the screenshot below.</p>\n<p><a href=\"https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown.jpg\"><img data-attachment-id=\"2612\" data-permalink=\"https://www.seedprod.com/new-flip-countdown-style-urgency-countdown-plugin/flip-countdown/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown.jpg\" data-orig-size=\"1200,828\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"flip-countdown\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown-400x276.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown-800x552.jpg\" class=\"alignnone size-full wp-image-2612\" src=\"https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown.jpg\" alt=\"\" width=\"1200\" height=\"828\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown.jpg 1200w, https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown-400x276.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown-768x530.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/04/flip-countdown-800x552.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a></p>\n<p>We have plans to add a few more styles so keep an eye on our blog for more announcements. Don’t have the Countdown Urgency Pro plugin? Get it <a href=\"https://www.seedprod.com/wordpress-countdown/\">here</a> or with our <a href=\"https://www.seedprod.com/products/\">membership</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/new-flip-countdown-style-urgency-countdown-plugin/\">New Flip Countdown Style in the Urgency Countdown Plugin</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.seedprod.com/new-flip-countdown-style-urgency-countdown-plugin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Introducing the Urgency Countdown Pro Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.seedprod.com/introducing-urgency-countdown-pro-plugin-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.seedprod.com/introducing-urgency-countdown-pro-plugin-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 18:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"countdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2595\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:617:\"<p>I’m excited to introduce a new plugin today called Urgency Countdown Pro. This plugin allows you to create countdowns for your WordPress website. You can create countdowns to specific date time or create individual user countdowns. So say you want to give each user 4 hours after they visit your website to perform an action this […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/introducing-urgency-countdown-pro-plugin-wordpress/\">Introducing the Urgency Countdown Pro Plugin for WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1367:\"<p>I’m excited to introduce a new plugin today called <a href=\"https://www.seedprod.com/wordpress-countdown/\">Urgency Countdown Pro</a>. This plugin allows you to create countdowns for your WordPress website. You can create countdowns to specific date time or create individual user countdowns. So say you want to give each user 4 hours after they visit your website to perform an action this countdown will allow you to do that. Check out the video below for a demo example of hour it works. If you are a subscriber of our <a href=\"https://www.seedprod.com/products/\">SeedProd All Plugin Membership</a> you can download this plugin from the dashboard. Not a subscriber? Buy the Urgency Countdown Pro Plugin <a href=\"https://www.seedprod.com/wordpress-countdown/\">here</a>.</p>\n<p> </p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/L8q24ganCzc?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/introducing-urgency-countdown-pro-plugin-wordpress/\">Introducing the Urgency Countdown Pro Plugin for WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://www.seedprod.com/introducing-urgency-countdown-pro-plugin-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"How to Easily Create a Featured Image for Your Blog Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 15:00:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How To\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2479\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:592:\"<p>So you’ve just spent hours or even days crafting the perfect blog post. Now it’s time to hit the Publish button and show it to the world. But wait! Wouldn’t it look better and be even more sharable if you had a featured image? It’s been proven that social media and blog posts with featured […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/\">How to Easily Create a Featured Image for Your Blog Posts</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14796:\"<p>So you’ve just spent hours or even days crafting the perfect blog post. Now it’s time to hit the<strong> Publish</strong> button and show it to the world. But wait! Wouldn’t it look better and be even more sharable if you had a featured image? It’s been <a href=\"https://blog.twitter.com/2015/tweettip-use-photos-to-drive-engagement\" target=\"_blank\" rel=\"noopener\">proven</a> that social media and blog posts with featured images get more engagement. So how to you go about create that perfect featured image for your blog and social media posts? Well you could do the research and find out what size it needs to be fire up you image editor and manually create one, or you could use the great tool called <a href=\"https://pablo.buffer.com/\" target=\"_blank\" rel=\"noopener\">Pablo by Buffer</a> to create your Featured Images.</p>\n<h2>What is a Featured Image?</h2>\n<p>In WordPress when you are creating a post you will see a Featured Image dialog box in the right sidebar, if your theme supports it. Most themes these day do support this feature. This dialog allows you to set a featured image for your blog post and plugins like JetPack and Yoast SEO will typically use this image as well when your blog post is shared on social media like Twitter and Facebook. Featured Images on a blog post typically show up at the top and act as a teaser.</p>\n<h2>How to use Pablo by Buffer to create your Featured Image</h2>\n<p>So as I said buffer this great tool to quickly create an amazing Featured image for you blog or social media post. Here’s how it works:</p>\n<ol>\n<li>Go to <a href=\"https://pablo.buffer.com/\">https://pablo.buffer.com/</a></li>\n<li>In the top left hand corner search for the image you’d like to use.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo.jpg\"><img data-attachment-id=\"2547\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/search-pablo/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo.jpg\" data-orig-size=\"475,418\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"search-pablo\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo-400x352.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo.jpg\" class=\"alignnone size-full wp-image-2547\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo.jpg\" alt=\"Search Pablo by Buffer\" width=\"475\" height=\"418\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo.jpg 475w, https://www.seedprod.com/wp-content/uploads/2017/03/search-pablo-400x352.jpg 400w\" sizes=\"(max-width: 475px) 100vw, 475px\" /></a></li>\n<li>Optionally use their Repositioning Tool to frame the image.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition.jpg\"><img data-attachment-id=\"2548\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/pablo-reposition/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition.jpg\" data-orig-size=\"514,301\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"pablo-reposition\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition-400x234.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition.jpg\" class=\"alignnone size-full wp-image-2548\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition.jpg\" alt=\"Pablo Reposition\" width=\"514\" height=\"301\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition.jpg 514w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-reposition-400x234.jpg 400w\" sizes=\"(max-width: 514px) 100vw, 514px\" /></a></li>\n<li>Next choose the size ( Typically choose the Wide size which works well with blog and social media post.)<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size.jpg\"><img data-attachment-id=\"2549\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/pablo-size/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size.jpg\" data-orig-size=\"784,351\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"pablo-size\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size-400x179.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size.jpg\" class=\"alignnone size-full wp-image-2549\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size.jpg\" alt=\"Pablo Size\" width=\"784\" height=\"351\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size.jpg 784w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size-400x179.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-size-768x344.jpg 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" /></a></li>\n<li>Now it’s time to enter your text. I generally just enter the title of the blog post it’s for using the body option, leave the color white and use what ever font closet match my side. Open San font is a safe bet. You’ll also notice after you enter the text it’s not centered. If you click and drag the text you should see guide line that allow you to center align.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text.jpg\"><img data-attachment-id=\"2550\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/pablo-body-text/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text.jpg\" data-orig-size=\"754,438\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"pablo-body-text\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text-400x232.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text.jpg\" class=\"alignnone size-full wp-image-2550\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text.jpg\" alt=\"Pablo Body Text\" width=\"754\" height=\"438\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text.jpg 754w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-body-text-400x232.jpg 400w\" sizes=\"(max-width: 754px) 100vw, 754px\" /></a></li>\n<li>Next choose a background effect to help make your text more readable. There are plenty to choose from but I like light and dar contrast and the blur effects.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects.jpg\"><img data-attachment-id=\"2551\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/pablo-effects/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects.jpg\" data-orig-size=\"750,300\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"pablo-effects\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects-400x160.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects.jpg\" class=\"alignnone size-full wp-image-2551\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects.jpg\" alt=\"Pablo Effects\" width=\"750\" height=\"300\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects.jpg 750w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-effects-400x160.jpg 400w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a></li>\n<li>Finally I add my logo in the bottom right corner to help reenforce my brand. To do that just upload your log and resize using the built in tools and drag and drop to the bottom right corner.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand.jpg\"><img data-attachment-id=\"2552\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/pablo-brand/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand.jpg\" data-orig-size=\"768,699\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"pablo-brand\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand-400x364.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand.jpg\" class=\"alignnone size-full wp-image-2552\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand.jpg\" alt=\"Pablo Brand\" width=\"768\" height=\"699\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-brand-400x364.jpg 400w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></a></li>\n<li>Finally click Share and Download in the bottom right and you are ready to set the Featured Image in WordPress.<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save.jpg\"><img data-attachment-id=\"2554\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/pablo-save/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save.jpg\" data-orig-size=\"750,359\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"pablo-save\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save-400x191.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save.jpg\" class=\"alignnone size-full wp-image-2554\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save.jpg\" alt=\"Pablo Save\" width=\"750\" height=\"359\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save.jpg 750w, https://www.seedprod.com/wp-content/uploads/2017/03/pablo-save-400x191.jpg 400w\" sizes=\"(max-width: 750px) 100vw, 750px\" /></a></li>\n<li>To set the Feature Image in WordPress find the <em>“Set featured image” </em>in the right side bar and upload your image.<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress.jpg\"><img data-attachment-id=\"2555\" data-permalink=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/set-featured-image-wordpress/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress.jpg\" data-orig-size=\"533,179\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"set-featured-image-wordpress\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress-400x134.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress.jpg\" class=\"alignnone size-full wp-image-2555\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress.jpg\" alt=\"Set Featured Image WordPress\" width=\"533\" height=\"179\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress.jpg 533w, https://www.seedprod.com/wp-content/uploads/2017/03/set-featured-image-wordpress-400x134.jpg 400w\" sizes=\"(max-width: 533px) 100vw, 533px\" /></a></li>\n</ol>\n<p>That’s it! Now the image you created using <a href=\"https://pablo.buffer.com/\" target=\"_blank\" rel=\"noopener\">Pablo by Buffer</a> will be set as you featured image on your blog post and will be used when it is share on social media.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/\">How to Easily Create a Featured Image for Your Blog Posts</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://www.seedprod.com/how-to-create-featured-image-for-your-blog-posts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"How to Create Anchor Links in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 15:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How To\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"anchors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2517\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:546:\"<p>In this “how-to” series I’m going to show you have to create named anchor links or some people call them anchor tags in WordPress. If you have different sections in a long post or page and you want the visitor to be able to click on a link, say in a table of contents you […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/\">How to Create Anchor Links in WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5566:\"<p>In this “how-to” series I’m going to show you have to create named anchor links or some people call them anchor tags in WordPress. If you have different sections in a long post or page and you want the visitor to be able to click on a link, say in a table of contents you create, to jump to a different section of that post then you’ll want to use an anchor link. To create anchor links in WordPress is not as straight forward as it should be but just follow the steps below and you’ll easily be able to create anchor links with no coding skills.</p>\n<h2>To Create an Anchor Link</h2>\n<ol>\n<li>Select and edit the page or post you want to create anchor links within.</li>\n<li>Next click the<strong> “Text”</strong> tab on the post/page to view it source code.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab.jpg\"><img data-attachment-id=\"2533\" data-permalink=\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/create-anchor-link-wordpress-text-tab/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab.jpg\" data-orig-size=\"618,628\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"create-anchor-link-wordpress-text-tab\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab-400x406.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab.jpg\" class=\"alignnone wp-image-2533 size-medium\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab-400x406.jpg\" alt=\"Create Anchor Link Text tab\" width=\"400\" height=\"406\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab-400x406.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/03/create-anchor-link-wordpress-text-tab.jpg 618w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></li>\n<li>Now that you can see the pages’ source code you now just need to add this code to wherever you want to place an anchor. Not you can change the id and title in the tag to suit your needs.<br />\n<code><a id=\"section1\">Section 1</a></code></li>\n<li>You can now switch back to the <strong>Visual</strong> tab to create the link. To create the link highlight the text you want the user to click on to just to your anchor link and for the link use whatever the id is in your anchor tag preceded by a the hash symbol. So in my case the link would be:<br />\n<code><code>#section1</code></code><a href=\"https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation.jpg\"><br />\n<img data-attachment-id=\"2534\" data-permalink=\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/anchor-link-creation/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation.jpg\" data-orig-size=\"512,293\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"anchor-link-creation\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation-400x229.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation.jpg\" class=\"alignnone size-full wp-image-2534\" src=\"https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation.jpg\" alt=\"Anchor Link Creation\" width=\"512\" height=\"293\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation.jpg 512w, https://www.seedprod.com/wp-content/uploads/2017/03/anchor-link-creation-400x229.jpg 400w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a></li>\n<li>And that’s it! Save and Publish or Preview your Draft to test. In my example when I click “<a href=\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/#section1\">How to Resize an Image in WordPress</a>” it will take me to that section. Click the previous link to see a live example.</li>\n</ol>\n<h2>Note</h2>\n<p>You can also create named anchor links across pages. So as you can see in the example above instead of jumping to a different section on this post we navigated to a new url and then jumped to that section. To do that just when creating the link enter the url to the page you want to navigate to follow by the hash id. The link above has this code as the link:<br />\n<code>https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/#section1</code></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/\">How to Create Anchor Links in WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.seedprod.com/how-to-create-named-anchor-links-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"How to Resize an Image in WordPress and Other Image Editing Capabilities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 13:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How To\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"crop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"image\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"resize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2498\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:607:\"<p>A feature most people don’t know exist in WordPress is the ability to resize an image within WordPress itself. Typically when you upload an image WordPress will take that image and create different sized versions depending on your theme. So say you upload an image that is 2600px * 2200px wide, WordPress will then resize […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/\">How to Resize an Image in WordPress and Other Image Editing Capabilities</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18355:\"<p>A feature most people don’t know exist in WordPress is the ability to resize an image within WordPress itself. Typically when you upload an image WordPress will take that image and create different sized versions depending on your theme. So say you upload an image that is 2600px * 2200px wide, WordPress will then resize that image typically in a Large, Medium , Small and Thumbnail size. But what if none of those predetermined sizes meet your needs? In that case you can explicitly resize an image to be what ever size you want.</p>\n<p><strong>What you’ll learn in this article:</strong></p>\n<ul>\n<li><a href=\"#section1\">How to Resize an Image in WordPress</a></li>\n<li><a href=\"#section2\">How to Crop an Image in WordPress</a></li>\n<li><a href=\"#section3\">How to Rotate an Image in WordPress</a></li>\n<li><a href=\"#section4\">How to Flip an Image in WordPress</a></li>\n</ul>\n<h2 id=\"section1\">How To Resize an Image in WordPress</h2>\n<ol>\n<li>Click on the the <strong>Media</strong> > <strong>Library</strong> link in WordPress<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library.jpg\"><img data-attachment-id=\"2501\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/resize-image-media-library/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library.jpg\" data-orig-size=\"1029,620\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"resize-image-media-library\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library-400x241.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library-800x482.jpg\" class=\"alignnone size-full wp-image-2501\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library.jpg\" alt=\"Select the Media Library\" width=\"1029\" height=\"620\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library.jpg 1029w, https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library-400x241.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library-768x463.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-media-library-800x482.jpg 800w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" /><br />\n</a></li>\n<li>From there select or upload an image you want to resize.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize.jpg\"><img data-attachment-id=\"2502\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/select-the-image-to-resize/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize.jpg\" data-orig-size=\"501,349\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"select-the-image-to-resize\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize-400x279.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize.jpg\" class=\"alignnone size-full wp-image-2502\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize.jpg\" alt=\"Select the Image to Resize\" width=\"501\" height=\"349\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize.jpg 501w, https://www.seedprod.com/wp-content/uploads/2017/02/select-the-image-to-resize-400x279.jpg 400w\" sizes=\"(max-width: 501px) 100vw, 501px\" /></a></li>\n<li>Next click “<strong>Edit Image</strong>” on the Details page.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image.jpg\"><img data-attachment-id=\"2503\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/wordpress-edit-image/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image.jpg\" data-orig-size=\"931,648\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"wordpress-edit-image\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image-400x278.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image-800x557.jpg\" class=\"alignnone size-full wp-image-2503\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image.jpg\" alt=\"WordPress Edit Image\" width=\"931\" height=\"648\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image.jpg 931w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image-400x278.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image-768x535.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-edit-image-800x557.jpg 800w\" sizes=\"(max-width: 931px) 100vw, 931px\" /><br />\n</a></li>\n<li>Now enter the new size you want. If you just enter a width the height with automatically be calculated based on the images ratio or vice versa. When you have the size you want click <strong>Scale<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress.jpg\"><img data-attachment-id=\"2504\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/resize-image-wordpress/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress.jpg\" data-orig-size=\"931,648\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"resize-image-wordpress\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress-400x278.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress-800x557.jpg\" class=\"alignnone size-full wp-image-2504\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress.jpg\" alt=\"Resize Image WordPress\" width=\"931\" height=\"648\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress.jpg 931w, https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress-400x278.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress-768x535.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/resize-image-wordpress-800x557.jpg 800w\" sizes=\"(max-width: 931px) 100vw, 931px\" /></a></strong></li>\n<li>To use your newly resized image go back to the images details page and copy the url as shown in the screenshot below.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url.jpg\"><img data-attachment-id=\"2505\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/resized-image-url/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url.jpg\" data-orig-size=\"931,648\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"resized-image-url\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url-400x278.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url-800x557.jpg\" class=\"alignnone size-full wp-image-2505\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url.jpg\" alt=\"Resized Image Url\" width=\"931\" height=\"648\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url.jpg 931w, https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url-400x278.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url-768x535.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/resized-image-url-800x557.jpg 800w\" sizes=\"(max-width: 931px) 100vw, 931px\" /></a></li>\n</ol>\n<p>And that it, you now have a resized image in WordPress that you can use wherever you’d like.</p>\n<p>Aside for resizing, WordPress also offers other image editing capabilities like: Cropping, Rotating, Flipping</p>\n<h2 id=\"section2\">How to Crop an Image in WordPress</h2>\n<ol>\n<li>Follow the steps 1-3 above to get to the Image Edit screen in WordPress (on the “How To Resize an Image in WordPress” tutorial) to get to the image Edit Screen.</li>\n<li>Next click and drag you mouse on the image to start the cropping process.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping.jpg\"><img data-attachment-id=\"2509\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/wordpress-cropping/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping.jpg\" data-orig-size=\"846,751\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"wordpress-cropping\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping-400x355.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping-800x710.jpg\" class=\"alignnone size-full wp-image-2509\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping.jpg\" alt=\"WordPress Cropping\" width=\"846\" height=\"751\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping.jpg 846w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping-400x355.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping-768x682.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-cropping-800x710.jpg 800w\" sizes=\"(max-width: 846px) 100vw, 846px\" /></a></li>\n<li>You can click on any of the little squares to adjust the cropped area or move the area around the image. Once you are satisfied click the Crop icon as shown below.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save.jpg\"><img data-attachment-id=\"2510\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/wordpress-crop-save/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save.jpg\" data-orig-size=\"846,751\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"wordpress-crop-save\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save-400x355.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save-800x710.jpg\" class=\"alignnone size-full wp-image-2510\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save.jpg\" alt=\"WordPress Crop Save\" width=\"846\" height=\"751\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save.jpg 846w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save-400x355.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save-768x682.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/wordpress-crop-save-800x710.jpg 800w\" sizes=\"(max-width: 846px) 100vw, 846px\" /></a></li>\n<li>Now click <strong>Save</strong> and that’s it! You have cropped your image. Again select the url image details page to use the image as shown on step 5 above.</li>\n</ol>\n<h2 id=\"section3\">How to Rotate and Flip and Image in WordPress</h2>\n<ol>\n<li>Follow the steps 1-3 above (on the “How To Resize an Image in WordPress” tutorial) to get to the Image Edit screen in WordPress</li>\n<li>Now just use the buttons to Rotate or Flip your image.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress.jpg\"><img data-attachment-id=\"2512\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/rotate-flip-undo-wordpress/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress.jpg\" data-orig-size=\"819,638\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"rotate-flip-undo-wordpress\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress-400x312.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress-800x623.jpg\" class=\"alignnone size-full wp-image-2512\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress.jpg\" alt=\"Rotate Flip Undo WordPress\" width=\"819\" height=\"638\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress.jpg 819w, https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress-400x312.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress-768x598.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/rotate-flip-undo-wordpress-800x623.jpg 800w\" sizes=\"(max-width: 819px) 100vw, 819px\" /></a></li>\n<li>When you are done click <strong>Save</strong></li>\n</ol>\n<h2 id=\"section4\">How to Restore the Original Image if You Screw Up</h2>\n<ol>\n<li>It’s very easy to restore your image in WordPress if you mess something up while editing. To revert back to your original image just click the <strong>Restore Image</strong> button.<br />\n<a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress.jpg\"><img data-attachment-id=\"2513\" data-permalink=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/restore-image-wordpress/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress.jpg\" data-orig-size=\"769,569\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"restore-image-wordpress\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress-400x296.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress.jpg\" class=\"alignnone size-full wp-image-2513\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress.jpg\" alt=\"Restore Image WordPress\" width=\"769\" height=\"569\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress.jpg 769w, https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress-400x296.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/restore-image-wordpress-768x568.jpg 768w\" sizes=\"(max-width: 769px) 100vw, 769px\" /></a></li>\n</ol>\n<h2>Conclusion</h2>\n<p>So as you can see resizing, cropping, rotating, flipping and other image edits in WordPress are super easy and super useful. The next time you need to make simple edits to an image no need for photoshop or some other bulky image editing program, just use the image editing features built into WordPress as shown above.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/\">How to Resize an Image in WordPress and Other Image Editing Capabilities</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"How to Put Your WordPress Site into Maintenance Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 19:17:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How To\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2487\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"<p>Today I’m going to show you how to quickly put your WordPress site into Maintenance Mode so you can make theme, plugin, content or some other updates to your website. This prevents visitors to your site from seeing a broken page or some other content in mid transition. It also properly notifies Google that your site […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/\">How to Put Your WordPress Site into Maintenance Mode</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11089:\"<p>Today I’m going to show you how to quickly put your WordPress site into <strong>Maintenance Mode</strong> so you can make theme, plugin, content or some other updates to your website. This prevents visitors to your site from seeing a broken page or some other content in mid transition. It also properly notifies Google that your site is down for maintenance (this is called a http status 503 for geek speak) so Google will not index any changes that are not completed.</p>\n<h2>Use a Maintenance Mode Plugin</h2>\n<p><a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin.jpg\"><img data-attachment-id=\"2489\" data-permalink=\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/free-maintenance-mode-plugin/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin.jpg\" data-orig-size=\"765,242\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"free-maintenance-mode-plugin\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin-400x127.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin.jpg\" class=\"alignnone size-full wp-image-2489\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin.jpg\" alt=\"Free Maintenance Mode Plugin\" width=\"765\" height=\"242\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin.jpg 765w, https://www.seedprod.com/wp-content/uploads/2017/02/free-maintenance-mode-plugin-400x127.jpg 400w\" sizes=\"(max-width: 765px) 100vw, 765px\" /></a></p>\n<p>Using a Maintenance Mode plugin is the quickest way to put your WordPress site into maintenance mode. While there are many to choose from in the <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">WordPress.org repository</a> we recommend the <a href=\"https://wordpress.org/plugins/coming-soon/\" target=\"_blank\">Coming Soon and Maintenance Mode Plugin</a> by SeedProd. This free plugin lets you set up a great looking maintenance mode page for your visitors in seconds. Let’s walk through the settings.</p>\n<h2>Step1 – Enter Your Maintenance Mode Message</h2>\n<p><a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings.jpg\"><img data-attachment-id=\"2490\" data-permalink=\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/maintenance-mode-plugin-settings/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings.jpg\" data-orig-size=\"696,1033\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"maintenance-mode-plugin-settings\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings-400x594.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings.jpg\" class=\"alignnone size-full wp-image-2490\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings.jpg\" alt=\"Maintenance Mode Plugin Settings Page\" width=\"696\" height=\"1033\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings.jpg 696w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-plugin-settings-400x594.jpg 400w\" sizes=\"(max-width: 696px) 100vw, 696px\" /></a></p>\n<p>The first thing you’ll want to do is enter you maintenance message in the message field in the plugin as shown above. You’ll want to wait to activate the plugin until you have successfully configured all the settings. Note you can also enter an optional logo and headline message. There is also an SEO setting plugin below this screenshot not shown but you can disregard that section since your site is in Maintenance Mode. You’d only need to fill out that section if you were using Coming Soon mode in the plugin. As far as crafting a maintenance message you’ll want to communicate clearly to your visitors that your site is down for maintenance and give them some sort of indication when you expect your website to be live again. Here’s an example :</p>\n<blockquote><p><em>“Oops, looks like you caught us updating our site! No worries, we should be back online in the next hour. Please come back then to check out all out new updates.”</em></p></blockquote>\n<h2><strong>Step 2 – Setup the Maintenance Mode Page Design</strong></h2>\n<p>After setting your maintenance message,the next thing you’ll want to do is set the design. Click on the <strong>Design</strong> tab to display the design options.</p>\n<p><a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1.jpg\"><img data-attachment-id=\"2493\" data-permalink=\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/maintenance-mode-page-design-2/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1.jpg\" data-orig-size=\"931,1029\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"maintenance-mode-page-design\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1-400x442.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1-800x884.jpg\" class=\"alignnone size-full wp-image-2493\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1.jpg\" alt=\"\" width=\"931\" height=\"1029\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1.jpg 931w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1-400x442.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1-768x849.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-page-design-1-800x884.jpg 800w\" sizes=\"(max-width: 931px) 100vw, 931px\" /></a></p>\n<p>There are quite a few options on this page you can play with but the only two you need to quickly create a great looking maintenance mode page is the background image settings, dim background image and text color settings. If you do not already have a background image go to <a href=\"http://unsplash.com\" target=\"_blank\">http://unsplash.com</a> and grab one from there. Make sure to <a href=\"https://www.seedprod.com/how-to-resize-an-image-in-wordpress/\">resize the image</a> before using. Some images from Unsplash are super high resolution. Then upload it to the maintenance mode plugin’s background setting. Next click the dim background option. This will allow your maintenance mode message to be easily seen. Also set all the text and headline colors to be white. Now click the <strong>Live Preview</strong> tab to see what it looks like. And that’s it!</p>\n<p>You now have a great looking maintenance mode page. Of course feel free to play with the other settings in the plugin but this will get you up and going quickly. Also don’t forget to now <strong>enable</strong> <strong>maintenance mode</strong> in the plugin. Now when visitors come to your site they will see a maintenance mode page while logged in visitors can see the real site and can make updates.</p>\n<p>Here’s an example maintenance mode page I created:</p>\n<p><a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample.jpg\"><img data-attachment-id=\"2495\" data-permalink=\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/maintenance-mode-sample/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample.jpg\" data-orig-size=\"1055,612\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}\" data-image-title=\"maintenance-mode-example\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample-400x232.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample-800x464.jpg\" class=\"alignnone size-full wp-image-2495\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample.jpg\" alt=\"Maintenance Mode Page Example\" width=\"1055\" height=\"612\" srcset=\"https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample.jpg 1055w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample-400x232.jpg 400w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample-768x446.jpg 768w, https://www.seedprod.com/wp-content/uploads/2017/02/maintenance-mode-sample-800x464.jpg 800w\" sizes=\"(max-width: 1055px) 100vw, 1055px\" /></a></p>\n<h2>Conclusion</h2>\n<p>So as you can see using the <a href=\"https://wordpress.org/plugins/coming-soon/\" target=\"_blank\">Coming Soon and Maintenance Mode Plugin</a> by SeedProd makes creating a maintenance mode page for your WordPress site a cinch! Depending on your business and nature of your website you may want to collect emails of your visitors while your website is down and need more design option like adding a countdown. In that case check out <a href=\"https://www.seedprod.com/\">Coming Soon and Maintenance Mode Pro</a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/\">How to Put Your WordPress Site into Maintenance Mode</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://www.seedprod.com/how-to-put-wordpress-site-into-maintenance-mode/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"New Rainy Day Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://www.seedprod.com/new-rainy-day-coming-soon-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://www.seedprod.com/new-rainy-day-coming-soon-theme/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 17:28:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2471\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:496:\"<p>We just released a new theme for the Coming Soon Pro plugin called Rainy Day. It has a cool effect where it looks like rain falling on the screen. Here’s a Demo Of course like all our other themes you can change the background image, colors, fonts, content,etc.. Enjoy!  </p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/new-rainy-day-coming-soon-theme/\">New Rainy Day Theme</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1785:\"<p style=\"text-align: center;\"><a href=\"https://www.seedprod.com/wp-content/uploads/2017/02/demo9.jpg\"><img data-attachment-id=\"2473\" data-permalink=\"https://www.seedprod.com/new-rainy-day-coming-soon-theme/demo9/\" data-orig-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/demo9.jpg\" data-orig-size=\"400,300\" data-comments-opened=\"1\" data-image-meta=\"{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}\" data-image-title=\"Rainy Day Coming Soon Theme\" data-image-description=\"\" data-medium-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/demo9-400x300.jpg\" data-large-file=\"https://www.seedprod.com/wp-content/uploads/2017/02/demo9.jpg\" class=\"alignnone size-full wp-image-2473\" src=\"https://www.seedprod.com/wp-content/uploads/2017/02/demo9.jpg\" alt=\"Rainy Day Coming Soon Theme\" width=\"400\" height=\"300\" /></a></p>\n<p>We just released a new theme for the <a href=\"https://www.seedprod.com/\">Coming Soon Pro</a> plugin called Rainy Day. It has a cool effect where it looks like rain falling on the screen. Here’s a <a href=\"https://www.seedprod.com/demos/?demo=9\">Demo</a></p>\n<p>Of course like all our other themes you can change the background image, colors, fonts, content,etc..</p>\n<p>Enjoy!</p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/new-rainy-day-coming-soon-theme/\">New Rainy Day Theme</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://www.seedprod.com/new-rainy-day-coming-soon-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Announcing the New Unsplash.com Search Stock Photo Add On\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.seedprod.com/announcing-new-unsplash-com-search-stock-photo-add/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.seedprod.com/announcing-new-unsplash-com-search-stock-photo-add/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Feb 2017 14:55:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.seedprod.com/?p=2450\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:612:\"<p>Introducing the Unsplash.com Searchable Stock Photos Add On. Instantly search within the Coming Soon Page Pro plugin from over 120,000 and growing stock photos to find that perfect background image for your coming soon page. Find and insert your image and it is optimized instantly for the web instead of using a huge hi-res version […]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/announcing-new-unsplash-com-search-stock-photo-add/\">Announcing the New Unsplash.com Search Stock Photo Add On</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Turner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1364:\"<p>Introducing the Unsplash.com Searchable Stock Photos Add On. Instantly search within the <a href=\"https://www.seedprod.com/\">Coming Soon Page Pro </a>plugin from over 120,000 and growing stock photos to find that perfect background image for your coming soon page. Find and insert your image and it is optimized instantly for the web instead of using a huge hi-res version you’d get by downloading from the unsplash.com site.</p>\n<p>We’ll be rolling this out over the next five days to existing users who have the <a href=\"https://www.seedprod.com/pricing/\">Developers License with Add One</a> and <a href=\"https://www.seedprod.com/pricing/\">All Access Licenses</a>. New users of these licenses get instant access. Check out the video below to see how it works.</p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/5xjN7tsg5j8?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.seedprod.com/announcing-new-unsplash-com-search-stock-photo-add/\">Announcing the New Unsplash.com Search Stock Photo Add On</a> appeared first on <a rel=\"nofollow\" href=\"https://www.seedprod.com\">SeedProd</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://www.seedprod.com/announcing-new-unsplash-com-search-stock-photo-add/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"27490207\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:36:\"http://feeds.feedburner.com/seedprod\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:8:\"seedprod\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"seedprod\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"3XHfrZZZ791eqbpL04STq9cWVYo\";s:13:\"last-modified\";s:29:\"Tue, 22 Aug 2017 00:24:02 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Tue, 22 Aug 2017 00:43:38 GMT\";s:7:\"expires\";s:29:\"Tue, 22 Aug 2017 00:43:38 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20170804181346\";}','no'),(1453,'_transient_timeout_feed_mod_1b98d4f1885b5b2efd1d8a466bf55d39','1503405818','no'),(1454,'_transient_feed_mod_1b98d4f1885b5b2efd1d8a466bf55d39','1503362618','no'),(1495,'_transient_timeout_external_ip_address_49.44.51.236','1504010883','no'),(1496,'_transient_external_ip_address_49.44.51.236','209.17.114.79','no'),(1502,'_transient_timeout_external_ip_address_180.76.15.18','1504046322','no'),(1503,'_transient_external_ip_address_180.76.15.18','209.17.114.79','no'),(1517,'_transient_timeout_external_ip_address_172.250.55.99','1504079743','no'),(1518,'_transient_external_ip_address_172.250.55.99','209.17.114.79','no'),(1527,'_transient_timeout_external_ip_address_164.77.138.214','1504096927','no'),(1528,'_transient_external_ip_address_164.77.138.214','209.17.114.79','no'),(1530,'_transient_timeout_external_ip_address_190.128.231.186','1504096968','no'),(1531,'_transient_external_ip_address_190.128.231.186','209.17.114.79','no'),(1532,'_transient_timeout_external_ip_address_181.72.102.29','1504096975','no'),(1533,'_transient_external_ip_address_181.72.102.29','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1534,'_transient_timeout_external_ip_address_109.86.238.216','1504097044','no'),(1535,'_transient_external_ip_address_109.86.238.216','209.17.114.79','no'),(1539,'_transient_timeout_external_ip_address_94.242.252.13','1504114858','no'),(1540,'_transient_external_ip_address_94.242.252.13','209.17.114.79','no'),(1550,'_site_transient_timeout_browser_bd9c32849e24d76de4d61ef65b8c67c5','1504125822','no'),(1551,'_site_transient_browser_bd9c32849e24d76de4d61ef65b8c67c5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1552,'_transient_timeout_wc_report_sales_by_date','1503613256','no'),(1553,'_transient_wc_report_sales_by_date','a:24:{s:32:\"4711a498efb9b743409b0db7cdbd1714\";a:0:{}s:32:\"af6883417b68b87712950ab6700883fd\";a:0:{}s:32:\"7dd783b0ae7c5e602de0f332fe4afbf5\";a:0:{}s:32:\"cab454406ac3b476a06c4cfec2db11e1\";N;s:32:\"224c6361abcde9beaf77db7f74b0a4e2\";a:0:{}s:32:\"c4479607c1fe8f50baa4b0f4a82b3dea\";a:0:{}s:32:\"5ebef7eace118b918e3cbaa0890ac542\";a:0:{}s:32:\"e3e86ba6496c0e607485ebc9c56777ec\";a:0:{}s:32:\"b2ed0b732fb2b34603893f5bf8758d28\";a:0:{}s:32:\"5bd0f1cc0006442bc5ede553bd110f78\";a:0:{}s:32:\"b705f3d8a51e9502a0228de161ea43a0\";a:0:{}s:32:\"4ed5d1fe7004b205db88ae72c1bcedf6\";N;s:32:\"ed578ebc1958faa86694b3042a13eaa2\";a:0:{}s:32:\"97640496091550e820b8127c0c05fa4d\";a:0:{}s:32:\"439d0a4a4e76e1d2a4aedefe190a3d25\";a:0:{}s:32:\"b4d6a8820a4c0d11bf63e54ddeae28b5\";a:0:{}s:32:\"99d511f829944eca369de822643c5b3b\";a:0:{}s:32:\"c3a22f7ba0f053145b80968736d005ae\";a:0:{}s:32:\"068c32e8e549d5f7d3740e39905f0f48\";a:0:{}s:32:\"75b948f35b47f3c8424f9baaf5921d21\";N;s:32:\"da6d4c56e675b60180bc965dd8cbdd1b\";a:0:{}s:32:\"3d2be611c41c81223fff9bed84b06bb6\";a:0:{}s:32:\"5d785ffb12a2790c78178fd570485659\";a:0:{}s:32:\"86bc93dbef1fb1c5c0f5e2117572232b\";a:0:{}}','no'),(1554,'_transient_timeout_wc_admin_report','1503607425','no'),(1555,'_transient_wc_admin_report','a:1:{s:32:\"3cff5a438852458aea233dc33646643b\";a:0:{}}','no'),(1558,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1503564238','no'),(1559,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Aug 2017 12:09:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-41294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4875\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2560:\"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>, the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component\">tickets closed</a>, and the <a href=\"https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev/\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/greuben/\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sa3idho/\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 07:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4885\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"After a particularly busy month in June, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July. Weekly meeting for new core […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5644:\"<p>After a particularly busy month <a href=\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href=\"https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/\">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href=\"https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/\">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href=\"https://www.meetup.com/pro/wordpress/\">meetup chapter program</a>, as well as the <a href=\"https://central.wordcamp.org/schedule\">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href=\"https://www.meetup.com/pro/wordpress/\">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href=\"https://make.wordpress.org/community/meetups/\">on the Community Team site</a> or by joining the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta/\">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed – one <a href=\"https://core.trac.wordpress.org/ticket/41191\">to provide a notice to users</a> and another to <a href=\"https://core.trac.wordpress.org/ticket/40934\">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href=\"https://make.wordpress.org/design/2017/07/14/whywordpress2/\">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\">in continual development</a> — everyone is invited to <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href=\"https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/\">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2017 11:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9225:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style=\"font-weight: 400\">Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style=\"font-weight: 400\">A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style=\"font-weight: 400\">The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li style=\"font-weight: 400\">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style=\"font-weight: 400\">The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style=\"font-weight: 400\">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style=\"font-weight: 400\">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42629:\"<h2 style=\"text-align: center\">An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style=\"text-align: center\">Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style=\"text-align: center\">Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><video id=\"v-8BDWH3QG-1-video\" width=\"632\" height=\"342\" poster=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" data-recalc-dims=\"1\" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style=\"text-align: center\">Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&ssl=1 1126w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style=\"text-align: center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style=\"text-align: center\">The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">Dipesh Kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Francesco Taurino</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p> </p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We’ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4765\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"The second release candidate for WordPress 4.8 is now available. To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). We’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<p>The second release candidate for WordPress 4.8 is now available.</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40866&stop_rev=40847\">a handful of changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\">RC1</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Happy testing!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 May 2017 23:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4758\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:325:\"The release candidate for WordPress 4.8 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2365:\"<p>The release candidate for WordPress 4.8 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on <strong>Thursday, June 8</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.8 yet, now is the time!</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40840&stop_rev=40821\">a handful of changes</a> since releasing Beta 2 earlier this week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.8 and update your plugin’s <em>Tested up to</em> version in the readme to 4.8. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>This release’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>:</p>\n<p><em>Érrese uno</em><br />\n<em>Cien veces y más</em><br />\n<em>Erre ce dos</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 00:02:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4749\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.8 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1621:\"<p>WordPress 4.8 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.8-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40819&stop_rev=40664&limit=100&sfp_email=&sfph_mail=\">over 50 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>WordPress four point eight<br />\nOne step closer to release<br />\nPlease test Beta 2!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4749\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2017/05/wordpress-4-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 May 2017 22:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4734\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 4.7.5 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pascal Birchler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2349:\"<p>WordPress 4.7.5 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.4 and earlier are affected by six security issues:</p>\n<ol>\n<li>Insufficient redirect validation in the HTTP class. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>Improper handling of post meta data values in the XML-RPC API. Reported by <a href=\"https://hackerone.com/jazzy2fives\">Sam Thomas</a>.</li>\n<li>Lack of capability checks for post meta data in the XML-RPC API. Reported by <a href=\"https://profiles.wordpress.org/vortfu\">Ben Bidner</a> of the WordPress Security Team.</li>\n<li>A Cross Site Request Forgery (CSRF) vulnerability was discovered in the filesystem credentials dialog. Reported by <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered when attempting to upload very large files. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered related to the Customizer. Reported by <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a> of the WordPress Security Team.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.5 contains 3 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.5\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.5&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.5</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.5.</p>\n<p>Thanks to everyone who contributed to 4.7.5.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Now on HackerOne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2017/05/wordpress-now-on-hackerone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 16:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4730\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1715:\"<p>WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that <a href=\"https://hackerone.com/wordpress\">WordPress is now officially on HackerOne</a>!</p>\n<p><a href=\"https://www.hackerone.com/about\">HackerOne</a> is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.</p>\n<p>The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.</p>\n<p>With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We’ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.</p>\n<p>The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 May 2017 00:15:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4727\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We’re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.) A revamp of the dashboard news widget to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<p>We’re planning a smaller WP release early next month, bringing in three major enhancements:</p>\n<ul>\n<li>An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.)</li>\n<li>A revamp of the dashboard news widget to bring in nearby and upcoming events including meetups and WordCamps.</li>\n<li>Several new media widgets covering images, audio, and video, and an enhancement to the text widget to support visual editing.</li>\n</ul>\n<p>The first beta of 4.8 is now available for testing. You can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.</p>\n<p><em>Four point eight is here<br />\nSmall changes with a big punch<br />\nBig ones come later</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 23 Aug 2017 20:43:58 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 21 Aug 2017 12:09:06 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170804181346\";}','no'),(1560,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1503564238','no'),(1561,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1503521038','no'),(1562,'_site_transient_timeout_community-events-28f1d63e1d2968bd00ef375a4e8f0661','1503564238','no'),(1563,'_site_transient_community-events-28f1d63e1d2968bd00ef375a4e8f0661','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"72.199.68.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:24:\"WordCamp Los Angeles, CA\";s:3:\"url\";s:28:\"https://2017.la.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-29 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Los Angeles, CA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:34.066767400000003;s:9:\"longitude\";d:-118.16843350000001;}}}}','no'),(1564,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1503564238','no'); INSERT INTO `wp_options` VALUES (1565,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"HeroPress: Is WordPress Good for Indian Women?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2046\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/wordpress-good-indian-women/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-good-indian-women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12158:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/082317-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Nothing is better than a girl who writes code.\" /><p><a href=\"http://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p>Why has computing always been a boys’ club? I live in a society where women are not allowed to work in an office. People in my society think that all women have to do is take care of her family and stay at home. Narrow minded society. But I feel proud to say that I am not part of that narrow minded society.</p>\n<p>I am so engaged in the world of the Computer and Technology since school time. I started learning about basic computer languages HTML, CSS and C. And believe me I was so good at it! Later on I choose Computer Engineering for my further study and completed Bachelor of Computer Applications. But I didn’t stop studying after that. I completed my Masters in Computer Applications.</p>\n<p>I fell in love with the programming and working as freelancer. What is most interesting is that the platform I am associated with. WordPress! Everyday I woke up with a new task and go to sleep with a new idea. And that still goes on. I am a WordPress developer at the Elsner Technology and I am so proud of whatever work I do everyday.</p>\n<p>With WordPress it feels like home, a part of my soul. And hey! it’s not the house of boys, there are so many girls associated with WordPress. In case if you don’t know WordPress theme review team is led by women. And since my society is not filled with the open-minded people I suggest “Girls, why don’t you learn/work/code from home?” After all, all you need is just a computer and an internet connection. Right? There are billions of things that you can do with this platform and you don’t even need to pay a penny.</p>\n<p>WordPress is easy and designers like that. And who knows the better color combination and design better? You got the point. There are thousands of self-employed developers and designers using WordPress. In addition the rapid female created themes on platform can itself testify to the fact that women want to make websites too, and organizations like Women Who WP are so useful and makes the process more easy. WordPress is creating more and more for business owners and women are really good at tech businesses. And India is the house of the Startup business. Even the government is also making huge efforts behind it.</p>\n<p>The Internet is saturated with WordPress. 27 percent of the entire internet relies on WordPress. From small startup to gigantic companies. Since my society is willing to keep women in the house, I would like to say that’s great. I am okay! I can work from home. But there is no excuse to sit back and let the boys have all the fun. There are plenty of ways to get involved in the WordPress community. And nothing is better than a girl who writes code.</p>\n<hr />\n<h1 id=\"gujarati\">ભારતીય મહિલાઓ માટે વર્ડપ્રેસ સારું છે?</h1>\n<p>શા માટે કમ્પ્યુટિંગ હંમેશા ‘છોકરાઓ નું ક્લબ છે? હું એવા સમાજમાં રહુ છે જ્યાં સ્ત્રીઓને ઓફિસમાં કામ કરવાની મંજૂરી નથી. મારા સમાજના ઘણા લોકો એવું વિચારે છે કે બધી જ મહિલાઓએ તેના પરિવારની સંભાળ રાખવી અને ઘરમાં રહેવું. રૂઢિચુસ્ત મનનું સમાજ છે પરંતુ મને ગર્વ લાગે છે કે હું સાંકડા વિચારોવાળી સમાજનો ભાગ નથી.</p>\n<p>હું સ્કૂલના સમયથી કમ્પ્યુટર અને ટેકનોલોજીના વિશ્વ સાથે સંકળાયેલી છું. તે સમયે મેં કોમ્પ્યુટર ની ભાષાઓ એચટીએમએલ, સી.એસ.એસ. અને સી વિશે શીખવાનું શરૂ કર્યું. અને મારો વિશ્વાસ કરો હું તેના પર ઘણી સારી હતી. પછીથી મેં મારા આગળના અભ્યાસ માટે કમ્પ્યુટર એન્જિનિયરિંગ પસંદ કર્યું અને બેચલર ઓફ કમ્પ્યુટર એપ્લિકેશન્સમાં અભ્યાસ પૂર્ણ કર્યો. પરંતુ તે પછી મેં અભ્યાસ કરવાનું બંધ કર્યું નથી. મેં કમ્પ્યુટર એપ્લિકેશન્સમાં માસ્ટર્સ પૂર્ણ કર્યું.</p>\n<p>હું પ્રોગ્રામિંગમાં ખૂબ ખોવાયેલી રહેતી હતી અને સાથે ફ્રીલાન્સર તરીકે કામ કરતી હતી. સૌથી રસપ્રદ બાબત એ છે કે જે પ્લેટફોર્મ સાથે હું સંકળાયેલી છું તે વર્ડપ્રેસ છે. દરરોજ હું એક નવા કાર્ય સાથે જાગું છું અને નવા વિચાર સાથે સૂઈ જઉ છું. અને તે હજુ પણ ચાલુ છે. હું એલ્સ્નર ટેક્નોલોજીમાં વર્ડપ્રેસ ડેવલપર છું અને દરરોજ મેં જે કંઈ કર્યું છે તેના પર મને ગર્વ છે.</p>\n<p>વર્ડપ્રેસ સાથે ઘરની જેમ લાગે છે, મારા આત્માનો એક ભાગ. અને હા! તે છોકરાઓનું જ ઘર નથી, વર્ડપ્રેસ સાથે ઘણી સ્ત્રીઓ પણ સંકળાયેલી છે. એક વિષયમાં જો તમને ખબર ન હોય તો વર્ડપ્રેસ થીમની પરીક્ષણ ટીમની આગેવાની મહિલાઓ દ્વારા કરવામાં આવે છે. અને કારણ કે મારું સમાજ ખુલ્લા લોકોથી ભરેલું નથી તેથી હું સૂચવે છે કે, “સ્ત્રીઓ, તમે શા માટે ઘરેથી શિખવાનું/કામ કરવાનું /કોડ કરવાનું ચાલુ નથી કરતાં?” છેવટે, તમને જરૂર ફક્ત એક કમ્પ્યુટર અને ઇન્ટરનેટ કનેક્શનની છે. સાચું ને ? અબજો વસ્તુઓ છે કે જે તમે આ પ્લેટફોર્મ સાથે કરી શકો છો અને તમારે એક આની પણ ચૂકવવાની જરૂર નથી.</p>\n<p>વર્ડપ્રેસ સરળ છે અને ડિઝાઇનર્સ તેને પસંદ કરે છે . અને કોણ સારી રંગ સંયોજના જાણે છે અને વધુ સારી ડિઝાઇન કરે છે? તો તમને લહાવો મળ્યો. હજારો સ્વરોજગાર ડેવલોપર્સ અને ડિઝાઇનર્સ વર્ડપ્રેસ નો ઉપયોગ કરે છે. આ ઉપરાંત પ્લેટફોર્મ પર ઝડપી થીમ્સ સ્ત્રીઓ એ બનાવી છે જે સ્વયંને એ હકીકતનું સમર્થન આપે છે કે સ્ત્રીઓ વેબસાઇટ્સ પણ બનાવવા માંગે છે, અને સંસ્થાઓ જેમ કે Women Who WP ઘણી ઉપયોગી છે અને આ પ્રક્રિયાને વધુ સરળ બનાવે છે. વર્ડપ્રેસ બિઝનેસ માલિકો માટે વધુ અને વધુ બનાવી રહ્યું છે અને સ્ત્રીઓ ખરેખર ટેકનીકલમાં વ્યવસાયોમાં સારી છે. ભારત એક સ્ટાર્ટઅપ વ્યવસાયનું ઘર છે. સરકાર તેની પાછળ પણ વિશાળ પ્રયત્નો કરી રહી છે.</p>\n<p>ઇન્ટરનેટ વર્ડપ્રેસ સાથે સંતૃપ્ત છે સમગ્ર ઇન્ટરનેટનો 27% હિસ્સો વર્ડપ્રેસ પર છે. નાની શરૂઆત ની કંપની થી માંડી ને મોટી કંપીનીઓ . મારો સમાજ સ્ત્રીઓને ઘરમાં રાખવા માટે તૈયાર છે, તેથી હું કહીશ કે મહાન છે. હું ઠીક છું! હું ઘરેથી કામ કરી શકું છું પરંતુ પરંતુ પાછા બેસવાનો અને છોકરાઓને બધી જ મજા કરવાની કોઈ બહાનું નથી. વર્ડપ્રેસ કમ્યૂનિટીમાં શામેલ થવાની ઘણી બધી રીતો છે. અને જે છોકરી કોડ લખે છે તેના થી વધારે કંઈ સારું નથી.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Is WordPress Good for Indian Women?\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Is%20WordPress%20Good%20for%20Indian%20Women%3F&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-good-indian-women%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Is WordPress Good for Indian Women?\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-good-indian-women%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-good-indian-women%2F&title=Is+WordPress+Good+for+Indian+Women%3F\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Is WordPress Good for Indian Women?\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-good-indian-women/&media=https://heropress.com/wp-content/uploads/2017/08/082317-150x150.jpg&description=Is WordPress Good for Indian Women?\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Is WordPress Good for Indian Women?\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-good-indian-women/\" title=\"Is WordPress Good for Indian Women?\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-good-indian-women/\">Is WordPress Good for Indian Women?</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Aug 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Juhi Patel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"BuddyPress: BuddyPress 2.9.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=267671\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://buddypress.org/2017/08/buddypress-2-9-1-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:944:\"<p>BuddyPress 2.9.1 is now available. This is a security and maintenance release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.</p>\n<p>We fixed two regressions introduced in 2.9:</p>\n<ul>\n<li>Groups: fix group description truncation length on group screen.</li>\n<li>Profiles: fix avatar quality when requesting avatar sizes larger than the user’s uploaded avatar.</li>\n</ul>\n<p>Importantly, BuddyPress 2.9.1 and earlier versions were affected by the following security issue:</p>\n<ul>\n<li>Cross-site request forgery (CSRF) in the XProfile administration Dashboard panel.</li>\n</ul>\n<p>These vulnerabilities were reported privately by <a href=\"https://dk.linkedin.com/in/skansing\">Ronnie Skansing</a>. Our thanks to Ronnie for reporting security issues in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’ security policies</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Aug 2017 11:44:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Paul Gibbs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Morten Rand-Hendriksen on What Gutenberg Means For the Future of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=74359&preview=true&preview_id=74359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/morten-rand-hendriksen-on-what-gutenberg-means-for-the-future-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2507:\"<p>As work continues on <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a>, members of the community are discussing its impacts on WordPress’ future. Morten Rand-Hendriksen <a href=\"https://www.linkedin.com/pulse/gutenberg-morten-rand-hendriksen\">considers Gutenberg</a> to be a watershed moment, “This is a revolution,” he said.</p>\n<p>“This is a watershed moment for WordPress. This is entirely new and fundamentally different from how WordPress works and how we work with it today. I cannot overstate it enough when I say this changes everything.”</p>\n<p>Rand-Hendriksen suggests that Gutenberg will allow WordPress to graduate from being a blogging platform to a platform for managing views. If Gutenberg adds complexity to the user interface, he predicts many users will migrate to simpler, hosted publishing systems.</p>\n<p>He also predicts that due to the REST API and Gutenberg, permanent fractures may develop between different segments of the community and user base.</p>\n<p>It’s exciting to think about what could happen to WordPress and the web in general if Rand-Hendriksen’s optimism comes to fruition. “Whatever happens to WordPress’ user base, once Gutenberg is implemented fully, WordPress’ role in the wider web and internet community will change,” he said.</p>\n<p>“If all these things actually work, and people find them useful, WordPress will herald in a new age of UI and UX exploration. Applications have followed WordPress’ lead before and will do it again if the new solution works.”</p>\n<p>As for the future of WordPress, Rand-Hendriksen says:</p>\n<blockquote class=\"wp-block-quote blocks-quote-style-1\"><p>With the REST API in core and Gutenberg on the horizon, I am starting to see a new future for WordPress, one that looks nothing like where we are today. But this is true for the web as a whole as well.</p>\n<p>Non-pointer interactions, AR/VR/MR, AI, content beyond the screen, all these things are already within sight and the web as we know it is on the cusp of its own wave of revolutionary changes.</p>\n<p>The question I’m left to ponder is whether Gutenberg is what brings WordPress into that future.</p></blockquote>\n<p>I encourage you to <a href=\"https://www.linkedin.com/pulse/gutenberg-morten-rand-hendriksen\">read the entire post</a> as it provides a lot of food for thought. What do you think about his predictions and the impacts Gutenberg might have on the web as a whole?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Aug 2017 01:41:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Facebook Isn’t Budging on React’s BSD + Patents License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/facebook-isnt-budging-on-reacts-bsd-patents-license\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7456:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?ssl=1\"><img /></a></p>\n<p>Last month <a href=\"https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\" target=\"_blank\">React users petitioned Facebook to relicense the project</a> (and its other open source projects) after the Apache Software Foundation (ASF) added Facebook’s BSD+Patents license to its <a href=\"https://www.apache.org/legal/resolved#category-x\" target=\"_blank\">Category X list of disallowed licenses</a> for Apache PMC members. Participants and subscribers to the <a href=\"https://github.com/facebook/react/issues/10191\" target=\"_blank\">GitHub thread</a> waited weeks for a decision on re-licensing while Facebook’s engineering directors discussed the matter internally. The request has now formally been <a href=\"https://code.facebook.com/posts/112130496157735/explaining-react-s-license/\" target=\"_blank\">denied</a>.</p>\n<p>“I’d like to apologize for the amount of thrash, confusion, and uncertainty this has caused the React and open source communities,” Facebook engineer Adam Wolff said. “We know this is painful, especially for teams that feel like they’re going to need to rewrite large parts of their project to remove React or other dependencies. We’ve been looking for ways around this and have reached out to ASF to see if we could try to work with them, but have come up empty.”</p>\n<p>The request for re-licensing had received 851 “thumbs-up” reactions on GitHub and many developers commented to say that the ASF’s policy disallowing the BSD+Patents license <a href=\"https://wptavern.com/petition-to-re-license-react-has-been-escalated-to-facebooks-engineering-directors\" target=\"_blank\">affects their organizations’ ability to continue using React</a> and other open source projects from Facebook. Others said they would like to use React but the licensing makes it impossible for their companies.</p>\n<h3>Facebook Cites “Meritless Patent Litigation” as the Reason Behind Adopting the BSD + Patents License</h3>\n<p>Wolff’s <a href=\"https://code.facebook.com/posts/112130496157735/explaining-react-s-license/\" target=\"_blank\">post</a> announcing Facebook’s decision said that the team has not done a good job of communicating the reasons behind its BSD + Patents license and offered a more in-depth explanation:</p>\n<blockquote><p>As our business has become successful, we’ve become a larger target for meritless patent litigation. This type of litigation can be extremely costly in terms of both resources and attention. It would have been easy for us to stop contributing to open source, or to do what some other large companies do and only release software that isn’t used in our most successful products, but we decided to take a different approach. We decided to add a clear patent grant when we release software under the 3-clause BSD license, creating what has come to be known as the BSD + Patents license. The patent grant says that if you’re going to use the software we’ve released under it, you lose the patent license from us if you sue us for patent infringement. We believe that if this license were widely adopted, it could actually reduce meritless litigation for all adopters, and we want to work with others to explore this possibility.</p></blockquote>\n<p>The ASF’s decision to disallow the BSD+Patents license was for policy reasons, not a legal decision based on incompatibility. Greg Stein, commenting on behalf of ASF on a separate GitHub issue, <a href=\"https://github.com/omcljs/om/issues/882\" target=\"_blank\">said</a> that the ASF didn’t want downstream users of Apache code to be surprised by the PATENTS grant that was previously in RocksDB and is still in React. The organization wanted users to have no further constraints other than following the ALv2.</p>\n<p>“While we respect this decision, it hurts to see so many great ASF projects get churned for policy reasons after using this license for years,” Wolff said in Facebook’s announcement. The company made it clear that they will not be re-licensing React or any other projects simply to satisfy ASF’s policy requirements.</p>\n<p>“We have considered possible changes carefully, but we won’t be changing our default license or React’s license at this time,” Wolff said. “We recognize that we may lose some React community members because of this decision. We are sorry for that, but we need to balance our desire to participate in open source with our desire to protect ourselves from costly litigation. We think changing our approach would inhibit our ability to continue releasing meaningful open source software and increase the amount of time and money we have to spend fighting meritless lawsuits.”</p>\n<p>Many from the OSS community expressed disappointment and frustration in their initial reactions on Twitter:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">“People like to sue us,” is a poor rationalization. This is weaponizing OSS under the guise of sharing. The whole post is disingenuous.</p>\n<p>— Nicholas C. Zakas (@slicknet) <a href=\"https://twitter.com/slicknet/status/898732045442011136\">August 19, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Facebook is often the ideal open source partner – but their patent stance here makes React use untenable to me. <a href=\"https://t.co/97VIR0le36\">https://t.co/97VIR0le36</a></p>\n<p>— Adam Jacob (@adamhjk) <a href=\"https://twitter.com/adamhjk/status/898734487718121472\">August 19, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">The React license allows Facebook to violate patents of companies that use React, and those companies can\'t sue to stop Facebook</p>\n<p>— Feross (@feross) <a href=\"https://twitter.com/feross/status/898730336082776064\">August 19, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yep, my team\'s required to pull all use of React because of the license. It\'s a corporate wide issue.</p>\n<p>— Tyler Fitch (@tfitch) <a href=\"https://twitter.com/tfitch/status/898742063738494976\">August 19, 2017</a></p></blockquote>\n<p></p>\n<p>The issue requesting re-licensing has been <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-323486580\" target=\"_blank\">closed on GitHub</a> and is now locked and limited to collaborators.</p>\n<p>It’s not clear how this decision will affect WordPress, as the project has yet to announce which JS framework it will be adopting for core. Automattic is heavily invested in React, having built Calypso and Jetpack’s admin interface with it. WordPress’ new Gutenberg editor is also built using React, as the project’s chief contributors are employed by Automattic. The company’s legal counsel has said in the past that they are <a href=\"https://wptavern.com/automattic-will-continue-to-use-react-js-in-calypso-despite-patent-clause\" target=\"_blank\">comfortable using React for its products under the current license</a>, but other companies in the WordPress ecosystem may not be as amenable to having the framework included in core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Aug 2017 03:52:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordPress.org to Add New Page Educating Users on Benefits of Upgrading PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74303\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wordpress-org-to-add-new-page-educating-users-on-benefits-of-upgrading-php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3456:\"<p>WordPress’ Core PHP team has created a new <a href=\"https://github.com/wp-core-php\" target=\"_blank\">GitHub organization</a> for initiatives focused on improving the use of PHP in the project. The first one they are tackling is <a href=\"https://github.com/wp-core-php/servehappy/\" target=\"_blank\">a new page on WordPress.org</a> dedicated to educating users about the benefits of upgrading PHP. Contributors are <a href=\"https://github.com/wp-core-php/servehappy-resources\" target=\"_blank\">collecting third-party articles and tutorials on PHP upgrades</a> to find inspiration for the project, which is temporarily codenamed “servehappy.”</p>\n<p>WordPress’ <a href=\"https://wordpress.org/about/stats/\" target=\"_blank\">stats</a> page shows that 14.2% of the all the sites it is tracking are running on PHP 7.0+. 40.6% of sites are on PHP 5.6, which is no longer actively supported but will receive security fixes until January 2019. This leaves 45.2% of all WordPress sites running on older, insecure PHP versions that have already reached end of life and are no longer receiving security updates.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wp-php-versions-8-18-2017.png?ssl=1\"><img /></a>WordPress PHP Versions – 8.18.2017\n<p>Contributors are using the <a href=\"https://github.com/wp-core-php/servehappy/issues\" target=\"_blank\">issues queue of the servehappy repository</a> to collect benefits and statistical data they can use to sell the “update PHP” proposition to users. The project is currently in the brainstorming phase, but the team will eventually whittle the ideas down to present the most effective benefits.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/servehappy-issues-e1503086149333.png?ssl=1\"><img /></a></p>\n<p>“The primary task for the ‘servehappy’ repository will be to open issues for the benefits we’ve come up with over the past few weeks, and discuss them one by one, whether they qualify for the page and how they can be framed in the most convincing way,” Felix Arntz said.</p>\n<p>In addition to proposing the benefits of upgrading PHP, the page will also include a call to action and information about how to upgrade or how to approach your host for an upgrade. Contributors are discussing the page’s outline and are aiming to tackle the project in a friendly and sensitive way that doesn’t put stress on users.</p>\n<p>“The section ‘<em>What should you need to know before doing an update?</em>‘ must not unnecessarily make the user worry,” Arntz said, recapping the thoughts contributors expressed during the team’s most recent meeting. “Let’s highlight possible issues, but not overestimate them. People should see upgrading as a good thing, and we should point them to how they can determine whether their sites are ready.”</p>\n<p>The Core PHP Team will be getting in touch with WordPress’ marketing team to request their expertise on refining the page’s approach. Anyone is welcome to contribute third-party resources or ideas to the <a href=\"https://github.com/wp-core-php/servehappy\" target=\"_blank\">servehappy project on GitHub</a>. Check out the most recent <a href=\"https://make.wordpress.org/core/2017/08/17/php-meeting-recap-august-14th/\" target=\"_blank\">meeting notes</a> for a full summary of the project and its needs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Aug 2017 20:37:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Chrome Version 62 to Show Security Warnings on HTTP Pages Starting in October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74301\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/chrome-version-62-to-show-security-warnings-on-http-pages-starting-in-october-2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2444:\"<p>Google Search Console has started sending out notices to sites that have not yet migrated to HTTPS. Chrome 61 is now in beta and version 62 is on track to begin marking HTTP pages as “NOT SECURE” beginning in October. It will show the warning if it detects any forms on the page that transmit passwords, credit cards, or any text input fields that the browser deems are in need of HTTPS protection. All HTTP pages in incognito mode will trigger the warning.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/chrome-warning.png?ssl=1\"><img /></a></p>\n<p>In January 2017, Chrome version 56 began marking sites that transmit passwords or credit cards as non-secure as part of its long-term plan to mark all HTTP sites as non-secure. The warning will become more prominent as time goes on.</p>\n<p>“Eventually, we plan to label all HTTP pages as non-secure, and change the HTTP security indicator to the red triangle that we use for broken HTTPS,” Chrome Security Team Emily Schechter said.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/eventual-chrome-warning-for-http-pages.png?ssl=1\"><img /></a></p>\n<p>The email sent out from the Google Search Console urges site owners to fix the problem by <a href=\"https://support.google.com/webmasters/answer/6073543?utm_source=wnc_10038795&utm_medium=gamma&utm_campaign=wnc_10038795&utm_content=msg_100078324&hl=en\" target=\"_blank\">migrating to HTTPS</a>. Hosting companies that specialize in WordPress are making it easier than ever to make the switch. Many of them have added Let’s Encrypt integration to offer free certificates to customers. As of 2017, WordPress now only recommends <a href=\"https://wptavern.com/wordpress-will-only-recommend-hosting-companies-offering-ssl-by-default-in-2017\" target=\"_blank\">hosting partners that provide SSL certificates by default</a>.</p>\n<p>Thanks to the push towards HTTPS from Google, web browsers, hosting companies, and the <a href=\"https://wptavern.com/lets-encrypt-passes-100-million-certificates-issued-will-offer-wildcard-certificates-in-january-2018\" target=\"_blank\">100+ million certificates issued by Let’s Encrypt</a>, the <a href=\"https://ipv.sx/telemetry/general-v2.html?channels=release&measure=HTTP_PAGELOAD_IS_SSL&target=1&absolute=0&relative=1\" target=\"_blank\">percentage of pageloads over HTTPS is now approaching 60%</a>, according to Firefox Telemetry.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Aug 2017 17:14:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Lorelle on WP: WordPress School: Shortcodes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://lorelle.wordpress.com/?p=14325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://lorelle.wordpress.com/2017/08/18/wordpress-school-shortcodes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15281:\"<p><a href=\"https://lorelle.wordpress.com/category/wordpress/wordpress-school/\" title=\"WordPress School taught by Lorelle VanFossen.\"><img /></a></p>\n<p>WordPress shortcodes are abbreviated code placed into the WordPress Visual or Text Editors that expands into a larger code structure. As we continue with <a href=\"https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/\" title=\"WordPress School « Lorelle on WordPress\">Lorelle’s WordPress School free online course</a>, it’s time to explore the basics of WordPress shortcodes.</p>\n<p>The following is the embed code for a Google Map, pointing to one of my favorite local museums, <a href=\"http://ricenorthwestmuseum.com/\">The Rice Northwest Rocks and Minerals Museum</a> in Hillsboro, Oregon:</p>\n<p><code><a href=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2792.809130780463!2d-122.94987648443889!3d45.57427677910247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950456e76e254b%3A0xdfad5d11bde5b6cc!2s26385+NW+Groveland+Dr%2C+Hillsboro%2C+OR+97124!5e0!3m2!1sen!2sus!4v1502560000052\">https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2792.809130780463!2d-122.94987648443889!3d45.57427677910247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950456e76e254b%3A0xdfad5d11bde5b6cc!2s26385+NW+Groveland+Dr%2C+Hillsboro%2C+OR+97124!5e0!3m2!1sen!2sus!4v1502560000052</a></code></p>\n<p>When the post or Page is saved, WordPress.com automatically converts it to the embed code for Google Maps like this:</p>\n<p><code>[googlemaps https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2792.809130780463!2d-122.94987648443889!3d45.57427677910247!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54950456e76e254b%3A0xdfad5d11bde5b6cc!2s26385+NW+Groveland+Dr%2C+Hillsboro%2C+OR+97124!5e0!3m2!1sen!2sus!4v1502560000052&w=600&h=450]</code></p>\n<p>This is what you see in your Visual or Text/HTML editors. Doesn’t look like a map, yet, does it? </p>\n<p>When the post is previewed or published, you will see the map like this:</p>\n<div class=\"googlemaps\"></div>\n<p>The map is not a screenshot. It is interactive. Zoom in and out and move around on the map. The <a href=\"https://en.support.wordpress.com/google-maps/\" title=\"Google Maps — Support — WordPress.com\">Google Maps shortcode</a> taps into the Google Maps API allowing a live section of the map to be embedded on your site to help people find locations and directions. </p>\n<p>Google Maps are a great way of providing instructions to the location of a store or company on a Contact web page. They are also fun to embed in a post about a favorite park, hike, fishing hole, vacation spot, or even create a custom map that charts your travels, hikes, or a specific route for shopping or exploring. </p>\n<p><strong>NOTE:</strong> <em>Google Map embeds are tricky. You need to search for the exact address and use that embed code. If you search for a business name, you may get an invalid server request from Google Maps. Also note that WordPress.com has made it easier to use shortcodes by skipping the extra code and converting links and embed codes automatically to shortcodes. This may require saving your post as a draft twice before you can see the results on the front end preview of the post or Page.</em></p>\n<p>Shortcodes allow the user to add content and functionality to a WordPress site without knowing extensive code or digging into the programming of a WordPress Theme or Plugin. With the shortcut of a shortcode, WordPress users may add all sorts of customization features to their site.</p>\n<p>There are a variety of shortcodes in the core of WordPress. WordPress Themes have the ability to enable or disable these, and add more, as do WordPress Plugins.</p>\n<p>Let’s experiment with the <a title=\"Archives Shortcode — Support — WordPress.com\" href=\"http://en.support.wordpress.com/archives-shortcode/\">Archives Shortcode</a>.</p>\n<ol>\n<li>Add a New Page to your site. Title it “Site Map” or “Archives.”</li>\n<li>Type in <code>[archives]</code>.</li>\n<li>Preview, then publish the post when ready to see a listing of all of the published posts on your site in a list.</li>\n</ol>\n<p>Check out my <a href=\"https://lorelle.wordpress.com/site-map/\" title=\"Site Map « Lorelle on WordPress\">site map</a> as an example of what’s possible. </p>\n<h3>What You Need to Know About WordPress Shortcodes</h3>\n<p>Shortcodes come with WordPress out of the box, and also with WordPress Themes and Plugins. These snippets of code allow the user to add functionality to their site without touching the code. </p>\n<p>The PHP code that enables the functionality, and adds the ability to use the abbreviated code to generate that functionality on the site, is called a <code>function</code>. </p>\n<p>At its core, this is the function found to generate all WordPress Shortcodes:</p>\n<pre class=\"brush: xml; title: ; notranslate\">//[foobar]\nfunction foobar_func( $atts ){\n return \"foo and bar\";\n}\nadd_shortcode( \'foobar\', \'foobar_func\' );</pre>\n<p>The attributes, represented in this abbreviated version by <code>$atts</code>, are the instructions as to what the shortcode is to do.</p>\n<p>In the expanded form with functionality, I’ve called the shortcode “elephant” and set up two attribute values, “trumpet loudly” and “stomp.” </p>\n<pre class=\"brush: xml; title: ; notranslate\">// [elephant foo=\"foo-value\"]\nfunction elephant_func( $atts ) {\n $a = shortcode_atts( array(\n \'foo\' => \'trumpet loudly\',\n \'bar\' => \'stomp\',\n ), $atts );\n\n return \"foo = {$a[\'foo\']}\";\n}\nadd_shortcode( \'elephant\', \'elephant_func\' );</pre>\n<p>Depending upon what “foo” and “bar” represent, the results would be “trumpet loudly” and “stomp.” What these represent are HTML code, modifications to HTML code, and initiates the programming such as generating a list of all the posts you’ve published as an archive list.</p>\n<p>Right now, you aren’t at the stage where you can program shortcodes and add them to WordPress Themes or create WordPress Plugins, so I’m not going to dive into these much deeper. You need to learn how these work and how to use them on your site, and the more you use them, the better feel you will have for what a shortcode can do on your site. </p>\n<p>WordPress.com offers a <a href=\"https://en.support.wordpress.com/category/shortcodes/\" title=\"Support — WordPress.com\">wide range of shortcodes</a> to add functionality to your site. To learn about how to use these, see <a title=\"Shortcodes — Support — WordPress.com\" href=\"http://en.support.wordpress.com/shortcodes/\">Shortcodes — Support</a>. </p>\n<p>Here are some examples of shortcodes to experiment with on WordPress.com.</p>\n<ul>\n<li><a href=\"https://en.support.wordpress.com/videos/youtube/\" title=\"YouTube — Support — WordPress.com\">YouTube Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/audio/\" title=\"Audio — Support — WordPress.com\">Audio Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/soundcloud-audio-player/\">SoundCloud Audio Player Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/gallery/\" title=\"Galleries and Slideshows — Support — WordPress.com\">Galleries and Slideshows Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/instagram/\" title=\"Instagram — Support — WordPress.com\">Instagram Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/archives-shortcode/\" title=\"Create an Archive using the Archives Shortcode — Support — WordPress.com\">Archives Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/blog-subscription-shortcode/\" title=\"Blog Subscription Shortcode — Support — WordPress.com\">Blog Subscription Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/forms/contact-form/\" title=\"Contact Form — Support — WordPress.com\">Contact Form Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/google-maps/\" title=\"Google Maps — Support — WordPress.com\">Google Maps Shortcode</a></li>\n<li><a href=\"https://en.support.wordpress.com/recipes/\" title=\"Recipes — Support — WordPress.com\">Recipes Shortcode</a></li>\n</ul>\n<h4>More Information on WordPress Shortcodes</h4>\n<ul>\n<li><a title=\"Shortcodes — Support — WordPress.com\" href=\"http://en.support.wordpress.com/shortcodes/\">Shortcodes – Support – WordPress.com</a></li>\n<li><a title=\"Shortcodes — Support — WordPress.com\" href=\"http://en.support.wordpress.com/shortcodes/\">List of Shortcodes available for WordPress.com sites</a></li>\n<li><a title=\"Shortcode « WordPress Codex\" href=\"http://codex.wordpress.org/Shortcode\">Shortcode – WordPress Codex</a></li>\n<li><a title=\"Support — WordPress.com\" href=\"http://en.support.wordpress.com/category/shortcodes/\">Shortcodes for WordPress.com</a></li>\n<li><a title=\"Gallery Shortcode « WordPress Codex\" href=\"http://codex.wordpress.org/Gallery_Shortcode\">Gallery Shortcode – WordPress Codex</a></li>\n<li><a href=\"https://www.smashingmagazine.com/2012/05/wordpress-shortcodes-complete-guide/\" title=\"WordPress Shortcodes: A Complete Guide – Smashing Magazine\">WordPress Shortcodes: A Complete Guide – Smashing Magazine</a></li>\n<li><a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/\" title=\"How to Add A Shortcode in WordPress?\">How to Add A Shortcode in WordPress? – WPBeginner</a></li>\n<li><a href=\"http://www.wpbeginner.com/beginners-guide/7-essential-tips-for-using-shortcodes-in-wordpress/\" title=\"7 Essential Tips for Using Shortcodes in WordPress\">7 Essential Tips for Using Shortcodes in WordPress – WPBeginner</a></li>\n<li><a href=\"https://code.tutsplus.com/articles/getting-started-with-wordpress-shortcodes--wp-21197\" title=\"Getting Started With WordPress Shortcodes\">Getting Started With WordPress Shortcodes – Envatotuts+</a></li>\n</ul>\n<h3>Assignment</h3>\n<p><img />Your assignment in these WordPress School exercises is to experiment with WordPress shortcodes, specifically the ones available on WordPress.com. </p>\n<p>I’ve listed some examples of shortcodes on WordPress.com above, and you may find more in the <a href=\"https://en.support.wordpress.com/category/shortcodes/\" title=\"Support — WordPress.com\">WordPress.com list of Shortcodes</a>.</p>\n<p>Your assignment is to use shortcodes to add features to your site. </p>\n<ul>\n<li>Create a Page called “Site Map” or “Archives” and add an archive list shortcode.</li>\n<li>Add a Google Map to a post or Page using the Google Maps shortcode.</li>\n<li>Add a gallery to a post or Page with the gallery shortcode, testing the various options (parameters) to get the look and feel you like best.</li>\n<li>Add a recipe to a post using the recipe shortcode.</li>\n<li>Find another shortcode with a variety of features to experiment with. See how many ways you can change the look and feel of the content. If you wish, blog about your discoveries with screenshots or examples in the post. Let us know about it in the comments below so we can come inspect your work.</li>\n</ul>\n<p><em>This is a tutorial from <a href=\"https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/\" title=\"WordPress School « Lorelle on WordPress\">Lorelle’s WordPress School</a>. For more information, and to join this free, year-long, online WordPress School, see:</em></p>\n<ul>\n<li><a href=\"https://lorelle.wordpress.com/2015/01/24/welcome-to-lorelles-wordpress-school/\" title=\"Welcome to Lorelle’s WordPress School « Lorelle on WordPress\">Lorelle’s WordPress School Introduction</a></li>\n<li><a href=\"https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/\" title=\"WordPress School « Lorelle on WordPress\">Lorelle’s WordPress School Description</a></li>\n<li><a href=\"https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/tutorials/\" title=\"Tutorials « Lorelle on WordPress\">WordPress School Tutorials List</a></li>\n<li><a href=\"https://plus.google.com/u/0/communities/115251582756616355670\" title=\"WordPress School Google+ Community\">WordPress School Google+ Community</a></li>\n<li><a href=\"https://lorelle.wordpress.com/2015/01/12/wordpress-publishing-checklist/\" title=\"WordPress Publishing Checklist\">WordPress Publishing Checklist</a></li>\n<li><a href=\"https://lorelle.wordpress.com/classes-and-workshops/wordpress-school/feedback-and-criticism/\" title=\"How to Give Feedback and Criticism - Lorelle\'s WordPress School.\">How to Give Feedback and Criticism</a></li>\n</ul>\n<div class=\"sig\">\n<p><img src=\"https://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr /> </div><br />Filed under: <a href=\"https://lorelle.wordpress.com/category/wordpress/\">WordPress</a>, <a href=\"https://lorelle.wordpress.com/category/wordpress/wordpress-school-wordpress/\">WordPress School</a> Tagged: <a href=\"https://lorelle.wordpress.com/tag/learn-wordpress/\">learn wordpress</a>, <a href=\"https://lorelle.wordpress.com/tag/shortcodes/\">shortcodes</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-2/\">wordpress</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-guide/\">wordpress guide</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-help/\">wordpress help</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-news/\">WordPress News</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-school/\">wordpress school</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-shortcodes/\">wordpress shortcodes</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-tips/\">WordPress Tips</a>, <a href=\"https://lorelle.wordpress.com/tag/wordpress-tutorials/\">wordpress tutorials</a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/14325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/14325/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/lorelle.wordpress.com/14325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/lorelle.wordpress.com/14325/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/lorelle.wordpress.com/14325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/lorelle.wordpress.com/14325/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/14325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/14325/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/14325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/14325/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/14325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/14325/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=14325&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Aug 2017 11:02:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Lorelle VanFossen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: New Merlin WP Onboarding Wizard Makes WordPress Theme Installation and Setup Effortless\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/new-merlin-wp-onboarding-wizard-makes-wordpress-theme-installation-and-setup-effortless\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5189:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/merlin-wp.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://themebeans.com/\" target=\"_blank\">ThemeBeans</a> founder Rich Tabor released <a href=\"https://richtabor.com/merlin-wp/\" target=\"_blank\">Merlin WP</a> on <a href=\"https://github.com/richtabor/MerlinWP\" target=\"_blank\">GitHub</a> in public beta this week. The project provides a beautiful experience for installing and setting up WordPress themes with all of their plugin dependencies, Customizer settings, widgets, demo content, and more.</p>\n<p>“I was inspired by David Baker’s <a href=\"https://github.com/dtbaker/envato-wp-theme-setup-wizard\" target=\"_blank\">Envato Theme Setup Wizard</a> and was working to add it to my own themes but pivoted after realizing I was just putting a band-aid on the onboarding issues surrounding themes in particular,” Tabor said. “It wasn’t a particularly grand experience and didn’t take care of the essentials the way I was looking for.”</p>\n<p>Tabor said he wanted to make the onboarding experience much friendlier than what WordPress products are typically known for and needed a way to get his customers started on the right foot.</p>\n<p>“Over the years I’ve had countless ‘how do I get this page like your demo’ and ‘where do I even start’ questions — and my themes aren’t even particularly confusing/difficult to use.” Tabor said.</p>\n<p>Ordinarily, users have to hop from screen to screen to install a theme, recommended plugins, and apply Customizer settings. Even an experienced WordPress user often has to refer to documentation to get a theme set up with the right customizations to match the demo. The video below shows an example of Merlin WP in action as it guides a user through setting up <a href=\"https://themebeans.com/themes/york-pro\" target=\"_blank\">York Pro</a>, a fork of one of ThemeBeans’ commercial themes that is included in Merlin WP’s GitHub repo.</p>\n<div class=\"embed-vimeo\"></div>\n<p>Merlin WP makes the process of setting up a theme nearly effortless for users. It also leaves less room for error or confusion.</p>\n<p>Developers can add Merlin WP directly to their theme files. It includes a configuration file that allows for customization of any text string in the wizard. Theme developers add the Merlin class (merlin/merlin.php) and the merlin-config.php file, along with any demo content (included in the demo directory location specified in the merlin-config.php file):</p>\n<ul>\n<li><strong>content.xml</strong> — Exported demo content using the WordPress Exporter</li>\n<li><strong>widgets.wie</strong> — Exported widgets using Widget Importer and Exporter</li>\n<li><strong>customizer.dat</strong> — Exported Customizer settings using Customizer Export/Import</li>\n</ul>\n<p>Merlin WP was also developed to work seamlessly with <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGMPA</a>, a PHP library that many WordPress developers use to require or recommend plugins for their themes and plugins. It will automatically pull the recommended plugins into the wizard.</p>\n<p>Tabor said his targeted distribution channel is commercial themes, though he believes Merlin WP could also be useful for themes hosted on WordPress.org.</p>\n<p>“I’m honestly not sure if it would be allowed,” Tabor said. “I guess that’s where getting more eyes on the project and more input from the Theme Review team comes in handy. I have had a lot of feedback from authors who are eventually considering adding Merlin WP as an ‘up-sell feature’ for their lite offerings currently on .org.”</p>\n<p>Tabor estimates that Merlin WP will be in beta for another two weeks. There are a few issues he wants to resolve before bringing it out of beta. He is testing the wizard in his own products at ThemeBeans, which is what he built it for originally. The shop has more than 40,000 customers and Tabor plans to push the wizard live across his entire theme collection once the last few issues are resolved.</p>\n<p>Merlin WP is GPL-licensed and <a href=\"https://github.com/richtabor/MerlinWP\" target=\"_blank\">available on GitHub</a> for any developer to use in open source projects. Tabor said he is considering creating a pro version but is not currently interested in pursuing an add-on model.</p>\n<p>“I’m considering having an advanced version, with different developer-level capabilities, such as EDD Software Licensing support (where theme users can enter their license key issued from the developer in the onboarding process),” Tabor said.</p>\n<p>Tabor anticipates one of the main benefits for theme shops using Merlin WP will be a decreased support load where questions about initial setup and “how do I do this like the demo” become less common.</p>\n<p>“Customers will have what they’ve purchased right off the bat (instead of installing plugins, installing a child theme, importing content, setting menus, widgets, etc),” Tabor said. “They will likely appreciate the ease-of-use and share that experience with others.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Aug 2017 01:19:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Post Status: Building a healthy remote company, with Tom Willmot — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://poststatus.com/building-healthy-remote-company-tom-willmot-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1876:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard.</p>\n<p>In this episode, Brian is joined by Tom Willmot, the CEO of Human Made. Human Made recently released <a href=\"https://handbook.hmn.md/\">an employee handbook</a> as an open source document for anyone to use, copy, or learn from. Tom and Brian discuss several elements of the handbook, and how they approach these things at Human Made:</p>\n<ul>\n<li>Employee onboarding</li>\n<li>Remote work processes</li>\n<li>Communication</li>\n<li>Employee feedback and mentorship</li>\n<li>HR policies</li>\n<li>And more!</li>\n</ul>\n<p>This was a fun episode. Human Made has some of the lowest turnover in our industry and it was educational to hear from Tom.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/a0dd5349.mp3\">https://audio.simplecast.com/a0dd5349.mp3</a>\n<p><a href=\"https://audio.simplecast.com/a0dd5349.mp3\">Direct Download</a></p>\n<h3>Sponsor: OptinMonster</h3>\n<p><a href=\"http://optinmonster.com\">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create & A/B test beautiful lead capture forms without a developer. Be sure to check out their new <a href=\"http://optinmonster.com/announcing-the-inactivitysensor-activity-logs-and-more/\">Inactivity Sensor</a> technology.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Aug 2017 01:19:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: User Experience Tests Show Gutenberg’s UI Elements Can Benefit From Better Timing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/user-experience-tests-show-gutenbergs-ui-elements-can-benefit-from-better-timing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2703:\"<p>Over the past few months, <a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/\">reviews for Gutenberg</a> have trended towards a love/hate relationship without much in between. To figure out why this is, Millie Macdonald and Anna Harrison of Ephox, the company behind TinyMCE, <a href=\"https://go.tinymce.com/blog/gutenberg-editor-success-lies-timing/\">analyzed the feedback</a> and concluded that many of the issues likely stem from timing.</p>\n<p>“In short, the nuances in the micro-interactions and timing of UI elements in Gutenberg are a little out of sync with what the user is doing at a point in time,” Harrison said. “For example, a user typing in a new paragraph is distracted when the decoration of the previous paragraph turns on.”</p>\n<p>A common piece of feedback is that Gutenberg’s UI is clean but also cluttered. Harrison recorded a video of users copying and pasting paragraphs into Gutenberg and Medium.</p>\n<p>In the video, toolbars and UI elements are displayed in Gutenberg during the writing process creating a cluttered look and disrupting the writing flow. In Medium, the formatting toolbar doesn’t display until text is highlighted and the + symbol disappears if it’s not interacted with.</p>\n<p></p>\n<p>Based on user testing, Harrison suggests refining the timing of when visual elements pop up in Gutenberg. “Right now, menus pop up when we are trying to type,” Harrison said. “They ought to pop up when we are trying to do something to words that have already been typed.”</p>\n<p>Harrison <a href=\"https://github.com/WordPress/gutenberg/issues/2279\">presented their findings</a> and suggestions to Gutenberg’s development team. Tammie Lister, design lead for Gutenberg, <a href=\"https://github.com/WordPress/gutenberg/issues/2279#issuecomment-321379994\">agreed</a> that getting micro-transactions right is important. “I see this as the type of refinement post version 0.9/1 can bring,” Lister said.</p>\n<p>“A few things I am slightly obsessed with is having an animation pace, story and consistency to interactions. Just something to throw in when looking at micro-interactions. I’ve also been doing some self thinking about what the ‘feel’ of emotion of Gutenberg should be. The one I keep coming back to is ‘calm’ and ‘supporting’. Just another thing to throw in when looking at these smaller details.”</p>\n<p>Developers thanked Harrison and Macdonald for collecting, analyzing, and sharing data with the team. Does Gutenberg feel heavy to you? Let us know what your experience is like writing content in Gutenberg.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2017 23:06:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WordPress Support Team to Host Free Workshop August 23 on Supporting Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74257\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/wordpress-support-team-to-host-free-workshop-august-23-on-supporting-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3074:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/colored-pencils.jpg?ssl=1\"><img /></a></p>\n<p>Over the past few months the WordPress Support Team has been brainstorming ways to improve support across various aspects of the community. One new idea they are pursuing is <a href=\"https://make.wordpress.org/support/2017/07/the-developers-guide-to-supporting-your-themes-a-support-workshop/\" target=\"_blank\">hosting workshops</a> where WordPress.org theme and plugin authors can present how they approach supporting their free, open source products that have been released to the community.</p>\n<p>Some users approach WordPress.org plugins and themes with realistic expectations regarding the support they might receive on tickets. Others approach these free products as if they were all built with large teams of professional support behind them, which is rarely the case. This often results in frustration, one-star reviews, and ultimately a bad reputation for products hosted in the official directories. It is also one of the primary reasons developers forgo putting products on WordPress.org and simply opt to host them on GitHub.</p>\n<p>The new workshops will offer concrete strategies for bridging the chasm of expectation regarding support that exists between developers and users. WordPress.org theme and plugin authors will share the tools and ideas they have implemented to offer support while creating a positive experience for everyone involved.</p>\n<p><a href=\"https://kpresner.com/\" target=\"_blank\">Kathryn Presner</a>, who supports hundreds of themes at Automattic, will be leading the first workshop titled “The Developers Guide to Supporting Your Themes:”</p>\n<blockquote><p>Providing support for your themes offers tremendous opportunities to educate WordPress users, from explaining how to make a child theme to offering simple CSS customisations. It also presents challenges, like figuring out how to help people who aren’t tech-savvy or need support beyond the scope of what you can provide. While many developers dread doing support, with some concrete strategies and techniques in hand, helping users doesn’t have to be a chore – and can even be fun! This session looks at how to make your themes’ users happy while feeling a sense of satisfaction from your own support efforts – a winning combination in the world of theme development.</p></blockquote>\n<p>WordPress.org theme authors will want to mark their calendars for <a href=\"http://www.timeanddate.com/worldclock/fixedtime.html?iso=20170823T1600\" target=\"_blank\">Wednesday, August 23 at 11 AM CDT</a>. The workshop will be broadcast live as a Zoom teleconference and will last for an hour, including time for a Q&A at the end. Zoom can <a href=\"https://support.zoom.us/hc/en-us/articles/201362023-System-Requirements-for-PC-Mac-and-Linux\" target=\"_blank\">run on desktop</a> and also offers <a href=\"https://zoom.us/download\" target=\"_blank\">apps for mobile devices</a>. The session will be recorded and available on WordPress.tv at a later date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2017 19:19:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WPWeekly Episode 285 – Not Every WordPress Is the Same\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=74233&preview=true&preview_id=74233\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wpweekly-episode-285-not-every-wordpress-is-the-same\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2894:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I open the show by discussing our observations of social media lately. Our feeds are filled with anger and for me personally, Twitter is becoming less useful.</p>\n<p>We discussed the news of the week, including a lengthy conversation about Automattic opening up the WordPress.org ecosystem of plugins and themes to Business plan customers. Near the end of the episode, we share the features we’d like to see in a syntax highlighter for the built-in plugin and theme editors.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-foundation-to-sponsor-open-source-educational-events\">WordPress Foundation to Sponsor Open Source Educational Events</a></p>\n<p><a href=\"https://wptavern.com/woocommerce-forks-select2-releases-selectwoo-as-a-drop-in-replacement-with-improved-accessibility\">WooCommerce Forks select2, Releases selectWoo as a Drop-In Replacement with Improved Accessibility</a></p>\n<p><a href=\"https://wptavern.com/gutenberg-0-8-0-introduces-5-new-blocks-categories-text-columns-shortcode-audio-and-video\">Gutenberg 0.8.0 Introduces 5 New Blocks: Categories, Text Columns, Shortcode, Audio, and Video</a></p>\n<p><a href=\"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem\">WordPress.com’s Business Plan Gives Subscribers a Way to Tap into WordPress.org’s Third-party Ecosystem</a></p>\n<p><a href=\"https://wptavern.com/wordpress-4-9-to-focus-on-code-editing-and-customization-improvements-targeted-for-november-14\">WordPress 4.9 to Focus on Code Editing and Customization Improvements, Targeted for November 14</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wpisnotwp.com/\">WPisNotWP</a> by Caspar Hübinger, is a tiny progressive web app that outlines the differences between WordPress the open-source project and WordPress.com. Contributions to the app can be made on the <a href=\"https://github.com/glueckpress/wpistnotwp.com\">project’s GitHub page</a>.</p>\n<p>A deep dive into the WordPress user roles and capabilities API by John Blackbourn.</p>\n<div class=\"embed-wrap\"></div>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 23rd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #285:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 23:55:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Gravity Forms Stop Entries Plugin Aims to Help Sites Comply with the EU’s GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/gravity-forms-stop-entries-plugin-aims-to-help-sites-comply-with-the-eus-gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10232:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/steaming-mailbox.png?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/NRB5T25KRG\">AJ Montpetit</a>\n<p><a href=\"https://wordpress.org/plugins/wider-gravity-forms-stop-entries/\" target=\"_blank\">Wider Gravity Forms Stop Entries</a> is a new plugin that helps website owners protect the privacy of form submissions by preventing entries from being stored in the database. The plugin was created by UK-based web developer <a href=\"https://jonnya.net/\" target=\"_blank\">Jonny Allbut</a> for internal use at <a href=\"https://wider.co.uk/\" target=\"_blank\">Wider</a>, a company he set up for handling WordPress clients’ needs.</p>\n<p>One aspect of complying with the EU’s <a href=\"http://www.eugdpr.org/\" target=\"_blank\">General Data Protection Regulation</a> (GDPR) is ensuring that contact forms do not store any personally identifiable data on the server. The regulation becomes enforceable in May 2018 and sites that serve EU citizens are preparing for the deadline with audits and changes to how they handle privacy.</p>\n<p><a href=\"http://www.gravityforms.com/\" target=\"_blank\">Gravity Forms</a> doesn’t offer a built-in option to stop entries from being stored on the server but GF co-founder Carl Hancock says there are a variety of ways to accomplish this.</p>\n<p>“If all you want to do is simply email the contents of the form and not store the data in the database as part of the route you’d like to take for GDPR compliance, this plugin would be one method of doing so,” Hancock said. He also referenced Gravity Wiz’s commercial <a href=\"https://gravitywiz.com/documentation/gravity-forms-disable-entry-creation/\" target=\"_blank\">Disable Entry Creation</a> plugin. Developers can also <a href=\"https://www.gravityhelp.com/documentation/article/delete-entry-data-after-submission/\" target=\"_blank\">delete entry data after submission</a> via a hook.</p>\n<p>“However, the GDPR doesn’t preclude storing form entries in a database and is entirely dependent on the type of data you are storing and the other safeguards and functionality you have put in place,” Hancock said. “It’s a complex issue and I’m not entirely sure the EU fully understands the burden and implications that may come with it.”</p>\n<p>Ultimately, the requirement of compliance falls upon website administrators who are the ones collecting the data. It is their responsibility to select tools that will protect their users’ privacy.</p>\n<p>“While it won’t provide GDPR compliance on its own, Jonny’s extension is a much-needed step in the right direction,” digital law specialist <a href=\"https://webdevlaw.uk\" target=\"_blank\">Heather Burns</a> said. Burns consults with companies that need assistance in getting their sites GDPR compliant. “GDPR requires adherence to the <a href=\"https://www.smashingmagazine.com/2017/07/privacy-by-design-framework/\" target=\"_blank\">principles of privacy by design</a> and part of that is data minimization and deletion.”</p>\n<p>WordPress has dozens of popular contact form plugins, both free and commercial. Many of them store entries in the database in case the recipient’s email has problems, preventing the communication from becoming lost. Site administrators who are concerned about GDPR compliance will want to examine the solution they have selected for forms. Burns advised that contact form plugins need to do the following three things:</p>\n<ul>\n<li>Ensure that personal and sensitive personal data from form entries is not stored in the database;</li>\n<li>Provide configuration options to allow contact form entries to be automatically deleted after a certain period of time;</li>\n<li>Ensure that all contact form data is deleted when the plugin is deactivated or deleted.</li>\n</ul>\n<p>“Unfortunately the direction of travel has been the exact opposite: contact form entries tend to be stored in perpetuity on the database regardless of content or necessity,” Burns said. “Contact form plugins with options to automatically delete form submissions after a certain period of time are rare. I’ve even seen contact form extensions which duplicate entries to a separate table, which, all things considered, is madness. We need to be developing towards data minimization and deletion, not retention and duplication.”</p>\n<p>Last month JJ Jay <a href=\"https://tharshetests.wordpress.com/2017/06/19/wp-contact-form-remnants/\" target=\"_blank\">published</a> an analysis of how and where popular WordPress contact forms plugins store data. This is a useful reference for site administrators who are not sure how their chosen solution handles data collection and storage. She suggested a few questions for users to ask when examining contact forms:</p>\n<ul>\n<li>Can the option to store data be turned on and off?</li>\n<li>At what granularity?</li>\n<li>Can the data be deleted when the plugin is deleted?</li>\n<li>What personally identifiable data, other than the data from each form, is stored? (i.e. <a href=\"https://arstechnica.co.uk/tech-policy/2016/10/eu-dynamic-static-ip-personal-data/\" target=\"_blank\">a user’s IP address</a>)</li>\n<li>Is it possible to delete the submissions on an ad-hoc or scheduled basis?</li>\n</ul>\n<p>If you’re not sure what could be leftover in your database from other plugins, Jay has also created a “<a href=\"https://github.com/tharsheblows/mjj-whats-in-my-database\" target=\"_blank\">What’s in my database?</a>” plugin that administrators can install and access under the Tools menu. It is read-only and lists every table and its columns, so users can see if there are any surprises.</p>\n<h3>British Pregnancy Advice Service (BPAS) Hack Highlights the Danger of Storing Contact Form Entries in the Database</h3>\n<p>In educating website owners about the dangers of storing sensitive personal data, Heather Burns often cites the 2012 British Pregnancy Advice Service (BPAS) hack as one of the worst examples of the consequences of storing contact form entries in databases. The hacker, who was later jailed, stole thousands of records from the charity, which was running on an unknown outdated CMS with weak passwords. The site had not undergone a privacy impact assessment on its personal data collection and storage methods.</p>\n<p>“One of the services BPAS offers is access to abortions,” Burns said. “Many of their service users come over from Ireland, where abortion is banned under nearly all circumstances. The site had a contact form where women could enquire about abortions. BPAS thought that messages were merely passing through the site; no one within the organization had any clue that a copy of each contact form submission was stored on the database. Somewhat inevitably, the site was easily hacked by an anti-abortion activist who downloaded the database. He found himself in possession over 5,000 contact form submissions going back over five years containing women’s names, email addresses, phone numbers, and the fact that they were enquiring about abortions. He then announced his intention to publish the womens’ data on an anti-abortion forum.”</p>\n<p>The hacker was caught and arrested before he had the opportunity to publish the list. He received 32 months of jail time and BPAS was fined £200k for the data protection breaches.</p>\n<p>“As well as criticizing the charity for their technical failures, the regulator called attention to the fact that no one on the staff had thought to ask the proper questions about the tools they were using; they were also angry that the site had a legalistic privacy policy which was clearly not worth the pixels it was printed on,” Burns said. “All of these failures were deemed inadmissible and inexcusable by the data protection regulator. It is no exaggeration to say that women could have been killed because of a contact form.”</p>\n<p>Auditing contact forms is just one piece of the puzzle for those working towards GDPR compliance. Burns recommends that site administrators conduct a privacy impact assessment of personal and sensitive data that is submitted through forms. Privacy notices should also be clear about how this data is handled and how long it is retained before it is deleted.</p>\n<p>The GDPR was written to be extraterritorial and states that the regulations apply to any site or service that has European users. These sites are expected to protect EU users’ data according to European regulations. Many American company owners are not yet convinced that this is enforceable outside of EU borders and have not invested in getting their online entities to be compliant.</p>\n<p>“GDPR provides a very useful framework for user protection, which is now more important than ever,” Burns said. “I’m encouraging Americans to work to GDPR because it’s a constructive accountable framework that’s a hell of a lot better than nothing.”</p>\n<p><a href=\"https://wordpress.org/plugins/wider-gravity-forms-stop-entries/\" target=\"_blank\">Wider Gravity Forms Stop Entries</a> is currently the only plugin in the official WordPress directory that addresses GDPR concerns for a specific contact form plugin. Others may become available as the May 2018 deadline approaches. Jonny Allbut warns users in the FAQ to test the plugin with third-party GF extensions before adding it to a live site, as some extensions may rely on referencing data entries stored in form submissions.</p>\n<p>I asked Carl Hancock if Gravity Forms might make storing form entries in the database an optional feature and he confirmed they are considering it.</p>\n<p>“Yes, this is certainly possible,” Hancock said. “We try to avoid conflicts with available 3rd party add-ons for Gravity Forms to encourage their development,” Hancock said. “But unfortunately it is not always avoidable. It is a feature that has been requested numerous times in the past and I suspect with the GDPR it will be a feature that will be requested even more going forward.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 23:03:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Post Status: Free speech, privacy, and the web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/free-speech-privacy-and-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7492:\"<p>Politics and the web are intersecting more and more. In recent news, at least three WordPress related companies have been getting broad media attention.</p>\n<p>In just a few days, we’ve seen GoDaddy <a href=\"https://www.vox.com/policy-and-politics/2017/8/14/16143820/godaddy-and-google-wont-host-daily-stormer-domain\">shut down a site</a> for violating terms and conditions, <a href=\"https://www.fastcompany.com/40454089/wordpress-bans-website-of-fascist-group-linked-to-alleged-charlottesville-killer\">as well as</a> Automattic. DreamHost received significant attention for <a href=\"https://www.dreamhost.com/blog/we-fight-for-the-users/\">refusing to release site visitor information</a> to the US Department of Justice.</p>\n<p>I think the most relevant angle for this website is to note that it’s important for web-based services to be prepared for the unexpected news cycles that revolve around web-based properties.</p>\n<p>How well does your PR team know your terms and conditions? What’s your stance on free speech, and when can that cross a line into speech or content that your service is ready to limit? The definitions can be narrow; let’s look at Automattic’s decision to shut down a site called Blood and Soil.</p>\n<p>It’s a despicable site, and it has been for a while. Automattic is aware of the sites that exist on WordPress.com, and this isn’t their first rodeo with objectionable sites receiving lots of backlash from advocacy groups. For instance, the Guccifer 2.0 person or group that hacked the Democratic National Committee was on WordPress.com, and they still are. There are countless others, some hacking related, some simply vile or hate-filled.</p>\n<p>So what makes a site cross the line for a particular service? GoDaddy’s Ben Butler <a href=\"https://www.fastcompany.com/40411086/activists-push-back-against-the-platforms-that-quietly-empower-hate-groups\">described to Fast Company</a> that they draw the line between speech and violence:</p>\n<blockquote><p>GoDaddy’s Ben Butler described to Fast Company that they draw the line between speech and violence:</p>\n<p>“We strongly support the First Amendment and are very much against censorship on the internet,” writes Ben Butler, director of the Digital Crimes Unit for <a href=\"https://www.godaddy.com/\">GoDaddy</a>, in an email. He adds that, “if a site promotes, encourages, or engages in violence against people, we will take action.”</p></blockquote>\n<p>The GoDaddy decision (which Google followed up with as well) was especially interesting because they made the decision as the domain registrar, not a content host. In that case they weren’t actually providing the hosting service.</p>\n<p>Automattic has similar policies. Specifically, they link to <a href=\"https://en.support.wordpress.com/user-guidelines/\">user guidelines</a> within their <a href=\"https://en.wordpress.com/tos/\">ToS</a>, which has a clause for “directly threatening material.”</p>\n<blockquote><p>Do not post direct and realistic threats of violence. That is, you cannot post a genuine call for violence—or death—against an individual person, or groups of persons. This doesn’t mean that we’ll remove all hyperbole or offensive language.</p></blockquote>\n<p>They also have a specific policy (not directly linked from their ToS) for <a href=\"https://en.support.wordpress.com/terrorist-activity/\">terrorist activity</a>, and a provision to allow them to remove content or users for any reason.</p>\n<p>The terrorist in Charlottesville aligned himself with Blood And Soil, prompting Automattic to pull the plug — as the line was crossed.</p>\n<p>DreamHost’s <a href=\"https://www.dreamhost.com/blog/we-fight-for-the-users/\">pushback to the government</a> was about First Amendment concerns as well, primarily with visitors:</p>\n<blockquote><p>The request from the DOJ demands that DreamHost hand over 1.3 <em>million</em> visitor IP addresses — in addition to contact information, email content, and photos of <strong>thousands</strong> of people — in an effort to determine who simply <em>visited</em> the website. (Our customer has also been notified of the pending warrant on the account.)</p>\n<p>That information could be used to identify any individuals who used this site to exercise and express political speech protected under the Constitution’s First Amendment. That should be enough to set alarm bells off in anyone’s mind.</p></blockquote>\n<p>Every host deals with requests that may not require visitor information but definitely do require account information. Automattic’s Paul Sieminski provided a helpful post on the <a href=\"https://transparency.automattic.com/2017/07/25/shining-light-on-national-security-letters/\">types of requests they get</a>, and how they handle them.</p>\n<p>The US has broad protections built into the First Amendment covering free speech. Platforms are not required to meet those protections; however, many are strident supporters of the First Amendment. Those protections are often for some of the most unpopular types of content. The Supreme Court has ruled there’s <a href=\"https://www.bostonglobe.com/opinion/2017/08/14/there-hate-speech-exception-first-amendment/q9m4IqfQvbo24nnlnPor1O/story.html\">no hate speech exception in the First Amendment</a>, and this ruling has been cited recently in a trademark case.</p>\n<p>I think the author of the above-cited op-ed makes a good point:</p>\n<blockquote><p>We can and should speak up against hate. As the Supreme Court makes clear, there’s no hate speech exception to the First Amendment. With that freedom comes a heavy burden for government officials like Baker and Walsh, who must try to keep protected speech from turning into acts of violence.</p></blockquote>\n<p>The burden is also heavy for platforms who are dedicated to providing a place for unpopular opinions. There are many times when the unpopular opinion, or anti-government opinion, is incredibly important to protect. But when speech stems over into violence, then I believe platforms have not only a right, but also a responsibility to take a stand.</p>\n<p>It’s important for organizations to be educated about and consistent with their own terms of service, company-wide. I’m afraid these hard questions about speech, rights, and responsibility will be pretty common for a while to come. And as fast as information spreads — for instance, the calls for GoDaddy to shut down a hate site this week came in a fury, part of a quickly viral Twitter post — acting quickly and consistently will be incredibly important.</p>\n<p>I’ve talked about platforms and services with some control over their user base. The obvious other side of this is that there is a whole segment of our community with no control over their users. Your theme, plugin, and WordPress itself can be used without permission by absolutely anyone, and of course that’s by design. WordPress or a WordPress-related product could be identified and criticized virally for enabling objectionable users and content</p>\n<p>As a community, are we prepared to respond to that?</p>\n<p>PS: If you’re a journalist writing about WordPress.com and issues like these, please understand the difference between WordPress.com, owned by Automattic, and WordPress the software. <a href=\"https://poststatus.com/resources/wordpress-versus-automattic/\">I wrote a handy guide for you</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 18:38:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: The Greatest Screenplay Writer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2033\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/greatest-screenplay-writer/#utm_source=rss&utm_medium=rss&utm_campaign=greatest-screenplay-writer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14463:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/081617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not like any other open source communityI saw before.\" /><p>My upbringing was not quite usual Serbian upbringing. I was almost forbidden to do things I didn’t really love. My parents insisted on trying things and finding that deep passion. But I didn’t have to search and try. I always knew what I’d be when I grow up. As long as I remember, there was no doubt.</p>\n<h3>A classical musician</h3>\n<p>When I was 8 my mom took me to local music school for entrance examination. I was in! Oh, joy! Finally I was learning to play and sing, to read and write this new language. Italian. Oh, music scores too! There was a whole new world that my parents, or anyone in my family, didn’t know anything about and I was stepping into it. I was doing just fine in it.. and I couldn’t live outside of it.</p>\n<p>As time passed, I finished elementary and high music school, went to music Academy, almost finished it and then my mother died. It was 2003. Two weeks later I found out I was pregnant. There was no time for grief and I couldn’t feel the joy. I just switched off and turned to the facts: I became a mom and a wife and I needed a job.</p>\n<p>And what a job did I found. An opera prompter. Opera Prompter! God, I love that job. Every second of it for ten years. I was yelling at singers, singing, conducting, traveling, laughing and crying. My Italian was significantly improved. Working time was great – so much free time to be a mom, study for Academy, get a hobby…</p>\n<h3>Opera prompter’s hobby</h3>\n<p>In 2007 I was administrator in one English speaking forum with focus on software and hardware topics. It helped me to significantly improve my English. And my tech knowledge. Which was close to none when I registered. As one of administrators, occasionally I had to tweak site here and there. It was great! There was this code and when I would change something in code it would show on the site. Neat! I loved reading those files, finding patterns and parts written in humanly understandable forms. Later I learned those were called loops and conditionals. Also later I learned that this language is called PHP and that many other languages for building websites exist. Forum script was phpBB3.</p>\n<p>I was never a gamer. Never understood the point of game, besides finishing it. I guess PHP was to me what games are to passionate gamers. Like a puzzle or sudoku.</p>\n<p>At the same time my marriage was turning from bad into worse and in the beginning of 2008 I finally decided it was enough. We were working on Mozart’s “Don Giovanni” in Theater. I remember this so clearly because my divorce was just turning from bad into worse. Those few months lasted for centuries after which I still needed a lot of time to recover what’s left of my self-esteem. My complete mental and emotional health was destroyed after years of domestic violence.</p>\n<p>2009 was important year for me. The cognition of possibility to have local server on my own machine and test everything before executing it on live site turned out to be very helpful.</p>\n<p>In October I needed a blog script and friend recommended WordPress. It was 2.9 version. It didn’t really work well but everyone was writing about it. There were at least 5 new tutorials on various blogs every day. I was digesting them every morning with my first coffee. The ones I really liked I even reproduced in my shiny new localhost. Soon enough I developed a local monster with different widgets on each page, future posts archive, post series done with custom fields and God knows whatnot. This WordPress was slowly taking over my free time. Every second of it.</p>\n<h3>So, the WordPress it is</h3>\n<p>One day a friend of mine asked me to build him a website for his ensemble. And for money. Money? I never thought of getting money for this. This was too good of a hobby. But he’s a friend so I did it. Then another friend showed up with the same request. And another.. I became freelance WordPress developer before I could even understand what was happening. It wasn’t really a favor to friends any more. I was a single mom with mortgage. My daughter was in primary school, life costs became serious while the art-and-culture salary was silently and regularly reduced.</p>\n<blockquote><p>I was freelancing every single minute I could. Sleeping was luxury I could afford on weekends.</p></blockquote>\n<p>My dad was helping me tremendously. He was babysitting during theater’s rehearsals and performances in the evenings. When I’d get home, my daughter was sleeping, tomorrow’s meals cooked, dishes done and shining. I could go on like this but it was uncertain for how long.</p>\n<p>In the summer of 2013 I was recovering from what was supposed to be routine gallbladder surgery and what nearly cost me life. Almost fully operational, I was getting ready for next roller coaster known as a mix of school year, freelancing and theater’s season. Then my father died. Suddenly. In an accident.</p>\n<p>Oh, this screaming silence..</p>\n<p>I couldn’t think. Or breathe. For months. I needed someone to put the roller coaster on pause. Just.. Just a short one. To take a breathe. But there was no one. I was all alone with a 9 years old child who had to grow up fast. I had to grow up fast.</p>\n<blockquote><p>All of a sudden I realized that I can not afford a single mistake any more. I can not be ill, get in debts, lose job. Or mind. I was the only one I could count on.</p></blockquote>\n<p>In 2014 my theater salary got reduced once again. And again in following year. 30% in total. For ten years it never covered all of my monthly expenses but this was ridiculous. It was a time for me to stop playing it safe and see what I’m made of. That was probably the most difficult decision I have ever made. A heart breaking one. Stop being musician. So I quit being Opera Prompter and started working as a full time WordPress developer.</p>\n<h3>Well, hello, World!</h3>\n<p>I didn’t really know for which wage level my knowledge was. For years I was the only WordPress developer I knew in person. The rest were all online superstars I was learning from. So I started as a shy medior and the only WordPress developer in agency. It turns out that, for this agency needs, I was senior and soon enough I was organizing and leading development processes for new projects.</p>\n<p>From the business point of view repeating similar projects makes you “niche expert”. I do understand that. But, as many other developers out there, I don’t like repeating the same tasks or projects. Not even once. I missed variety which led me to become more active contributor on wordpress.org.</p>\n<blockquote><p>For years I was just contributing to codex here and there and never really thought about all the people behind WordPress.</p></blockquote>\n<p>In my vague image, they were a bunch of really great developers and they were doing just fine. I was learning from them so I could not possibly help them. I would just be on their way.</p>\n<p>However, in my attempt to find something interesting to keep my mind amused with, I came upon <a href=\"https://make.wordpress.org/chat/\">Slack url</a> for communication between contributors on WordPress project. What a crowd! And not just developers – everyone! Doing all kinds of different bits, and all important. How odd. WordPress is not like any other open source community I saw before. So much more open and inviting! I remember reading through channels and thinking: “I could do this”, “Oh, I’d love to learn that”, “This person is funny”.. I’m gonna stick.</p>\n<h3>Antisocial extrovert in a more open open source community</h3>\n<p>No matter how I tried, and I did try, I’m just not a people person. Among other antisocial treats, over the years I have developed a heavy dark humor which, more often than not, due to lack of social interactions I reveal in a completely wrong way. But these people seem not to mind so I thought to give it a try with them. Don’t get me wrong, <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/code-of-conduct/\">Code of Conduct</a> is extremely important in WordPress community. No community wants bullies. But rare communities accept social weirdos and misfits. And this one doesn’t just accept them, it makes them feel like fits. That was a nice change.</p>\n<p>I started attending local <a href=\"https://www.meetup.com/WP-Meetup-NS/\">Meetups</a>, even gave <a href=\"https://www.meetup.com/WP-Meetup-NS/events/235186967/\">a talk</a> on contributing to <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">Theme Review team</a> after which I was invited to join <a href=\"https://www.toptal.com/\">Toptal platform</a> as a freelance developer. My social adventure got me volunteering on <a href=\"https://2017.belgrade.wordcamp.org/\">WordCamp Belgrade</a> and <a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe in Paris</a>. I must admit there were “too many people at the same time” moments but there were lots of ways to stay involved with controlled dose of human interactions. I chose volunteering at Experts bar and it worked out just great. I really loved all the hugs though.</p>\n<p>Today I try to keep my focus on just a few channels in make WordPress slack and my contribution wish list regularly updated. One can have only so many hours in a day. Most often you’ll find me in <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fdocs\">#docs</a> and <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fcore-docs\">#core-docs</a> channels, doing various stuff with <a href=\"https://make.wordpress.org/docs/handbook/about-the-docs-team/get-involved/\">Documentation</a> team.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/milana-cap_wcbgd.jpg\"><img class=\"alignnone wp-image-2036 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/milana-cap_wcbgd-1024x683.jpg\" alt=\"Milana, on a rooftop baclony with some other people looking at her phone\" width=\"960\" height=\"640\" /></a></p>\n<h3>The Questions</h3>\n<p>Among all the questions I get about my professional path, the most commons are “<strong>How come you made such a huge change from music to web development?</strong>“, “<strong>Did you go to school to become a developer</strong>?” and “<strong>Do you miss being musician?</strong>“. Answer to the first question is quite easy:</p>\n<p>“Being musician and writing code are pretty much the same. They both require the same parts of your mental struggle and make you go through the same emotional tortures and enlightenments.”</p>\n<p>The second question, however, is a bit more difficult to answer. In the light of the first answer, I could say that I was exposed to the required way of thinking. Practicing an instrument 6 hours per day for over a decade does teach you a couple of things about commitment. World of classical music is a world of magnificent talents and varieties which touches you all the way to the humble self where you find appreciation for being able to feel this way. Personally, I believe this is extremely important for developer – to be humble and grateful to person who helped them find this humbleness.</p>\n<p>No, I don’t have a formal developer’s education. It doesn’t seem to prevent me from being developer. And no, I don’t miss being musician. Because I never stopped being one. I listen to classical music while I code and play piano when I have a difficult programming problem to solve. Feels so natural.</p>\n<p>I’d like to say that everything turned out pretty good at the end but, as my father used to say: “Life is the greatest screenplay writer” and my life seems to be the witty one too. In expectation of future turns I’d recommend <a href=\"https://www.youtube.com/watch?v=-4788Tmz9Zo&t=884s\">Beethoven’s Symphony No.7, II movement</a>, some very loud laughs and lots of WordPress loops.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Greatest Screenplay Writer\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Greatest%20Screenplay%20Writer&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Greatest Screenplay Writer\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F&title=The+Greatest+Screenplay+Writer\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Greatest Screenplay Writer\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/greatest-screenplay-writer/&media=https://heropress.com/wp-content/uploads/2017/08/081617-150x150.jpg&description=The Greatest Screenplay Writer\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Greatest Screenplay Writer\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/greatest-screenplay-writer/\" title=\"The Greatest Screenplay Writer\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/greatest-screenplay-writer/\">The Greatest Screenplay Writer</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 12:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Milana Cap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WordPress Mobile Apps Updated with a New Login Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordpress-mobile-apps-updated-with-a-new-login-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4732:\"<p>The WordPress mobile apps are sporting <a href=\"https://en.blog.wordpress.com/2017/08/15/an-updated-login-coming-to-the-wordpress-mobile-apps/\" target=\"_blank\">a new login experience</a> that Automattic’s mobile designers and developers released in the latest versions. The login flow has been completely redesigned to provide a more unified experience for connecting both self-hosted and WordPress.com-hosted sites. These flows were completely separate in the past and users were often confused about which one to select. The new design provides fewer opportunities for friction when logging in, an experience that likely determines many users’ first impressions of the app.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/self-hosted-login-wp-mobile-apps.png?ssl=1\"><img /></a>Self-hosted login on mobile apps\n<p>“As we reimagined the login experience, there were a few key principles guiding us: keep it simple, minimize the distinction between a site hosted at WordPress.com versus somewhere else, and avoid anything that might be too clever,” Automattic mobile lead Eric Johnson said.</p>\n<p>Users can now connect new sites by entering the URL and the mobile apps will automatically detect if the site is hosted on WordPress.com or not. The new login flow ferries users on to the next step based on what kind of site is being connected. This is available in version 8.0 of WordPress for Android and version 8.2 of WordPress for iOS.</p>\n<p>The new login experience emphasizes the ease of using magic links for logging into WordPress.com. If the user enters and email address, the app will generate an authentication link and send it via email. This allows users to login without having to remember or enter a password.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/new-login-experience-wp-mobile-apps.png?ssl=1\"><img /></a></p>\n<p>If a user is entering the world of WordPress for the first time through the mobile apps, the new login experience also offers a short tour of the some of the features included in the app. These include WordPress.com features such as notifications, Stats, and the Reader. The apps, despite being marketed as the official WordPress mobile apps, are a product of Automattic and include a commercial upgrade path for WordPress.com services.</p>\n<p>The idea of the apps functioning as a gateway to help the greater WordPress ecosystem gain more users (and eventually see some graduate to self-hosted sites), no longer seems credible now that WordPress.com has <a href=\"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem\" target=\"_blank\">entered the hosting space by allowing its customers to tap into third-party plugins and themes</a>.</p>\n<p>The updated login experience, while more convenient for users, continues to blur the line between self-hosted and WordPress.com-hosted sites. WordPress for Android and iOS used to have their own separate blogs but all of the news is now funneled through WordPress.com’s news blog and the @WordPressiOS and @WPAndroid Twitter accounts seemed to have been abandoned in favor of marketing updates through WordPress.com.</p>\n<p>In the past, many in the WordPress community have asked why the apps are not called the WordPress.com mobile apps, since they include features that are not central to the core publishing experience for self-hosted users. Last year when I <a href=\"https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan\" target=\"_blank\">interviewed</a> Maxime Biais, one of Automattic’s mobile engineers, he said the team had considered splitting the product into two apps.</p>\n<p>“We considered having both WordPress and WordPress.com apps, but we rejected this because it doesn’t make it more clear,” Bias said. “It’s probably even more ambiguous when someone searches the Play Store for ‘WordPress’ or ‘Blog’ and finds both WordPress and WordPress.com apps.”</p>\n<p>Now that that mobile apps have become a direct pipeline for new WordPress.com hosting customers, it may be time to re-visit the consideration of splitting the apps into two distinct products: one for WordPress.com’s commercial interests and one that officially represents the open source WordPress project for self-hosted users without any corporate interests. If the project’s official mobile apps are a key part of new users’ onboarding experience, they should accurately represent the software as an independent platform that can be hosted with and extended by any number of free and commercial products in the WordPress ecosystem.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 06:33:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordCamp US to Experiment With A Community Bazaar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wordcamp-us-to-experiment-with-a-community-bazaar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2237:\"<p>In addition to taking place in a new location this year, <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> will have a <a href=\"https://2017.us.wordcamp.org/attendee-information/community-bazaar/\">Community Bazaar</a>. An area will be set aside in the venue allowing those chosen to showcase their WordPress communities. Raquel Landefeld, Randy Hicks, and Dustin Meza are organizing the Bazaar.</p>\n<p>Landefeld says the idea was inspired by the people who make up the WordPress Community. “We recognize that some local WordPress communities are thriving and some are just getting started,” she said.</p>\n<p>“What better way to help build community then by showcasing our local communities to the world. The thought is that smaller, newer, and communities just in their infancy, will be inspired with fresh ideas and or how-tos from the bigger and more established WordPress communities.”</p>\n<p>The idea is similar to that of a science fair where each community chosen will have a space to highlight why theirs is awesome.</p>\n<p>The purpose of the event is to inspire growth while providing an opportunity for communities to learn from each other. There will also be metrics shared such as, number of meetup and WordCamp attendees, meetups per month, and unique qualities pertaining to the local groups.</p>\n<p>The organizing team is looking for the inside scoop on local communities. “This is all about you and your local WordPress community,” Landefeld said.</p>\n<p>“This is your time to shine. Why is your community different, special, or amazing? Be showy! Forget modesty. Let your community’s awesomeness be a tool to inspire other WP communities just getting started or striving.”</p>\n<p>Last year saw record growth for WordPress community events. In 2016, more than 62,566 people attended a local meetup in 58 countries and about one-third of those were new members. A total of 115 WordCamps were hosted in 41 different countries.</p>\n<p>Those interested in participating in the Bazaar are encouraged to fill out the following <a href=\"https://2017.us.wordcamp.org/attendee-information/community-bazaar/\">submission form</a> and provide as many details as possible.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 00:45:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: maekit Acquires WP Remote, Plans to Add Cloud-Based Backup Services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/maekit-acquires-wp-remote-plans-to-add-cloud-based-backup-services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3661:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/maekit-wpremote.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://maek.it/\" target=\"_blank\">maekit</a>, a cloud-based platform that handles the business aspect of web design, has <a href=\"https://hmn.md/2017/08/10/wp-remote-finds-home-maekit/\" target=\"_blank\">acquired WP Remote from Human Made</a>. Two years after Human Made began searching for a buyer, maekit purchased WP Remote to integrate it with the company’s existing platform that caters to designers managing multiple clients.</p>\n<p>“WP Remote had remained a much-loved product with its users and despite receiving no ongoing development it had remained an iconic plugin in the WordPress community,” Human Made CEO Tom Willmot said.</p>\n<p>maekit took over WP Remote operations in March after closing the deal. According to maekit CEO Matt Holme, the company inherited 20,000 users with 120,000 WordPress websites. His team has maintained WP Remote in its original platform for the past few months before integrating it into maekit last week.</p>\n<p><a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a> has offered unlimited, free WordPress site management (updating core, plugins, and themes with a single click) since 2010. It hasn’t received ongoing development for several years, but maekit plans to add backup features that will make bring it more up to speed with competitors like MangeWP, MainWP, and InfiniteWP.</p>\n<p>“We definitely plan to keep WP Remote free and expand its features,” Holme said. “Specifically we are looking at offering easy-to-manage cloud-based backup services. For example, hook up your Dropbox (or any other popular cloud based storage system) and schedule regular backups of your WP websites.”</p>\n<p>maekit’s acquisition of WP Remote gives the company’s customers the ability to deploy WordPress sites with one click and manage client sites and domains through a unified, white-labeled invoicing and payment system. The company has rolled out a few long-overdue bug fixes to WP Remote and Holme says the rest of maekit is functional but still technically in a closed beta mode.</p>\n<p>“Our revenue model revolves around direct sale hosting plans and also reselling integrated hosting plans for other leading global hosting providers,” Holme said. “We are refining the free invoicing and payment processing system built into maekit so that a maekit / WP Remote user can deploy a new hosted WP and charge their client a recurring monthly fee and retain the mark up they add on top of our base hosting prices as profit. This means literally no out of pocket expense for maekit / WP Remote users.”</p>\n<p>Although maekit’s one-click deployment service supports many popular CMS’s and e-commmerce platforms, including WordPress, Opencart, Drupal, Magento, and Joomla, Holme said the vast majority of the company’s customers are running on WordPress. Acquiring WP Remote brings a host of valuable new features to maekit’s customer base. maekit’s built-in client billing features, customized for freelancers and agencies, are what Holme says will differentiate the company from its competitors in the WordPress space.</p>\n<p>“I have a great deal of respect for these other WP management platforms and feel the size of the WP market means there is opportunity for all to succeed,” Holme said. “With the features of maekit also including new website deployment, invoicing, payment processing and client management, our platform is unique from the others.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Aug 2017 03:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Gutenberg 0.8.0 Introduces 5 New Blocks: Categories, Text Columns, Shortcode, Audio, and Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/gutenberg-0-8-0-introduces-5-new-blocks-categories-text-columns-shortcode-audio-and-video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5712:\"<p>Gutenberg <a href=\"https://make.wordpress.org/core/2017/08/11/whats-new-in-gutenberg-11th-august/\" target=\"_blank\">0.8.0</a> was released over the weekend with five new blocks, major improvements to existing blocks, and support for more publishing features that have been missing from the new editor’s sidebar. The release also carries out the controversial decision to <a href=\"https://wptavern.com/user-tracking-to-be-removed-from-gutenberg-in-upcoming-0-8-0-release\" target=\"_blank\">remove the opt-in usage tracking code from the plugin</a>.</p>\n<p>The new <a href=\"https://github.com/WordPress/gutenberg/pull/2102\" target=\"_blank\">Categories block</a> can be found under the Widgets section, as it’s output is based on the existing categories widget. The default display is an alphabetized list of categories, but the block settings include options to display as a dropdown, show post counts, and show hierarchy.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/categories-block.png?ssl=1\"><img /></a></p>\n<p>A new Text Columns block allows users to split text content into multiple columns. The settings include a sliding scale for selecting 2-4 columns.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/text-columns-block-e1502741151590.png?ssl=1\"><img /></a></p>\n<p>Contributors are calling the Text Block “an initial exploration” of multiple columns for text-only content. Depending on testing, it may not be the implementation that ends up landing in the plugin permanently.</p>\n<p>“We’ve been over how difficult it is to get columns right, and also how already today third parties can build this,” Joen Asmussen <a href=\"https://github.com/WordPress/gutenberg/pull/2117#issuecomment-319347010\" target=\"_blank\">said</a>. “We may very well want an entirely different implementation than this one. But perhaps it’s good to get this in now and test it. Perhaps this can help inform how a better column implementation can work down the road. In fact we might want to merge this block in now, only to take it back out later again, same as the Cover Text block. For that reason, I think it’d be good to test this.”</p>\n<p>The new Video and Audio blocks are geared towards inserting files that have already been uploaded to the media library. However, I found the text on the video block to be confusing. If I was new to WordPress and didn’t understand how oEmbed works, I would be clicking inside the video block to figure out where to paste the URL.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/video-block.png?ssl=1\"><img /></a></p>\n<p>The new Audio and Video blocks mirror the same kind of functionality that users have experienced when adding images to their sites. In the future, contributors may introduce more features to the audio block, such as additional playback types and looping, but the first iteration includes just the basics.</p>\n<p>Gutenberg 0.8.0 adds resizing handlers to the existing Image Block, making it easy for users to insert and quickly resize an image. If you review the <a href=\"https://github.com/WordPress/gutenberg/pull/2213\" target=\"_blank\">GitHub ticket</a> for this feature, it’s clear that it was not easy to implement. Image resizing has gone through several changes and may have more down the road, especially as it pertains to the behavior of the caption. Ultimately, the caption field should not be wider than the image so that the two are placed together.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/image-resizing-gutenberg.png?ssl=1\"><img /></a></p>\n<p>This release introduces a post formats selector to the post settings sidebar. It includes a suggestion based on what blocks are in use in the post. One participant on the ticket noted that the suggestion gives too much importance to the post formats selection and might be confusing to users. The suggestion persists, despite a user switching the format to the one suggested. This is because Gutenberg cannot detect if it was explicitly set by the user or if the user selected the suggestion.</p>\n<p>“I happen to agree with you: post formats should go away,” Joen Asmussen <a href=\"https://github.com/WordPress/gutenberg/pull/2307#issuecomment-321232074\" target=\"_blank\">said</a>. “In fact part of the genesis of blocks as a concept is to provide a better interface than what post formats did. So the post format selector here is strictly a back-compat thing.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/post-format-selector.png?ssl=1\"><img /></a></p>\n<p>Gutenberg contributors have also <a href=\"https://github.com/WordPress/gutenberg/pull/2288\" target=\"_blank\">updated</a> the <a href=\"https://github.com/WordPress/gutenberg/blob/master/docs/design.md\" target=\"_blank\">design document</a> for the project, offering more clarity on their goals and concepts they are using to build the editor:</p>\n<blockquote><p>Ultimately, the vision for Gutenberg is to make it much easier to author rich content. Through ensuring good defaults, wrapping and bundling advanced layout options blocks, and making the most important actions immediately available, authoring content with WordPress should be accessible to anyone.</p></blockquote>\n<p>The idea is to simplify content creation for users so that they only have to learn one interface – the block interface. The design document adds several new sections that elaborate on the concept of “everything is a block” and includes best practices that developers can reference when designing their own blocks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Aug 2017 22:18:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Early Results from NRKbeta’s Comment Quiz Plugin Show Readers Enjoy the Quiz but Rarely Leave a Comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74105\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/early-results-from-nrkbetas-comment-quiz-plugin-show-readers-enjoy-the-quiz-but-rarely-leave-a-comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3492:\"<p>Earlier this year, <a href=\"https://nrkbeta.no/\" target=\"_blank\">NRKbeta</a>, the Norwegian Broadcasting Corporation’s media and technology site, <a href=\"https://wptavern.com/nrkbeta-open-sources-comment-quiz-plugin-for-wordpress\" target=\"_blank\">open sourced its comment quiz plugin for WordPress</a>. The site’s publishers have been experimenting with requiring their readers to complete a short, three-question quiz before giving access to the comment form on certain articles. The goal of the plugin was to prevent rants and off-topic responses by ensuring that commenters have read the article.</p>\n<p>NRKbeta has <a href=\"https://nrkbeta.no/2017/08/10/with-a-quiz-to-comment-readers-test-their-article-comprehension/\" target=\"_blank\">published some preliminary results</a> after six months of experimenting with a mandatory quiz before commenting.</p>\n<p>“On average, there are a lot more attempts – both correct and wrong – than actual comments,” NRKbeta journalist Ståle Grut said. “It seems many take the quiz to check how much they remember from the story – and not necessarily to leave a comment. Almost as a fun little game after reading.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/nkrbeta-comments.jpg?ssl=1\"><img /></a></p>\n<p>Grut reported that on average the quiz has an error rate of 72%. His team suspects that the bulk of the wrong answers are coming site’s international readership, as most of the articles are posted in Norwegian, which can be difficult to translate.</p>\n<p>The sample is still relatively small, because the team hasn’t yet created any set rules for when authors should enable the quiz.</p>\n<p>“The idea was to test it on stories that had potential for a gloomy comments section,” Grut said. “It is something we are proud to rarely have here at NRKbeta.”</p>\n<p>On one story, NRKbeta staff made an error where it was impossible to submit the correct answer to the quiz, because it wasn’t listed. As a result, this article’s quiz received more than 1,000 wrong answers.</p>\n<p>One unexpected benefit of the plugin is that it makes it more of a hurdle for readers to leave short comments, such as “nice post” that don’t add much to the conversation.</p>\n<p>“This favors the most eager with the most time on their hands,” Grut said. “From time to time this has led to a decline in quality and tone, causing him to often abandon the quiz module.”</p>\n<p>These initial conclusions are in line with what we predicted when the plugin was released: the most motivated ranters are not significantly inconvenienced by a short quiz. Keeping comment sections free of trolls is not yet something that is easy to automate. It still requires time spent in the moderation queue.</p>\n<p>After the comment quiz plugin was enabled on the site, NRKbeta counted more than 300 articles around the web that had been published about the experiment. Quizzing commenters was hailed as one of the best new ideas for warding off trolls. However, the NRKbeta team cannot yet conclude whether the plugin is a success or not.</p>\n<p>“The numbers seem to show that the quiz has worked like a little game for many readers,” Grut said. “They like to take the quiz, but not to leave a comment. Being tested on how much they remember from the article seems to be the most popular use of our quiz.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Aug 2017 02:54:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=74121&preview=true&preview_id=74121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6478:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Using WordPress to Publish Law Reviews</h2>\n<p>Kevin O’Keefe of Above the Law, <a href=\"http://abovethelaw.com/2017/08/kim-jong-un-has-much-to-teach-pentagon-about-speed-gen-hyten/\">explains why</a> WordPress should be used to publish law reviews instead of printing them.</p>\n<blockquote><p>Ten years ago it would not have been as easy to set up, or license, a WordPress publishing platform by each law school. Most law professors were, and still are, publishing blogs on <a href=\"http://www.typepad.com/\">TypePad</a>, an outdated and little used publishing software, originally produced by Six Apart.</p>\n<p>Today, WordPress is running almost 70 percent of the content management systems in the world. WordPress is regularly updated and enables a multi-user platform with multiple individual sites, all of which would be needed by a law school’s ‘printing press’.</p></blockquote>\n<h2>Glutenberg Free</h2>\n<p><a href=\"https://wordpress.org/plugins/glutenburg-free/\">Gluternberg Free</a> is a WordPress plugin developed by Adam Silverstein that restores and maintains the post editing experience from WordPress 4.8.</p>\n<h2>Open Source Candy Bar Labels for WordCamps</h2>\n<p>If you’re organizing a WordCamp and want to give out Happiness bars, check out this <a href=\"https://github.com/dimensionmedia/WordCamp-Happiness-Bars\">custom label design</a> used at WordCamp Miami 2016. The assets are open sourced and available for free for other WordCamp organizers to use.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordCamps: have “Happiness Bars” for your next event. <a href=\"https://twitter.com/hashtag/wcmia?src=hash\">#wcmia</a> open-sourced the wrappers: <a href=\"https://t.co/LvtG3JlhAw\">https://t.co/LvtG3JlhAw</a> <a href=\"https://t.co/hailcQCsXg\">pic.twitter.com/hailcQCsXg</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/896060900410445825\">August 11, 2017</a></p></blockquote>\n<p></p>\n<h2>Instead of Threading Tweets, Consider Blogging Instead</h2>\n<p>Amanda Rush <a href=\"https://www.customerservant.com/next-time-youre-thinking-threading-twitter-write-blog-post-instead/\">explains</a> the drawbacks of threading messages on Twitter and why blogging is a better option. Blog posts are easier to archive and link to, are not lost in the noise as quickly, and are a better user experience for consuming content.</p>\n<p>By the way, if you’ve already threaded a message on Twitter, Rush shares links to tools that can help capture a thread and turn it into a blog post.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://www.customerservant.com/next-time-youre-thinking-threading-twitter-write-blog-post-instead/\">The Next Time You’re Thinking About Threading On Twitter, Write A Blog Post Instead</a></p></blockquote>\n<p></p>\n<h2>The Story of HelloSales</h2>\n<p>iThemes published a <a href=\"https://ithemes.com/2017/08/10/story-of-our-newest-ithemes-product-hellosales/\">detailed article</a> on how their newest product, <a href=\"https://ithemes.com/hellosales\">HelloSales</a>, came to be. Cory Miller explains the product’s logo, name, and who the people are that are building it.</p>\n<blockquote><p>The rooster is essentially the symbol or emblem of Portugal. You’ll see it everywhere there when you go there (and I strongly encourage you to do so, even if I want to keep the place all to myself).</p>\n<p>It became obvious we wanted to include a rooster in the logo of HelloSales as a hat tip to Portugal and our team there. We also think it’s a great symbol for what we hope to help our customers do — make more money through their WooCommerce stores.</p>\n<p>Through several iterations of a name, we landed on HelloSales as a name, as yet another hat tip to the story — their company’s name, HelloDev — that led us here.</p></blockquote>\n<p>It’s a cool story and one I’d like to see more CEO and founders share when they acquire a product or business.</p>\n<h2>WordPress Telemetry Part Two</h2>\n<p>Morten Rand-Hendriksen <a href=\"https://www.linkedin.com/pulse/case-telemetry-wordpress-morten-rand-hendriksen\">updated his article</a> on the case for WordPress telemetry after a <a href=\"https://twitter.com/mor10/status/895299336375902209\">lengthy conversation</a> on Twitter.</p>\n<blockquote><p>What WordPress needs is an open debate on this topic. What are the arguments for and against? What can be gained and what is lost? Should we do this? And if so, how do we do it in an open, transparent, and responsible way that helps inform and elevate the conversation while looking after the interests of <em>all</em> WordPress users?</p></blockquote>\n<p>These are interesting questions and although the <a href=\"https://core.trac.wordpress.org/ticket/38418\">ticket</a><a href=\"https://core.trac.wordpress.org/ticket/38418\"> is closed</a> on Trac, users are encouraged to continue the discussion. In the future, I’d like to see data and other research published that explains <strong>why</strong> a major User Interface changing feature is necessary in core before so much energy is devoted to it.</p>\n<h2>Cowboy Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Cowboy Wappu is the official mascot of <a href=\"https://2017.dfw.wordcamp.org/\">WordCamp Dallas/Fort Worth 2017</a> that takes place on November 11-12. Tickets are still available and include admission to the event and after-party, lunch on Saturday, and swag. Yee-Haw!</p>\n<img />Cowboy Wapuu for WordCamp Dallas/Fort Worth 2017\n<p>That’s it for issue twenty-three. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Aug 2017 01:47:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: WordPress 4.9 to Focus on Code Editing and Customization Improvements, Targeted for November 14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/wordpress-4-9-to-focus-on-code-editing-and-customization-improvements-targeted-for-november-14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3929:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/planning.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/Q3X736G951\">Sophie Ollis</a>\n<p>WordPress core contributors have set a tentative <a href=\"https://make.wordpress.org/core/4.9/\" target=\"_blank\">schedule for the upcoming 4.9 release</a>, which will be co-led by Mel Choyce and Weston Ruter. The development cycle kicked off in early August with Beta 1 scheduled for early October and the official release targeted for November 14.</p>\n<p>Choyce published a <a href=\"https://make.wordpress.org/core/2017/08/11/wordpress-4-9-goals/\" target=\"_blank\">list of goals</a> today that outlines what they will be aiming for in 4.9. WordPress users can expect to see some existing features polished up to be more user-friendly, including some long-awaited updates to the experience of editing theme and plugin files in the admin.</p>\n<p>Contributors are looking at <a href=\"https://core.trac.wordpress.org/ticket/6531\" target=\"_blank\">adding a nested folder structure</a> that will offer access to files deeper than two levels. They are also aiming to <a href=\"https://core.trac.wordpress.org/ticket/31779\" target=\"_blank\">add better warnings</a> for users who are editing themes and plugins, an improvement which Choyce described as “graduating from cowboy coding school.” This could help prevent users from unknowingly making small errors that could have a negative impact on their sites.</p>\n<p>Another goal for 4.9 is to improve the code editing experience by adding syntax highlighting. Contributors are examining the possibility of incorporating CodeMirror functionality into the Customizer’s custom CSS box as well as the plugin and theme file editors. An experimental <a href=\"https://github.com/WordPress/codemirror-wp\" target=\"_blank\">Syntax Highlighting Code Editor for WordPress Core</a> plugin is currently being developed on GitHub as a potential solution for a seven-year-old trac <a href=\"https://core.trac.wordpress.org/ticket/12423\" target=\"_blank\">ticket</a> for code editor improvements.</p>\n<p>Customizer improvements are also one of the main focuses for 4.9. Contributors to the Customize Snapshots feature plugin have been <a href=\"https://wptavern.com/customize-snapshots-0-6-0-adds-the-ability-to-name-and-merge-changesets\" target=\"_blank\">steadily refining</a> the ability to <a href=\"https://core.trac.wordpress.org/ticket/39896\" target=\"_blank\">draft</a> and <a href=\"https://core.trac.wordpress.org/ticket/28721\" target=\"_blank\">schedule</a> changesets in the Customizer. They are also looking at providing a better experience for <a href=\"https://core.trac.wordpress.org/ticket/39693\" target=\"_blank\">widget</a> and <a href=\"https://core.trac.wordpress.org/ticket/39692\" target=\"_blank\">menu mapping</a> when switching between themes, improving homepage settings (“<a href=\"https://core.trac.wordpress.org/ticket/16379\" target=\"_blank\">Page on Front</a>“), and displaying responsive images in the Customizer sidebar.</p>\n<p>This list of goals for 4.9 includes many more items and the release leads are approaching it with the understanding that some features and improvements may not be ready in time. One item on the list is getting in <a href=\"https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22Core+REST+API+Task%22\" target=\"_blank\">API endpoints that Gutenberg requires</a>.</p>\n<p>Looking ahead to WordPress 5.0, new Gutenberg design lead Tammie Lister has <a href=\"https://make.wordpress.org/core/2017/08/11/revised-suggested-roadmap-for-gutenberg-and-customization/\" target=\"_blank\">proposed a revised, tentative roadmap</a> that anticipates having the new editor ready for a merge proposal in December 2017. Lister said the outline is not set in stone and Gutenberg’s path to 5.0 would be dependent on the success of the merge proposal.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 19:19:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: WordPress.com’s Business Plan Gives Subscribers a Way to Tap into WordPress.org’s Third-party Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74048\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8395:\"<p>Earlier this year, WordPress.com <a href=\"https://wptavern.com/wordpress-com-experiments-with-allowing-business-plan-customers-to-install-third-party-plugins-and-themes\">launched an experiment</a> giving <a href=\"https://wordpress.com/business/\">Business plan subscribers</a> the ability to install third-party plugins and themes. Automattic<a href=\"https://en.blog.wordpress.com/2017/08/07/wordpress-com-business-now-supports-plugins-and-third-party-themes/\"> concluded the experiment</a> earlier this week and officially made the features part of the subscription plan.</p>\n<p>“With support for plugins and third-party themes, WordPress.com Business users will be able to connect their sites to great email and social media tools, e-commerce solutions, publishing and subscription services, and more,” Mark Armstrong said.</p>\n<p>This change is twelve years in the making. With the exception of WordPress VIP, customers have not had the ability to install third-party themes and plugins on WordPress.com.</p>\n<h2>Customers Can Only Install Custom Plugins Through The WP-Admin Interface</h2>\n<p>Customers can install plugins or themes from the WordPress.org directories or they can upload custom themes and plugins. WordPress.com has two user interfaces, one that resembles Calypso and the other is WP-Admin.</p>\n<p>Here is what adding plugins looks like using the Calypso interface. Plugins are displayed from the WordPress.org plugin directory with no way to upload a custom plugin.</p>\n<img />Adding Plugins on WordPress.com Through The Calypso Interface\n<p>This is what adding plugins looks like using the WP-Admin interface. This interface has a button that allows customers to upload a custom plugin. Automattic is aware of the discrepancy and says they’re working on streamlining both interfaces.</p>\n<img />Adding Plugins Through WP-Admin on WordPress.com\n<h2>Customers Can Upload Non 100% GPL Licensed Code to WordPress.com</h2>\n<p>The ability to upload a custom theme or plugin truly opens the door for subscribers to customize their sites. But it also allows customers to use themes and plugins that are not 100% GPL licensed. Matt Mullenweg, CEO of Automattic, has <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">made it clear</a> in the past that he will only support plugins and themes that are 100% GPL.</p>\n<blockquote><p>Even though graphics and CSS aren’t <em>required</em> to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or JavaScript? So as before, we will only promote and host things on WordPress.org that are 100% GPL <a href=\"http://en.wikipedia.org/wiki/License_compatibility\">or compatible</a>.</p></blockquote>\n<p>Mullenweg has used his <a href=\"http://designcrumbs.com/automatically-blackballed\">influence in the past</a> to provoke marketplaces such as Envato to provide a 100% GPL license option to its authors. Authors who choose not to sell their items with the 100% GPL license are excluded from being able to sponsor or speak at WordCamps.</p>\n<p>Although the above quote references WordPress.org, WordPress.com is a platform that Mullenweg controls. It’s odd that the ability to upload a theme or plugin that is not 100% GPL exists on WordPress.com. I believe the feature is an oversight and will be removed in the immediate future ensuring that only themes and plugins from the official directories are allowed to be used.</p>\n<h2>Managed WordPress Hosts Have Reasons to Be Concerned</h2>\n<p>Responses to the news from members of the WordPress community are mixed. Phil Crumm, Director of Strategic Opportunities at 10up, <a href=\"https://medium.com/@philcrumm/the-curious-conundrum-of-the-new-wordpress-com-business-plan-b0044ad57acd\">published a great article</a> that examines the potential impacts this move will have on the managed WordPress hosting ecosystem and its community:</p>\n<blockquote>\n<p id=\"8b34\" class=\"graf graf--p graf-after--h3\">Within the WordPress community, there’s long been a notion that ‘more users on WordPress’ is universally good. Until now, that’s been difficult to argue: an expansive ecosystem has developed over the last decade, and many now make their living off of WordPress.</p>\n<p id=\"2813\" class=\"graf graf--p graf-after--p graf--trailing\">Despite that, WordPress.com’s Business Plan now feels like it’s oriented towards cannibalizing users from elsewhere within that ecosystem — from sites that may have ‘grown up’ and moved to another hosting provider to those that now may not know that the broader ecosystem even exists — which is objectively a step backwards for the WordPress community.</p>\n</blockquote>\n<p><a href=\"https://perezbox.com/\">Tony Perez</a>, co-founder and CEO of Sucuri, says the <a href=\"https://perezbox.com/2017/08/automattics-push-managed-wordpress-potential-impacts-hosting-ecosystem/\">implications are gravest</a> to managed WordPress hosts. “The biggest impacts however are likely to be towards those hosting companies that have invested resources (both people and dollars) into creating a vibrant Managed WordPress hosting business ecosystem,” Perez said.</p>\n<p>“Long are the days when the market was defined by Page.ly and WPEngine. Today I would consider the space to be saturated, with more flavors of Managed WordPress than ice cream at a Baskin-Robbins.”</p>\n<p><a href=\"http://chrislema.com/\">Chris Lema</a>, a member of Liquid Web’s Leadership team, <a href=\"https://perezbox.com/2017/08/automattics-push-managed-wordpress-potential-impacts-hosting-ecosystem/#comment-3456606874\">responded to the article</a> saying it’s rare for manufactures to enter the same market as their distributors or partners.</p>\n<p>“While not impossible, we rarely see manufacturers get into the same business as their distributors or retail partners,” Lema said.</p>\n<p>“That’s because it can create a lot of unwanted, unplanned for, unintended secondary consequences. But to inexpensive hosts, this is one of those head-turners, because they were assured, for oh so long, that this wasn’t the game Automattic was getting into.</p>\n<p>“But Automattic is not just a nice community player. They’re a business. With investors. And they have to think about their own bottom line. So while it’s not surprising, I think you’re right that hosts have the most to be thinking about.”</p>\n<p>Others like Scott Bolinger, have expressed cautious optimism regarding the change.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">3rd party plugins and themes can now be used on <a href=\"https://t.co/eNa4NCrrPO\">https://t.co/eNa4NCrrPO</a>. This is great news, although how great remains to be seen. <a href=\"https://t.co/TntfJJ9sLD\">https://t.co/TntfJJ9sLD</a></p>\n<p>— Scott Bolinger (@scottbolinger) <a href=\"https://twitter.com/scottbolinger/status/894627296648114176\">August 7, 2017</a></p></blockquote>\n<p></p>\n<p>Some theme and plugin authors see it as a growth opportunity. Josh Pollock, founder of <a href=\"https://calderaforms.com/\">CalderaWP,</a> is excited to see WordPress.com become a quality hosting option for his users.</p>\n<p>“As a plugin author, I like not just more places for my plug-in to be used, but more quality hosting options,” Pollock said. “Dealing with sub-optimal environments is the hardest part of being a plug-in author. I’m excited about more users and having those users be on a quality platform.”</p>\n<h2>How Much Pie Does Automattic Want?</h2>\n<p>WordPress.com offering a subset of customers the ability to access the incredible third-party WordPress plugin and theme ecosystem is a huge development, but it leaves me with a few questions. First, why is WordPress.com only now offering this feature? Why wasn’t it available years ago?</p>\n<p>WordPress.com is now competing head-to-head with managed hosts. As <a href=\"https://ma.tt/2016/12/wp-growth-council/\">initiatives are established</a> to grow the WordPress pie for all, how much of that pie does Automattic want for itself? Considering Automattic is a business backed by investors, does it matter how much they want or get?</p>\n<p>How do you feel about WordPress.com allowing subscribers to tap into the WordPress.org ecosystem?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 07:12:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: User Tracking to be Removed from Gutenberg in Upcoming 0.8.0 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/user-tracking-to-be-removed-from-gutenberg-in-upcoming-0-8-0-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9564:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/asystole.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.savingchicagocpr.com/termination-resuscitation-efforts/\">Saving Chicago CPR</a>\n<p>The opt-in user tracking that was <a href=\"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking\" target=\"_blank\">added to Gutenberg 0.7.0</a> will be pulled from the plugin in the upcoming 0.8.0 release. The data collection included in last week’s release reignited the <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">discussion regarding adding telemetry to WordPress</a>.</p>\n<p>James Nylen and an Automattic engineers involved in Gutenberg added the feature with the goal of improving the editor based on usage patterns. Nylen said the approach they used was very similar to Calypso’s event tracking code and that it would provide “a very useful technique to collect user experience data.” They had planned to use the data to inform various decisions, such as default order for blocks and whether some blocks are less suitable for core. Gutenberg contributors were looking into making the tracking its own module so it could be useful for other WP feature plugins and core.</p>\n<p>Shortly after the feature was added to Gutenberg, contributors began to revisit the Telemetry discussion on WordPress Trac. The topic of telemetry for core had been tabled earlier this year, as it did not fall within the three core focus areas for WordPress development in 2017. Participants requested the ticket be reopened for discussion looking toward 2018 in light of Gutenberg adding opt-in tracking.</p>\n<p>“I think it’s a terrible idea for Gutenberg, too,” Matt Mullenweg commented on the ticket. “I doubt that anything actionable or useful will come of it that couldn’t be obtained by non-data-collecting means.”</p>\n<p>Twelve hours later, James Nylen <a href=\"https://make.wordpress.org/core/2017/08/06/opt-in-usage-tracking-in-gutenberg/#comment-32882\" target=\"_blank\">commented</a> on his original announcement to notify the community that tracking will be removed from Gutenberg in the 0.8.0 release:</p>\n<blockquote><p>There’s been quite a lot of discussion on this topic across the community, much of which stems from earlier discussions like <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">#38418</a>, which I wasn’t aware of.</p>\n<p>Usage tracking in Core and feature projects is a much bigger topic than fits into the scope of Gutenberg right now, so I’ve removed it from the GitHub repo, and it will be removed in the 0.8 Gutenberg release.</p>\n<p>The data that it was tracking, while interesting, probably wouldn’t have been a significant factor in the long-term growth and development of Gutenberg. The discussion surrounding the data collection, however, would take up a disproportionate amount of the team’s time.</p></blockquote>\n<p>Nylen said the data collected by the plugin thus far will be deleted after 0.8 rolls out and that since it’s so early in Gutenberg’s development there was “not enough data collected to provide any sort of picture of usage.”</p>\n<h3>WordPress Telemetry Advocates Continue Lobbying for Opt-In Data Collection</h3>\n<p>The discussion about whether or not WordPress needs telemetry has continued in the form of tweetstorms, as data collection advocates make the case for data-driven decision making.</p>\n<p>“The decision not to capture metrics (telemetry) from WordPress is one that continues to have a large impact on what we (don’t) know,” Liquid Web VP of Product Chris Lema <a href=\"https://twitter.com/chrislema/status/895136427977068544\" target=\"_blank\">said</a>. “As we’re trying to make decisions about Gutenberg and metaboxes, we might ask, how big a problem is this, by number of plugins or sites. But we don’t know because we decided that we can always iterate WordPress, like we’ve always done. It’s true that we’ve done that before, but that doesn’t mean it’s either the wisest approach, nor the least risky. With so many options today, will people necessarily return? The more logical approach, in my mind, is to capture as much data as possible and to make it as public as possible, so we can all review.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">If the problem were lack of data, we could easily produce terabytes per day.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/895506034533453825\">August 10, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">seconded with the power of 1000 suns</p>\n<p>— joe guilmette <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f1f9-1f1ed.png\" alt=\"??\" class=\"wp-smiley\" /> (@travlbum) <a href=\"https://twitter.com/travlbum/status/895539950933782528\">August 10, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://mor10.com/the-case-for-wordpress-telemetry/\" target=\"_blank\">WordPress Telemetry proposal</a> author Morten Rand-Hendriksen joined in the discussion with another <a href=\"https://twitter.com/mor10/status/895299336375902209\" target=\"_blank\">tweetstorm</a>:</p>\n<blockquote><p>WordPress needs a core method for collecting quantitative user data through telemetry (metrics). One of the biggest challenges WordPress faces is the lack of reliable data about global day-to-day use. Like most Open Source projects, WordPress has relied on community feedback as its primary data source, which is fine for a small project. The problem is WordPress is a Very Big Project with global reach and the majority of its users never interface with the community. </p>\n<p>I like to say we, the people who talk about, provide feedback for, and design/develop WordPress are the 1%. It might be more like 0.1%. Making decisions based on the traditional community feedback model is making decisions without knowing anything about the majority of users. Some will argue this is fine, that WordPress is developed by those who show up. That’s not a workable or responsible model for a project. We, the people who build WordPress, have a duty of care to the people we build it for. And those people are not us. ‘We can just do user testing,’ you say? Sure. Let’s do proper qualitative user testing. That requires staffing, funding, and infrastructure. User testing for a project like WordPress is non-trivial. It requires professional analysis.</p></blockquote>\n<p>Rand-Hendriksen’s tweetstorm continued with a summary of his telemetry proposal which would be opt-in based on a plugin prompted from core. The plugin would anonymize all collected data and allow for targeted data collection based on research needs. He proposes that the data be stored on servers owned by the community, separate from corporate interests, so the data can be shared openly to ensure transparency. The <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">ticket</a> for this feature request is currently closed.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This discussion belongs in Trac in an open ticket. Closing it down because one person disagrees is not the Open Source way.</p>\n<p>— MortenRandHendriksen (@mor10) <a href=\"https://twitter.com/mor10/status/895307240122368001\">August 9, 2017</a></p></blockquote>\n<p></p>\n<p>“There’s a ton going on, and it’s far more important than built-in big brother centralized tracking,” Mullenweg <a href=\"https://twitter.com/photomatt/status/895678580935491588\" target=\"_blank\">said</a> in response to Rand-Hendriksen’s tweetstorm. “Do it as a plugin or with a host and show it informs a decision that we wouldn’t have taken otherwise. And remember that past usage is not a good predictor of future success, or what the world needs. We need to build iPhones not Blackberries.”</p>\n<p>During the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\" target=\"_blank\">2016 State of the Word</a> address, Mullenweg proposed a new structure for core releases in 2017 where he would be putting on the ‘product lead’ hat and have design and user testing lead the way. As feature requests have popped up outside of the three core focus areas, Mullenweg has had to systematically shut them down or put them on hold for later in order to keep Gutenberg on track.</p>\n<p>However, it’s not surprising that the engineers leading the Gutenberg project, most of whom are employed by Automattic, wouldn’t think twice about adding user tracking. The company has <a href=\"https://data.blog/\" target=\"_blank\">a blog entirely devoted to data</a> where its data scientists write about the data pipelines they have built to help the company create a sustainable business. Historically, Automattic has strongly embraced using data in making decisions, which is why Calypso has event tracking built into it. Mullenweg is taking a different product leadership approach with the open source WordPress project.</p>\n<p>“For people unhappy with our direction, no amount of data will change their minds,” Mullenweg said in response to critics on Twitter. “The results will tell. I’m happy to stand by them the past 14 years, and believe the next 14 will validate our approach.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 02:08:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WooCommerce Forks select2, Releases selectWoo as a Drop-In Replacement with Improved Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/woocommerce-forks-select2-releases-selectwoo-as-a-drop-in-replacement-with-improved-accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4160:\"<p>The WooCommerce development team has <a href=\"https://woocommerce.wordpress.com/2017/08/08/selectwoo-an-accessible-replacement-for-select2/\" target=\"_blank\">forked select2</a> to create a more accessible, drop-in replacement library called selectWoo. <a href=\"https://select2.github.io/\" target=\"_blank\">select2</a> is a widely used jQuery-based library for making custom drop down menus. Many users are wondering if the project has been abandoned, because the repository hasn’t seen any activity since February and 115 pull requests have piled up.</p>\n<p>In the interest of fixing some long-standing accessibility issues with the library, WooCommerce opted to fork it and has merged in some of the PRs that were submitted to the original project. SelectWoo is backwards-compatible and can be used the same way as select2 by simply replacing the select2.js file. It has been optimized for WordPress plugin development and can optionally be initialized with .selectWoo() in order to run alongside other versions of select2 that may be used by other plugins on the site.</p>\n<p>SelectWoo makes many improvements for those who are using screen readers, but it needs more accessibility testing. <a href=\"https://github.com/woocommerce/selectWoo/releases/tag/woo-1.0.0-beta.1\" target=\"_blank\">Beta 1</a> is availabe on GitHub. The WooCommerce team has even created a <a href=\"https://woocommerce.github.io/selectWoo/accessibility-testing/\" target=\"_blank\">testing page</a> with different example pages so those using screen-reading software can easily test for bugs.</p>\n<p>Forking is usually a last resort scenario for extending popular open source libraries, but the WooCommerce team wanted the flexibility of improving the project on their own timeline. One concerned developer asked the team what will happen in the future if select2 gets back on track and why they didn’t just submit pull requests to the select2 repository.</p>\n<p>“With a fork we can at least get things merged in to meet our own schedule, rather than waiting/relying on others or running custom versions,” WooCommerce lead developer Mike Jolley said. “There are other benefits, too, such as allowing our version to be namespaced to avoid conflicts in WP admin. The fork is public. Our changes can be merged back, when/if the project picks up again.”</p>\n<p>Both WordPress and Drupal core contributors have been working to <a href=\"https://github.com/select2/select2/issues/3744\" target=\"_blank\">address accessibility issues in select2</a> since 2015 when the WP Accessibility Team <a href=\"https://make.wordpress.org/accessibility/2015/09/07/accessibility-usertest-select2/\" target=\"_blank\">performed extensive testing on the library</a> to see if it was fit for use in core. Some initial planning work happened but work on these issues stalled out as select2’s maintainers became unavailable.</p>\n<p>“I’d do it with PRs if I thought they would get merged in, but I doubt they will,” WooCommerce developer Claudiu Lodromanean <a href=\"https://github.com/select2/select2/issues/3744#issuecomment-320464534\" target=\"_blank\">said</a>. “There’s been no action in this repo in about six months and the fork contains some PRs that have been waiting to get merged here for a very long time.”</p>\n<p>Forking a project can needlessly fragment its contributors by causing them to have to choose one or the other, especially as the projects diverge down the line. Motivated contributors may submit multiple PRs across both projects for improvements but most will simply contribute back to the project they use. Select2’s maintainers have not published any news about why the project has gone dormant.</p>\n<p>“There are <a href=\"https://github.com/select2/select2/pulls\" target=\"_blank\">over 100 PRs in the select2 repo</a> unmerged,” Jolley said in response to commenters asking about the necessity of the fork. “Some of these we actually need, so with the fork we’re free to merge these as needed. The accessibility issues are hurting users today, so we cannot really afford to wait.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Aug 2017 03:54:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 284 – Catching Up with David Peralty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=74024&preview=true&preview_id=74024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wpweekly-episode-284-catching-up-with-david-peralty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2867:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://peralty.com/\">David Peralty</a>. Peralty is a prolific writer with more than 30K articles published online for various media outlets. He also co-hosted WordPress Weekly episodes 41-75 in 2009.</p>\n<p>We discuss the rise and evolution of blog networks over the years, the current state of WordPress development, and what he thinks of Gutenberg.</p>\n<p>We have a great conversation about working remotely and how working in an office with great people focused on the same goal can be an energizing experience. Later in the show, Jacoby and I discuss the news of the week, including the idea of opt-in usage data tracking in WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\">Publishers Are Moving Back to WordPress After Short Experiments with Medium</a><br />\n<a href=\"https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson\">Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson</a><br />\n<a href=\"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking\">Gutenberg 0.7.0 Adds Opt-In Usage Tracking</a><br />\n<a href=\"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\">Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated</a><br />\n<a href=\"https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest\">WordPress Core Fields API Project Sees Renewed Interest</a></p>\n<h2>Picks of the Week:</h2>\n<p>Comment moderation is not the same as censorship, or is it?</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://halfelf.org/2013/censorship-in-moderation/\">Censorship in Moderation</a></p></blockquote>\n<p></p>\n<p><a href=\"https://github.com/rmccue/not-trac\">Not Trac</a> by Ryan McCue, connects to WordPress.org’s Trac instance via XML-RPC. Before using, please read McCue’s warnings about usernames and passwords.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 16th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #284:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Aug 2017 00:43:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordPress Foundation to Sponsor Open Source Educational Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/wordpress-foundation-to-sponsor-open-source-educational-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3313:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>The WordPress Foundation is <a href=\"http://wordpressfoundation.org/2017/call-for-organizers-introduction-to-open-source/\" target=\"_blank\">sponsoring a new series of workshops and training events</a> that will introduce people to WordPress and related open source software. The program targets communities in Latin and South America, Africa, Oceania, and Asia.</p>\n<p>“Specifically, we want to shine more light on the potential of open source software in countries where there is less participation in OSS projects,” WordPress Community Team leader Andrea Middleton said. “To help spread the word about the potential that open source has to offer, we’d like to provide financial support for two educational events this year, to be organized in parts of the world with less participation in open source.”</p>\n<p>After the success of the <a href=\"https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\" target=\"_blank\">WordCamp Incubator Program</a>, which brought three new camps to Indonesia, Zimbabwe, and Colombia, there is some evidence that initiatives to bring WordPress to other parts of the world can have valuable returns. <a href=\"https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\" target=\"_blank\">Harare is hosting its second WordCamp</a> in November and the local meetup group has nearly doubled over the past year. The other camps had similarly successful events and growth in meetup numbers.</p>\n<p>WordCamp Harare organizer Thabo Tswana said that one of the biggest impacts that the first WordCamp had was to introduce local attendees to the WordPress community. WordPress software is well-known across the world but many do not know that there is a strong community behind the project that they can connect with.</p>\n<p>The WordPress Foundation is looking for organizers to host “Introduction to Open Source” events that will be structured as two-hour workshops using <a href=\"https://make.wordpress.org/training/handbook/user-lessons/what-is-open-source/\" target=\"_blank\">training</a> <a href=\"https://make.wordpress.org/training/handbook/user-lessons/what-can-you-do-with-wordpress/\" target=\"_blank\">materials</a> available in the WordPress handbook. The goal is to introduce attendees to the world of open source software, the GPL license, and how it is important for WordPress as an open source project.</p>\n<p>The Foundation is subsidizing the events (up to $500) so they will be free for anyone to attend. A <a href=\"http://wordcampcentral.polldaddy.com/s/open-source-training-organizer-application\" target=\"_blank\">10-question application</a> is open for those who want to organize an event in 2017. The call for organizers says that preference will be given to organizers who are already members of a group that is part of WordPress’ meetup chapter program and areas where no WordCamp has previously been organized. Applications close August 21 and successful applicants will be notified by September 8.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 19:19:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: Publish Conference, in pictures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/publish-conference-pictures/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34326:\"<p>Pictures from <a href=\"https://poststatus.com/publish\">Post Status Publish</a> were almost all taken by <a href=\"https://poststatus.com/people/brian-richards/\">Brian Richards</a>, unless they are pictures of Brian Richards. I took those.</p>\n<p>We had a great time learning and networking in Atlanta, and here’s a snippet of our time together. The event consisted of two full days of talks from some pretty amazing speakers.</p>\n<p>Special thanks to <a href=\"https://www.liquidweb.com/managedwordpress/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Liquid Web</a> for being our platinum sponsor, and to <a href=\"https://jetpack.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Jetpack</a>, <a href=\"https://pantheon.io/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Pantheon</a>, and <a href=\"https://www.siteground.com/wordpress-hosting.htm/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">SiteGround</a> for being gold sponsors. Without them, and our wonderful attendees of course, none of this would be possible.</p>\n<p>Video is being processed and will be available to all attendees, and we’re working out how exactly to make them available for other folks who may want to see the sessions.</p>\n\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-4/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-4-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-2/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-2-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-1/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-1-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-3/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-3-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-5/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-5-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-6/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-6-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-7/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-7-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-8/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-8-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-9/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-9-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-10/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-10-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-11/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-11-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-12/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-12-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-13/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-13-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-14/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-14-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-15/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-15-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-16/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-16-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-17/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-17-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-18/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-18-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-19/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-19-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-20/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-20-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-21/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-21-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-22/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-22-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-23/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-23-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-24/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-24-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-25/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-25-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-26/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-26-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-27/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-27-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-28/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-28-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-29/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-29-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-30/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-30-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-31/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-31-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-32/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-32-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-33/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-33-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-34/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-34-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-35/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-35-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-36/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-36-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-37/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-37-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-38/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-38-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-39/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-39-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-40/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-40-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-41/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-41-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-42/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-42-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-43/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-43-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-44/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-44-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-45/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-45-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-46/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-46-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-47/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-47-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-48/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-48-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-49/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-49-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-50/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-50-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-51/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-51-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-52/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-52-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-53/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-53-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-54/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-54-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-55/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-55-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-56/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-56-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-57/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-57-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-58/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-58-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-59/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-59-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-60/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-60-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-61/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-61-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-62/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-62-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-63/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-63-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-64/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-64-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-65/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-65-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-66/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-66-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-68/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-68-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-67/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-67-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-69/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-69-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-70/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-70-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-71/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-71-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-72/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-72-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-73/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-73-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-74/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-74-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-75/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-75-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-76/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-76-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-77/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-77-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-78/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-78-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-79/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-79-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-80/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-80-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-81/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-81-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-82/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-82-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-83/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-83-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-84/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-84-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-85/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-85-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-86/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-86-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-87/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-87-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-88/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-88-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-89/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-89-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-90/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-90-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-91/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-91-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-92/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-92-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-93/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-93-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-94/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-94-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-95/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-95-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-96/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-96-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-97/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-97-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-98/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-98-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-99/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-99-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-100/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-100-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-101/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-101-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-102/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-102-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-103/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-103-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-104/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-104-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-105/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-105-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-106/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-106-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-107/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-107-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-108/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-108-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 18:39:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: WordPress Ate My Life—In a Good Way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/wordpress-ate-life-good-way/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-ate-life-good-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11502:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/080917-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Thanks to the WordPress meetup, I found focus, fun, friends, and what passes for fame.\" /><p>I did not spend my childhood wanting to grow up to be a WordPress consultant. Given that I was born in 1967, long before the World Wide Web even existed, I would have had to be clairvoyant to aspire to any kind of web development. I was intrigued by computers when I first encountered the TRS-80 at the age of 12, but other than learning a few lines of BASIC, I didn’t pursue programming.</p>\n<p>Parenthetically, I don’t think it was because girls weren’t encouraged to become programmers. This was even before the days of the Control Data Institute commercials on TV. Programming as a career for anyone at all was not in the minds of the general public, at least not in Ohio. And although I thought computers were cool (being a science fiction fan and all), I didn’t have any clear sense of what you could do with them. I never made the mental connection between writing a 10-line program in BASIC and eventually creating something like a video game or a word-processing program.</p>\n<p>During my freshman year in college, I fell into the Classics Vortex, and ended up going to graduate school to study Greek and Latin drama. I expected to get my degree and a university teaching job.</p>\n<blockquote><p>I spoke at a few conferences and published a few papers. And I discovered the World Wide Web.</p></blockquote>\n<p>I’d gotten online in 1985, also in my freshman year at Brown. We were on BITNET and someone in the computer center showed me how to get onto Relay when I was down their using the mainframe to write essays with. (Fly, sledgehammer, boom.) The Internet came into being about the time I got to graduate school in 1989, and someone showed me the Web in 1994. It blew me away, because a visual medium of communication is vastly superior to a text-based medium when you’re talking about theatrical productions.</p>\n<p>By the end of 1994 I’d moved to England and created my first web page. (We didn’t have websites in those days, just ‘pages.’ Even if there were lots of pages. And wow, I just wrote that in inverted commas rather than quotation marks, as if my brain shifted itself back to Britain just thinking about it.)</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/DIDASKALIA-1998-min.png\"><img class=\"size-large wp-image-2017\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/DIDASKALIA-1998-min-1024x506.png\" alt=\"Sallie’s first website, Didaskalia, as it was in 1998\" width=\"960\" height=\"474\" /></a>Sallie’s first website, Didaskalia, as it was in 1998\n<p>So you’d think that maybe, from there, I would have gotten into a career in web development whether or not WordPress had ever existed, but that wasn’t what actually happened.</p>\n<h3>When Your Body Isn’t Your Friend</h3>\n<p>While I was still in graduate school, I developed a debilitating chronic illness that prevented me from finishing my PhD due to a combination of physical and cognitive problems, and although I started to get better at first, by the end of 1998, when I had to return to the US, my condition had worsened to the point where I wasn’t sure I’d ever be able to work. I spent about 18 months just going to doctors and therapists and support groups. When I did start working, it was as a caregiver, doing extremely simple tasks, because my confidence in my ability to do knowledge work of any kind was so badly damaged.</p>\n<p>I eventually started doing more kinds of things to earn money: clerical work, basic tech support, writing. Somewhere in there, I helped a couple of people with their websites, even though I’d missed a whole lot of the evolution of the Web. (I’m not at all sorry to have skipped Flash.) I was feeling considerably better thanks to new medication, and easing my way toward being self-supporting, but at the time I discovered WordPress in 2005, I was suffering from a bad case of Multiple Business Personality Disorder. I had a number of useful skills, but no clear focus or unifying principle.</p>\n<p>I had started my first blog on Blogger in January 2005, but within a few months I found myself hanging out with a lot of podcasters, and almost all of them used WordPress because the PodPress plugin (RIP) made it so easy to publish feeds with enclosures. I started to explore WordPress further, and within a few years had migrated my blog from Blogger because they stopped allowing you to self-host your blog. WordPress had meanwhile introduced pages, making it possible to build an entire website rather than having an HTML website and a WordPress blog.</p>\n<h3>Finding Community</h3>\n<p>But WordPress would probably have remained a sideline if I hadn’t started going to WordPress meetups. I was at a podcasting meetup in San Francisco in late 2008 when someone mentioned a WordPress meetup in SF. I went to a meeting (I think in January 2009) and someone THERE mentioned that there was a WordPress meetup starting in the East Bay, closer to where I lived. I went to that meeting in February 2009…and the rest is history.</p>\n<blockquote><p>It wasn’t that the first meetup was such an amazing experience. The organizer was new at running a meetup and we were all strangers to each other. But somehow talking about our shared interest in WordPress just made us more interested.</p></blockquote>\n<p>I’ve always been a service junkie, and I’d been involved with other networking groups for years, so it wasn’t long before I found myself co-organizer, helping to plan and run the meetup and welcoming new members as they joined. Through the meetup, I started to learn more about the WordPress community and open source software. A group of us went to WordCamp SF 2009.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/WordCampSF-2010-min.jpg\"><img class=\"size-full wp-image-2019\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/WordCampSF-2010-min.jpg\" alt=\"East Bay WordPress Meetup members at WCSF 2010\" width=\"1776\" height=\"2336\" /></a>East Bay WordPress Meetup members at WCSF 2010\n<p>Because of the meetup, I made more and more connections in the wider WordPress community. Because of the meetup, I learned a lot more about WordPress than I would have on my own, in part because I often had to teach it. Because of the meetup, more WordPress-related work came to me. I started to learn more code, little bits and fragments at a time. WordPress drew me in deeper and deeper as time progressed. In 2012, I officially registered WP Fangirl, and since that time, almost all my income has come from WordPress work.</p>\n<h3>All the WordCamps</h3>\n<p>I went to all the San Francisco WordCamps between 2009 and 2014, after which WordCamp US was instituted. By the time the first WordCamp Sacramento was announced in 2015, all the meetup presentations I’d done gave me the confidence to submit a talk. It was accepted. I’ve since spoken at WCLAX 2016 and WCSAC 2016. I’m working on my presentation for WCSAC 2017. (I’d love to travel for more meetups, but it’s not in the budget.)</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/Sallie_Goetsch-min.jpg\"><img class=\"size-full wp-image-2021\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/Sallie_Goetsch-min.jpg\" alt=\"Speaking at WordCamp LAX 2016\" width=\"1920\" height=\"1086\" /></a>Speaking at WordCamp LAX 2016\n<p>The experience I had with the Meetup made me want to connect more and more with other WordPress people, and to help out where I could. As I said, I’m a service junkie, so I readily embraced the idea of giving back to the community. I’m not a good enough developer (yet, anyway) to be a core contributor, but there are lots of ways to contribute. The main one, in my case, is organizing the meetup, though it took me until 2016 to join the official WordPress Community meetup program.</p>\n<p>I was also very active in the main WordPress LinkedIn group for several years, which led to O’Reilly hiring me as the technical reviewer for WordPress: The Missing Manual. (It may also have contributed to the gig I had in 2011 making WordPress videos for Peachpit Press and the one in 2012 and 2013 teaching WordPress for Mediabistro.)</p>\n<p>I started listening to WordPress podcasts in about 2006, though WP Weekly is the only one of those early shows that’s still around. There are tons of new WP podcasts now, more than I can keep up with. I got invited to participate in one, the WP-Tonic panel, starting in 2015. You can hear me being mouthy and opinionated there almost every week. I follow WordPress people on Twitter, belong to WordPress Slack teams, and have been known to dream about WordPress.</p>\n<p>Thanks to the WordPress meetup, I found focus, fun, friends, and what passes for fame. I’m still working on fortune, but I can tell you that the secret to the many great referrals I’ve gotten from my extensive network of WordPress connections is this: don’t go into it looking for what you can get. Just concentrate on what you can give, and never stop learning.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Ate My Life—In a Good Way\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Ate%20My%20Life%E2%80%94In%20a%20Good%20Way&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Ate My Life—In a Good Way\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F&title=WordPress+Ate+My+Life%E2%80%94In+a+Good+Way\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Ate My Life—In a Good Way\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-ate-life-good-way/&media=https://heropress.com/wp-content/uploads/2017/08/080917-min-150x150.jpg&description=WordPress Ate My Life—In a Good Way\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Ate My Life—In a Good Way\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-ate-life-good-way/\" title=\"WordPress Ate My Life—In a Good Way\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-ate-life-good-way/\">WordPress Ate My Life—In a Good Way</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sallie Goetsch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Post Status: Live from Publish: Challenges facing the WordPress Economy — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://poststatus.com/live-publish-challenges-facing-wordpress-economy-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1640:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>In this episode, Brian and Joe are live at Post Status Publish and answer questions from the conference audience. They are asked about mistakes they think the WordPress product ecosystem is making, the challenges of working remotely, and many more existential questions.</p>\n<a href=\"https://audio.simplecast.com/0550d90d.mp3\">https://audio.simplecast.com/0550d90d.mp3</a>\n<p><a href=\"https://audio.simplecast.com/0550d90d.mp3\">Direct Download</a></p>\n<p>Publish was a lot of fun, and we’ll have more audio, video, and pictures available over the coming weeks.</p>\n<h3>Sponsor: Liquid Web</h3>\n<p><span><a href=\"https://www.liquidweb.com/managedwordpress/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Liquid Web</a> was the platinum sponsor of the Publish podcast, and therefore this episode of the podcast as well. If you haven’t tried Liquid Web’s Managed WordPress product, it’s time. They are doing awesome work in this space for mission critical sites.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 00:29:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress Core Fields API Project Sees Renewed Interest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5551:\"<p>As work continues at a feverish pace <a href=\"https://make.wordpress.org/core/2017/08/08/discovering-gutenberg-and-next-steps/\">on Gutenberg</a>, many developers throughout the community are <a href=\"https://github.com/WordPress/gutenberg/issues/952\">engaging in discussions</a> on how <a href=\"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\">meta boxes will be handled</a> in the new editor. The team is <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320644682\">considering various solutions</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320638392\">some </a>have <a href=\"https://twitter.com/scottkclark/status/894488147966517248\">suggested</a> that a Fields API in core would have made the future of meta boxes less of an issue.</p>\n<p>I reached out to <a href=\"https://www.scottkclark.com/\">Scott Kingsley Clark</a>, lead developer of the <a title=\"Pods Framework for WordPress\" href=\"http://pods.io/\" target=\"_blank\" rel=\"noopener\">Pods Framework</a> and one of the main contributors to the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API project</a>. Clark explains what the Fields API is, its current status, its relationship to the meta box discussions, and how to contribute.</p>\n<p><strong>For those who don’t know, what is the Fields API project? How would it impact users?</strong></p>\n<p>It’s a <a href=\"https://github.com/sc0ttkclark/wordpress-fields-api\">feature proposal</a> for WordPress core to allow registering fields to different screens in the admin area through a single API. For posts, this would add new meta boxes and fields within them. For users, it would add new sections and fields to the profile screen. The goal is to integrate with all of the different admin screens including, Posts, Terms, Users, Media, and Comments.</p>\n<p>Typical users would notice that the fields added by plugins they are using all have a similar look and feel. That’s really an oversimplification of what’s going on behind the scenes, but it’s one of the big benefits as well, since it shouldn’t really affect end-users beyond improving consistency of different screens and potential redesigns.</p>\n<p><strong>What has caused progress on the project to slow down?</strong></p>\n<p>I was out-of-town for a all-hands company meetup, lead organized WordCamp Dallas-Fort Worth 2016, and ran PodsCamp 2016 in Austin, TX, all in the span of about a month and a half. It was intense, but somehow last summer I thought I could manage moving too.</p>\n<p>We were in the process of showing our house, almost all of the time, so that we could sell it. The buying process was full of thorns, with a move that was pretty fun. I also started a new job at Modern Tribe in February, 2017.</p>\n<p>In retrospect, yes that was way too much but the challenge was met and the only thing that suffered was the Fields API project, which was no easy feat. It’s unfortunate, but I’m glad to be getting back into things again this month.</p>\n<p><strong>Are new contributors showing a renewed interest in the project?</strong></p>\n<p>Yes. We recently had a few people become interested in helping. When I’ve got help, I’m 300% more productive. It’s much easier to bounce ideas off of others with shared experience than it is going alone.</p>\n<p><strong>How does the API relate to how meta boxes could be handled in Gutenberg? If the API were in core, how would it influence the discussion?</strong></p>\n<p>Here’s where the irony sets in. If we were successful in getting a Fields API into WordPress before Gutenberg was a thing, the ability for Gutenberg to revamp as much as it has planned to revamp in the post editor, would not be as hindered as it is now.</p>\n<p>The biggest problem I see facing Gutenberg is reining in the scope that covers meta boxes. They need to get things working for meta boxes that are already being registered and used by plugin developers.</p>\n<p>If Fields API were a part of WordPress, they would still need to keep backwards compatibility but I could easily add a meta box with my fields into the proposed Gutenberg meta boxes (still in discussion) with just a few lines of code. Plus, my fields and meta boxes registered using the Fields API would work just fine on pre-Gutenberg sites.</p>\n<p>Another parallel here would be the User edit screen, which has had <a href=\"https://make.wordpress.org/core/2015/08/03/fields-api-request-for-review-of-direction/\">much discussion</a> about revamping the way it looks. It’s very difficult to revamp it and give it consistency without a Fields API already in place. It’s not impossible, but many problems come to the surface during any approach to ‘React-ify’ it, utilize meta boxes, or whatever it would use.</p>\n<p><strong>How can people get involved/contribute to the Fields API project?</strong></p>\n<p>I’m very excited to have others interested in moving the project along. I’m eager to gain more interest. They can join us in <a href=\"https://wordpress.slack.com/messages/C04MWK7PZ/\">#core-fields</a> on <a href=\"https://wordpress.slack.com/\">WordPress Slack</a> if anyone is interested. They can also follow the <a href=\"https://github.com/sc0ttkclark/wordpress-fields-api\">project on GitHub</a> where pull requests are welcomed.</p>\n<p>Clark also says that the GitHub repository will be revamped soon to provide more focus on making the project a feature-plugin first instead of a core proposal.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Aug 2017 21:47:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73939\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8674:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/boxes.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/25716750@N06/2527068003\">Doors Open Toronto 2008 – Toronto Archives</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The discussion surrounding <a href=\"https://github.com/WordPress/gutenberg/issues/952\" target=\"_blank\">how Gutenberg will handle meta boxes</a> heated up over the weekend after a participant <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320230104\" target=\"_blank\">commented</a> on the GitHub issue with concern regarding meta box support being removed from the most recent milestone.</p>\n<p>“I see this vital issue has been removed from any milestone,” @steveangstrom said. “It has been de-prioritized again while bells and whistles for blog editing get lots of work and are added to betas. This is very worrying for the future of WordPress as a CMS.”</p>\n<p>James Nylen, one of the lead developers on the project, reassured followers of the topic that the Gutenberg team has not forgotten about the issue but rather that it is “an extremely complicated issue that we are only beginning to look into, along with many, many other priorities for getting the editor working well.” He also <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320523428\" target=\"_blank\">asked</a> for help from the community in planning and testing implementations for supporting meta boxes.</p>\n<p>This response left many things unclear. Participants in the discussion, many of whom are developers concerned about about the prospect of having to rewrite all of their meta boxes as React components, are wondering why meta boxes cannot work alongside the new Gutenberg editor and why the team chose to include meta boxes in the scope of the project.</p>\n<p>“Is it possible to replace the existing TinyMCE post editor with Gutenberg while leaving the rest of the interface, including meta boxes and existing hooks, unchanged?” Kevin Hoffman asked. When Nylen clarified that Gutenberg, as written today, is intended to be a <code>post_content</code> editor, Hoffman summarized the concerns that many developers have expressed:</p>\n<blockquote><p>If Gutenberg is truly intended to be a <code>post_content</code> editor, then meta boxes should be left alone as they are not concerned with <code>post_content</code>.</p>\n<p>Furthermore the need for an API to translate PHP meta boxes into React meta boxes is a manufactured problem. It does not have to be a problem, but it has become a problem because somewhere along the line it was decided that rewriting the <code>post_content</code> editor should also completely change how meta boxes work.</p>\n<p>You’ve outlined the tremendous challenge of writing such an API in <a href=\"https://github.com/WordPress/gutenberg/pull/2251\" target=\"_blank\">#2251</a>. Translating PHP meta boxes into React for a popular custom fields solution like ACF is challenging enough, let alone trying to do so for every meta box implementation that exists today, popular or not. It does not scale.</p></blockquote>\n<p>As the Gutenberg contributors shared that they have only just begun to look into the meta box issue, it’s now clear why there is no roadmap for how the project will handle “legacy” PHP meta boxes. In July, Nylen said, “If I had to guess where we will end up here: current metaboxes will be moved to a “legacy” area and we will provide APIs, documentation, and examples for registering ‘new-style’ metabox-block-thingies.”</p>\n<p>Plugin developers who manage meta box libraries, agencies, and other concerned parties are following the ticket to find out how to plan for the WordPress 5.0, which has been targeted as the Gutenberg release. Andrey Savchenko <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320574699\" target=\"_blank\">asked</a> if WordPress plans to formally deprecate the meta box API, which finally drew a clear answer from the team. Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320644682\" target=\"_blank\">responded</a>:</p>\n<blockquote><p><strong>“Does WordPress intend to formally deprecate Metabox API?”</strong><br />\nNo.</p>\n<p>The question that is not fully answered yet is how do meta-boxes work in the context of the Gutenberg editor. Should they remain the same or evolve? How can we move towards the design goals with the least amount of disruption possible?</p>\n<p>This issue has been lingering not due to a lack of desire, but lack of resources. The primary focus for this project is to offer a rich content editing interface that optimizes for direct manipulation of user content through the notion of blocks. (Having used meta-boxes extensively for various projects, I believe blocks can offer a better step forwards for many of those needs while providing a better user experience.)”</p></blockquote>\n<p>Ventura listed several options the team has considered for handling meta boxes and requested help from the community to build the best solution:</p>\n<ul>\n<li>If we detect a meta-box is registered we can fallback to the old interface, nothing changes.</li>\n<li>We could split editing the content and modifying meta information into two screens or stages.</li>\n<li>We can try to see how feasible it is to render these as they are (PHP) below the content: <a href=\"https://github.com/WordPress/gutenberg/pull/2251\" target=\"_blank\">#2251</a>.</li>\n<li>A theme/plugin/CPT could unregister the new interface as needed.</li>\n<li>Various items that relied on meta boxes could be converted to blocks for UI (still storing data separately).</li>\n<li>We could implement API based meta boxes extensibility like the Fields API.</li>\n</ul>\n<p>When pressed to answer the question of why meta boxes are being included in the context of the new editor, Gutenberg design lead Joen Asmussen clarified how the team decided to include meta boxes in the scope of the project:</p>\n<blockquote><p>Gutenberg did start just with the editor box. The kickoff goal was to unify multiple disparate interfaces under a single unified block interface. It quickly become apparent that in order for us to create a compelling experience revolving around this unified block interface, we had to consider the full writing flow, including settings and publishing.</p>\n<p>If the key strength of WordPress is to make it easy for anyone to create rich posts, then we can’t just design for those of us who already know how to use the editor. We have to consider users who’ve never used WordPress before, and what they expect in a modern publishing interface. Otherwise we’d just be adding cognitive load to an already heavy interface.</p></blockquote>\n<p>The question of how meta boxes will fit into the context of the Gutenberg editor is still open. Participants in the discussion are eager to have this question answered for the sake of backwards compatibility and also because it affects ongoing decisions regarding Gutenberg development and screen design.</p>\n<p>“I completely get how much work has been done towards the ‘screen’ replacement approach,” Xavi Ivars <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320771891\" target=\"_blank\">commented</a> on the issue. “But shouldn’t a project that started with the goal of a ‘post content editor’ replacement, have gone back to the community before deciding unilaterally that it would replace the whole editor screen?”</p>\n<p>The meta box API isn’t being deprecated but there’s also no clear path forward for how Gutenberg will support “legacy” PHP meta boxes. The Gutenberg team said the issue has not been solved due to lack of resources. The project needs community input and better communication if the team is going to land on a solution that will seamlessly usher the majority of WordPress sites into the Gutenberg era with the least amount of breakage.</p>\n<p>Currently, <a href=\"https://github.com/WordPress/gutenberg/pull/2251\" target=\"_blank\">the feasibility of rendering legacy PHP meta boxes below the content</a> is fraught with challenges and still up for debate. If there isn’t enough time or client resources for developers to rewrite their work into JS-driven meta boxes, then a clear path for opting out of the Gutenberg interface may be necessary for sites that need to preserve the legacy “PHP” meta boxes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Aug 2017 19:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Gutenberg 0.7.0 Adds Opt-In Usage Tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6286:\"<p><a href=\"https://make.wordpress.org/core/2017/08/04/whats-new-in-gutenberg-4th-august/\" target=\"_blank\">Gutenberg 0.7.0</a> was released just before the weekend with improvements to the writing flow and greater flexibility for theme authors to add their own customizations. Last week’s version 0.6.0 release made significant changes to the way paragraphs are created within text blocks, allowing for blocks to split when pressing enter. However, it inserted a “New Paragraph” placeholder that was distracting for users trying to stay in the flow of writing.</p>\n<p>Version 0.7.0 <a href=\"https://github.com/WordPress/gutenberg/pull/2161\" target=\"_blank\">hides placeholders on focus</a>, providing a cleaner experience of starting a new paragraph. After a user has already intuitively initiated a new paragraph by pressing enter, the “New Paragraph” placeholder holds little value. Removing the placeholder is a minor improvement that brings Gutenberg closer to providing a better experience for long-form writing.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/new-paragraph-gutenberg-0-7-0.png?ssl=1\"><img /></a></p>\n<p>This release also introduces <a href=\"https://github.com/WordPress/gutenberg/pull/2186\" target=\"_blank\">theme support for customized color palettes and a shared component</a>, such as cover text and button blocks. The sample code below shows how easy it would be for theme authors to implement their own color palettes.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/theme-support-color-palette.png?ssl=1\"><img /></a></p>\n<p>Gutenberg contributors have also added <a href=\"https://github.com/WordPress/gutenberg/pull/2021\" target=\"_blank\">theme support for wide images</a>. According to the inline docs, this allows for some blocks, such as the image block, to define a “wide” or “full” alignment by adding the corresponding classname to the block’s wrapper ( <code>alignwide</code> or <code>alignfull</code> ).</p>\n<p>These additions offer theme developers a better picture of where Gutenberg is headed in regards to themes. The plugin’s contributors are slowly building in more points of customization so that theme authors can add or override Gutenberg’s styles and provide additional opt-in features to their users.</p>\n<p>Theme support for wide images has already been committed to Tammie Lister’s experimental <a href=\"https://github.com/WordPress/gutenberg-theme\" target=\"_blank\">Gutenberg Theme</a>. The project was created to showcase how Gutenberg will interact with WordPress themes and is still a work in progress.</p>\n<h3>Gutenberg Adds Opt-In Data Collection</h3>\n<p>After updating the Gutenberg plugin to 0.7.0 and navigating to the editor, users are presented with the option to opt into data collection about their usage of the editor. The usage data, which is anonymous and does not include post content, is sent to WordPress.com for future analysis. Gutenberg contributor James Nylen explained how the data tracking works in a <a href=\"https://make.wordpress.org/core/2017/08/06/opt-in-usage-tracking-in-gutenberg/\" target=\"_blank\">post</a> on Make.WordPress.org.</p>\n<p>“The Gutenberg plugin contains a mechanism to count how often specific actions occur over time,” Nylen said. “If the user has previously clicked ‘Yes’ on this screen, and an event occurs that has an associated <a href=\"https://github.com/WordPress/gutenberg/search?utf8=%E2%9C%93&q=bumpStat&type=\" target=\"_blank\">bumpStat call</a> in the Gutenberg code, then this event is sent to WordPress.com servers by loading a special ‘pixel’ image.”</p>\n<p>Gutenberg’s tracking code stores the “group” and “name” sent with the bumpStat call (short strings of text), along with the time the event was recorded. Nylen said the team will use the data to improve the editor based on usage patterns. This data collection information is currently only available to those with access to WordPress.com servers.</p>\n<p>“As Gutenberg is an open-source community project, we view this data as belonging to the WordPress community, so we also plan to make this data available via a public dashboard,” Nylen said.</p>\n<p>He shared an example of the data that has been collected from the plugin over the past few days since 0.7.0 was released. This chart is a preview of the number and types of blocks that users have added to posts while testing the editor.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/gutenberg-add-block-total-e1502130689795.png?ssl=1\"><img /></a></p>\n<p>“The approach taken here is very similar to Calypso’s event tracking code,” Nylen said in the <a href=\"https://github.com/WordPress/gutenberg/pull/2140\" target=\"_blank\">pull request for adding the data collection</a>. “We can use the data added in this PR to inform various decisions such as default order for blocks and whether some blocks are less suitable for core, and more generally this is a very useful technique to collect user experience data.”</p>\n<p>The majority of Gutenberg’s chief contributors are Automattic employees, so it makes sense that they would use the options and infrastructure available to them to quickly get data collection going in Gutenberg. However, the data from these tests needs to be shared with the greater WordPress community as soon as possible, since it is being collected in the name of the WordPress project. Ideally, it would have been set up to be displayed publicly before asking users to opt into the collection.</p>\n<p>Gutenberg contributors are also considering making the data collection more modular so that it could be used with other WordPress feature plugins or existing features in the future.</p>\n<p>“Maybe the tracking could be its own module, it could be useful outside of the editor (and other WP feature plugins later),” Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/2140#discussion_r130839438\" target=\"_blank\">said</a>. “Longer term (or not), WP.org needs its own tracking infrastructure and this could be very useful to enhance WordPress.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Aug 2017 20:05:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73899\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4102:\"<p>In July 2015, Automattic <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">won its <span class=\"_Tgc\"> Uniform Domain-Name Dispute-Resolution Policy</span> (UDRP) case</a> against <a href=\"http://www.pearsonified.com/\">Chris Pearson</a> regarding Thesis.com after the <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">panel determined</a> that he failed to establish all three elements required under the ICANN Policy.</p>\n<blockquote><p>A party must satisfy all three of the burdens imposed under the Policy in order for the Panel to order transfer of a domain name from the entity registering it. Here, Complainant failed to establish that Respondent registered and used the disputed domain name in bad faith.</p>\n<p><em>See Starwood Hotels & Resorts Worldwide, Inc. v. Samjo CellTech.Ltd</em>, FA 406512 (Nat. Arb. Forum Mar. 9, 2005) (finding that the complainant failed to establish that respondent registered and used the disputed domain name in bad faith because mere assertions of bad faith are insufficient for a complainant to establish Policy ¶ 4(a)(iii)). Therefore, the Panel finds that Complainant failed to support its allegations under Policy ¶ 4(a)(iii) and finds for Respondent.</p></blockquote>\n<p>This allowed Automattic to maintain ownership of <a href=\"https://themeshaper.com/\">Thesis.com</a>. Automattic retaliated by <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">filing a petition</a> for cancellation with the United States Patent and Trademark Office. In the petition, Automattic argued that the three trademarks owned by Pearson, DIYTHEMES, THESIS THEME, and THESIS, should be cancelled.</p>\n<p>For the past two years, legal teams for both parties have gone back and forth filing briefs, requests for extensions, and other documents. Earlier this year on April 20th, the Trademark Trial and Appeal Board <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=19\">dismissed the case</a> citing a lack of evidence and testimony from Automattic that establishes real interest and a reasonable belief in damages.</p>\n<blockquote><p>The record is devoid of any evidence concerning the nature of Petitioner’s (Automattic) commercial activities and its interest in Respondent’s (Chris Pearson) registered marks. Proof of standing in a Board proceeding is a low threshold.</p>\n<p>For example, Petitioner could have submitted testimony or competent documentary evidence as to its asserted need to use the terms comprising the marks and nature of its business activities to establish its standing.</p>\n<p>Petitioner neglected to do so. Thus, on the record before us, Petitioner has failed to establish a ‘real interest’ and ‘reasonable belief in damage.’ Accordingly, the cancellation proceeding is dismissed for Petitioner’s lack of standing.</p></blockquote>\n<p>On May 22nd,<a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=20\"> Automattic filed a motion</a> for the board to reconsider its decision. On June 1st, the <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=21\">board denied the request</a> making its decision final.</p>\n<blockquote><p>Petitioner has failed to establish any error in the Final Decision. Rather, Petitioner expresses disagreement with the result reached and argues, for the first time on reconsideration, positions it should have alleged in its petition to cancel, supported with testimony and/or competent evidence, and raised in its trial brief.</p>\n<p>We will not infer from Petitioner’s scant allegations and evidence, and silence in its brief, proof of its standing to bring this cancellation proceeding. Petitioner’s motion for reconsideration is denied.</p></blockquote>\n<p>The decision allows Pearson to retain ownership of the DIYTHEMES, THESIS THEME, and THESIS trademarks. It’s unclear if this outcome will lead to more legal actions from either party. At the time of publishing, Pearson did not return a request for comment regarding the outcome and what his plans are for the Trademarks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Aug 2017 00:56:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=73917&preview=true&preview_id=73917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6881:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>WordPress Foundation is Taking Submissions for The Kim Parsell Memorial Scholarship</h2>\n<p>For the third year in a row, the WordPress Foundation will award a woman contributor with financial need who has never attended WordCamp US the <a href=\"https://2017.us.wordcamp.org/kim-parsell-memorial-scholarship-2017/\">Kim Parsell Memorial Scholarship</a>. The scholarship was created in memory of Kim Parsell who <a href=\"https://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">passed away in 2015</a>.</p>\n<p>The scholarship covers the cost of the following:</p>\n<ul>\n<li>Travel to and from Nashville from the recipient’s home city,</li>\n<li>Hotel stay for the duration of the event,</li>\n<li>A ticket to WordCamp US 2017.</li>\n</ul>\n<p>The deadline to apply for the scholarship is Tuesday, August 15th at 12a.m. Pacific.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://2017.us.wordcamp.org/kim-parsell-memorial-scholarship-2017/\">Kim Parsell Memorial Scholarship 2017</a></p></blockquote>\n<p></p>\n<h2>The WordPress Economy is Fine</h2>\n<p>In a <a href=\"https://poststatus.com/future-wordpress-economy-im-not-worried/\">guest post</a> for Post Status, Joshua Strebel, founder of Pagely, explains why he’s not worried about the WordPress economy.</p>\n<blockquote><p>In all channels, new market entrants or existing small shops are being out-gunned by the established players, or the buyers needs are being met upon install.</p>\n<p>So is the WordPress ecosystem shrinking? Yes, segments of it are and will continue to do so. It’s like in any industry: the car replaced the horse and the robot replaced the factory worker. What was successful in the New Market phase may not work in the more mature, ‘Existing Market’ phase we are in.</p></blockquote>\n<p>It’s a good read and it’s interesting to think about what new segments will be created that don’t exist.</p>\n<h2>WPCampus 2017 Videos Are Now Available</h2>\n<p>WPCampus has published <a href=\"https://wpcampus.org/videos/\">all of the videos</a> from its 2017 conference. They’re available to watch for free either on the site or the organization’s <a href=\"https://www.youtube.com/wpcampusorg\">YouTube channel</a>. If you attended WPCampus 2017 or watched the livestream, please consider taking <a href=\"https://2017.wpcampus.org/conference-survey/\">the following survey</a> that will help organizers plan for future events.</p>\n<h2>WordPress Case Studies Needed</h2>\n<p>The WordPress marketing team has published a survey seeking case studies from agencies, enterprises, and clients who use WordPress. The team has provided a sample <a href=\"https://make.wordpress.org/marketing/files/2017/08/WordPress-Marketing-Sample-Case-Study.pdf\">Case Study</a> that can be used as a template. The case studies will help determine how WordPress is being used and help focus future marketing efforts.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/marketing/2017/08/02/calling-all-wordpress-agencies/\">Calling all WordPress Agencies</a></p></blockquote>\n<p></p>\n<h2>New Preferred Languages Prototype</h2>\n<p>Pascal Birchler unveiled an updated prototype of the preferred languages project. The project adds UI to the WordPress backend that allows users to select multiple preferred languages. WordPress will try to load the translations for the first language that’s available. If it’s not available, it will fall back to the next language in the list.</p>\n<p>Birchler is seeking feedback on the newest <a href=\"https://github.com/swissspidy/preferred-languages\">version of the plugin</a> and is working towards it being a merge candidate for WordPress 4.9.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2017/05/20/preferred-languages-the-prototype/\">Preferred Languages: The Prototype</a></p></blockquote>\n<p></p>\n<h2>WordPress’ Emerging Dominance as a CMS of Choice for Law Firms</h2>\n<p>Kevin O’ Keefe <a href=\"http://abovethelaw.com/2017/08/wordpress-to-dominate-as-content-management-system-for-all-law-firms/\">explains why</a> WordPress is likely to become the dominant CMS of choice for law firms.</p>\n<blockquote><p>Just as Word has replaced WordPerfect as the word processing solution of choice for law firms, WordPress is likely to replace other content management systems for law firms, both large and small.</p></blockquote>\n<h2>WordPress 4.9 Expected This November</h2>\n<p>In the last developer’s chat, WordPress 4.9 development kicked off and is expected to be released in November. This release will focus on editing code, managing plugins and themes, a user-centric way to customize a site, and improvements to features recently added. Mel Choyce and Weston Ruter are co-release leads.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2017/08/03/dev-chat-summary-august-2nd-4-9-week-1/\">Dev Chat Summary: August 2nd (4.9 week 1)</a></p></blockquote>\n<p></p>\n<h2>Volunteers Needed for WordCamp US</h2>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">WCUS Needs You: Volunteer Applications Are Now Open</a></p></blockquote>\n<p></p>\n<h2>A Visit From St. Gutenberg</h2>\n<p><a href=\"https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/\">Perhaps the greatest one-star review on the WordPress plugin directory. </a></p>\n<h2>Minniepuu and Wapauul!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Minniepuu and Wapauul, designed by <a href=\"http://marktimemedia.com/\">Michelle Schulp</a>, are the mascots of WordCamp Minneapolis 2017 that’s taking place this weekend.</p>\n<p>Minneapolis and St. Paul, MN are commonly referred to as the Twin Cities and the city’s Major League Baseball team is the Minnesota Twins.</p>\n<img />WordCamp Minneapolis 2017 Wapuus\n<p>That’s it for issue twenty-two. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Aug 2017 00:18:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Publishers Are Moving Back to WordPress After Short Experiments with Medium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8358:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/migration.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://www.flickr.com/photos/hyku/2267820888/\">hyku</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p><a href=\"https://www.theawl.com/\" target=\"_blank\">The Awl</a>, <a href=\"https://thinkprogress.org/\" target=\"_blank\">ThinkProgress</a>, <a href=\"https://filmschoolrejects.com/\" target=\"_blank\">Film School Rejects</a>, and several other publishers have moved back to WordPress after short experiments on Medium. In early 2016, Medium convinced a collection of small, independent publications to move to its platform but shortly thereafter discontinued its unsuccessful ad-driven publishing model <a href=\"https://www.buzzfeed.com/charliewarzel/when-you-launch-your-publication-the-same-day-medium-changes\" target=\"_blank\">without notifying publishers</a>.</p>\n<p>In March 2017, Medium CEO Ev Williams announced that his solution to fix the broken, ad-driven media industry was to fire up <a href=\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\" target=\"_blank\">a new $5 subscription program</a> that would put articles behind a paywall inside of the Medium network.</p>\n<p>Today The Awl, The Hairpin, and The Billfold announced the publications have <a href=\"https://www.theawl.com/2017/08/somethings-different/\" target=\"_blank\">moved back to WordPress</a> after switching to Medium in April 2016.</p>\n<p>“The move to Medium was a cool experiment, in my opinion, but the year is up and personally I missed the ads,” The Awl Editor Silvia Killingsworth said. <a href=\"https://www.thebillfold.com/2017/08/change-is-the-only-constant-in-life/\" target=\"_blank\">The Billfold’s announcement</a> cited Mediums’ recent changes as the reason for the move back to WordPress:</p>\n<blockquote><p>Our move to Medium was an experiment to explore a different kind of business model, and that experiment is over now that the platform has moved in a different direction (<a href=\"https://www.axios.com/publishers-flee-medium-amid-business-model-changes-2440471520.html\" target=\"_blank\">you can read more in-depth about those changes here</a>).</p>\n<p>Adapting to change is all part of the many joys of being a small, independent publisher.</p></blockquote>\n<h3>Film School Rejects Returns to WordPress After 1-Year Experiment with Medium</h3>\n<p><a href=\"https://filmschoolrejects.com/what-happened-with-medium/\" target=\"_blank\">Film School Rejects (FSR) also returned to WordPress in May</a> after a year-long, rocky experiment with Medium. The publication was one of Medium’s first 12 premium publishers.</p>\n<p>“To be honest, I can’t afford, nor would my heart hold up for, a move back to a private server and WordPress,” FSR founder Neil Miller <a href=\"https://www.poynter.org/2017/why-publishers-are-sticking-with-medium-for-now/444507/\" target=\"_blank\">told Poynter in January</a> after Medium announced it was pivoting away from ad-driven media. “So, barring a miracle, my site will live and die on Medium. I’m optimistic that I’ll find some sort of solution and be able to remain on Medium.”</p>\n<p>Ultimately, Medium’s goals as a publisher of subscription content were at odds with FSR’s ability to sustain the publication. Miller said they had ported 10 years of content over to the platform after being promised a beautiful user experience and a way forward that would allow FSR to grown the business, continue to pay its writers, and keep the publication on the cutting edge.</p>\n<p>“What we were sold when we joined their platform is very different from what they’re offering as a way forward,” Miller told Poynter. “It’s almost as if Ev Williams wasn’t concerned that he was pulling out the rug from underneath publishers who had placed their trust in his vision for the future of journalism.”</p>\n<p>After moving FSR back to WordPress, Miller said the partnership with Medium was great until the company changed course to become a different type of platform.</p>\n<p>“As time went on, it became clear that Medium’s priorities had shifted from being a platform for independent publishers to being itself a publisher of premium, subscription-based content,” he said. “As we learned more about their future plans for the now-existent Medium ‘Members Only’ program, it became clear that our site wouldn’t be able to continue to operate the way we always had.”</p>\n<p>Miller said the process of trying a new platform and returning to WordPress made him realize that he “missed some of the customizable features of WordPress,” which led his team to work on some new features they will be launching in the future. The site has reinstated its banner advertising on pages.</p>\n<p>“We’d love to be able to do this all without any ads, but there’s no money in that,” Miller said. “And guess who doesn’t get paid if the site can’t make any money? The people who write articles, edit the site, make video essays, curate One Perfect Shot, and host podcasts.”</p>\n<h3>ThinkProgress Exits Medium, Founder Says Platform is No Longer Developed with Publishers in Mind</h3>\n<p><a href=\"https://thinkprogress.org/\" target=\"_blank\">ThinkProgress</a> was one of the largest publications to make the move to Medium last August. After less than a year, the site has moved back to WordPress, its previous publishing platform. ThinkProgress founder Judd Legum told <a href=\"http://www.poynter.org/2017/with-big-plans-to-staff-up-thinkprogress-is-leaving-medium-behind-update/465424/\" target=\"_blank\">Poynter</a> that the lack of advertising capabilities was not the reason his publication left the platform but rather because Medium no longer serves the best interests of publishers.</p>\n<p>“I’m certainly not eager to have a bunch of ads on the site — and we’re not going to,” Legum said. “I’d love to have none. And if it were possible, I’d be interested in figuring out a model where we don’t have to have any. But if it’s connected to a platform that’s not going to be developed with publishers in mind, it doesn’t really make sense to think through that as a platform. That sealed it for me.”</p>\n<p>ThinkProgress is taking its 8 to 10 million unique pageviews per month back into the independent publishing space. It is the latest of several other publishers leaving Medium after having been persuaded in 2016 to jump into Ev Williams’ experiment with initial promises of free hosting, more traffic, and advertising money. Not all of the sites are moving back to WordPress, but most are looking to free themselves from Medium’s experiment on publishers and regain the ability to sell advertising and/or subscriptions.</p>\n<p><a href=\"https://www.axios.com/bill-simmons-moves-the-ringer-from-medium-to-vox-media-2426770782.html\" target=\"_blank\">The Ringer moved to Vox Media</a> at the end of May after Medium discontinued its advertising model. <a href=\"https://www.poynter.org/2017/after-being-wooed-by-medium-some-publishers-are-beginning-to-leave/459998/\" target=\"_blank\">The Pacific Standard left Medium</a> to focus on building custom features to drive subscription growth.</p>\n<p>Backchannel also moved its site off of the platform and <a href=\"https://www.wired.com/story/backchannel-is-moving-to-wired\" target=\"_blank\">is now publishing on Wired.com</a>. “In the time since Backchannel launched, Medium has shifted its business strategy, and it’s no longer as focused on helping publications like ours profit,” BackChannel Editor Jessi Hempel said.</p>\n<p>Medium’s new <a href=\"https://medium.com/membership\" target=\"_blank\">subscription revenue model</a> and partner program are still in beta but the returns have not been enough to convince publishers to stay, even with costly migrations back to tried and proven platforms like WordPress. Ad-driven publishing may not be the most ideal way to keep a publication afloat, but publishers moving away from Medium are not willing to stay on for the the startup’s experiment at the expense of their writers and staff.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Aug 2017 23:09:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress 4.8.1 Released, Adds Custom HTML Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/wordpress-4-8-1-released-adds-custom-html-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:901:\"<p>WordPress 4.8.1 <a href=\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\">is available for download</a> or as an update from the WordPress Dashboard. This release contains 29 bug fixes and improvements. The most notable addition is a dedicated <a href=\"https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget\">Custom HTML widget</a>.</p>\n<img />Custom HTML Widget in WordPress 4.8.1\n<p>The Custom HTML widget works similar to the Text widget in WordPress 4.7 and below. To see a full list of changes in WordPress 4.8.1, check out the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>. If you think you’ve discovered a bug, please report it in as much detail as possible on the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting/\">WordPress support forums</a>. Twenty-two people contributed to this release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 20:26:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Website as Resume\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/08/website-as-resume/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1422:\"<p>The illustrious Chance the Rapper was looking for a new intern.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I\'m looking for an intern, someone with experience in putting together decks and writing proposals</p>\n<p>— Lil Chano From 79th (@chancetherapper) <a href=\"https://twitter.com/chancetherapper/status/846441791385677824\">March 27, 2017</a></p></blockquote>\n<p></p>\n<p>Some people responded with regular resumes, replying as images, but Negele “Hopsey” Hospedales <a href=\"https://chancehirehospey.com/\">decided to make a website on WordPress.com</a>:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">maybe I\'m extra, but I think resumes are old fashion. I built a website instead. <a href=\"https://twitter.com/hashtag/ChanceHireHospey?src=hash\">#ChanceHireHospey</a><a href=\"https://t.co/DmYvxAQu61\">https://t.co/DmYvxAQu61</a></p>\n<p>— madebyhosp. (@Hospey) <a href=\"https://twitter.com/Hospey/status/846612517723947008\">March 28, 2017</a></p></blockquote>\n<p></p>\n<p>The happy ending is <a href=\"http://www.billboard.com/articles/news/lifestyle/7882484/chance-the-rapper-intern-interview-Negele-Hospedales\">written up in Billboard: he got the gig and went on tour with Chance</a>. Hospey wrote a great article on it himself: <a href=\"https://hospeyhowto.com/2017/07/29/how-to-work-for-your-favourite-rapper/\">How To Work For Your Favourite Rapper</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 10:23:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: Akismet WordPress Plugin 3.3.4 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://blog.akismet.com/2017/08/03/akismet-wordpress-plugin-3-3-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1570:\"<p>Version 3.3.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>3.3.4 has a few fixes and enhancements that should make everyone’s lives better:</p>\n<ul>\n<li>URL previews in the WordPress admin will now begin preloading when the cursor moves near the link so they appear faster once you move your mouse over the link.</li>\n<li>When a comment is caught by both the Comment Blacklist and Akismet, Akismet will now leave it in Trash instead of moving it out of Trash and into Spam.</li>\n<li>A bug has been fixed that was preventing a notice from being shown when a site’s firewall was preventing it from connecting to Akismet’s servers.</li>\n<li>Akismet will no longer log all of its debug information unless a new constant (<code>AKISMET_DEBUG</code>) is also enabled, even if <code>WP_DEBUG</code> and <code>WP_DEBUG_LOG</code> are both enabled.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1955/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1955/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1955&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 04:25:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WPWeekly Episode 283 – A Visit From St. Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=73870&preview=true&preview_id=73870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-283-a-visit-from-st-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2823:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I start off the show with an adaptation of ‘<a href=\"https://www.poets.org/poetsorg/poem/visit-st-nicholas\">A Visit from St. Nicholas</a>‘ created by Clement Clarke Moore. Since we didn’t have a guest, Jacoby and I opened up about our personal lives which turned into a conversation about remote working from home. We also discussed the news of the week, including SiteLock’s acquisition of Patchman, WordPress 4.8.1, and Adobe discontinuing Flash.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-fix-for-wordpress-weekly-subscribers-using-pocket-casts\">A Fix for WordPress Weekly Subscribers Using Pocket Casts</a><br />\n<a href=\"https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget\">WordPress 4.8.1 Adds a Dedicated Custom HTML Widget</a><br />\n<a href=\"https://wptavern.com/sitelock-acquires-patchmans-malware-and-vulnerability-detection-technology-expands-wordpress-customer-base-to-4-million\">SiteLock Acquires Patchman’s Malware and Vulnerability Detection Technology, Expands WordPress Customer Base to 4 Million</a><br />\n<a href=\"https://wptavern.com/adobe-to-discontinue-flash-support-and-updates-in-2020\">Adobe to Discontinue Flash Support and Updates in 2020</a><br />\n<a href=\"https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use\">.blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use</a><br />\n<a href=\"https://wptavern.com/buddypress-2-9-adds-ability-to-safely-edit-a-groups-permalink\">BuddyPress 2.9 Adds Ability to Safely Edit A Group’s Permalink</a><br />\n<a href=\"https://wptavern.com/new-dobby-plugin-captures-and-hides-unwanted-wordpress-admin-notices\">New Dobby Plugin Captures and Hides Unwanted WordPress Admin Notices</a></p>\n<h2>Picks of the Week:</h2>\n<p>An entertaining <a href=\"https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/\">one-star review</a> of Gutenberg based on ‘A Visit from St. Nicholas’ poem by Clement Clarke Moore.<b></b></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 9th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #283:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 01:25:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: WordPress Polyglots Team Fuels International Community Growth with 3rd Global Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/wordpress-polyglots-team-fuels-international-community-growth-with-3rd-global-translation-day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6613:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://wptranslationday.org/\" target=\"_blank\">3rd Global WordPress Translation Day</a> has been set for September 30, 2017. The success of previous events has generated momentum to continue the 24-hour global translation sprints and has also increased the visibility of the Polyglots team’s contributions. These sprints have provided a catalyst for the team’s growth from 5,000 contributors in April 2015 to 17,000 in November 2016. The greater WordPress community has also grown in tandem, as reliable translations are the lifeblood of international WordPress usage.</p>\n<p>One way of measuring the growth of the global community is the checking the status of local meetups. After the addition of the dashboard events widget in WordPress 4.8, the community has seen a sharp rise in <a href=\"https://www.meetup.com/pro/wordpress/\" target=\"_blank\">meetup group</a> growth, according to <a href=\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\" target=\"_blank\">recent stats</a> from the community team. The widget displays local WordPress events for logged-in users.</p>\n<p>“It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program,” Hugh Lashbrooke said. “This is compared to 19 new groups and only 7,071 new members in the same time period last year.”</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wordpress-meetups.png?ssl=1\"><img /></a></p>\n<p>Much of that growth can be attributed to the growth of the international WordPress community, which has continued to advance the concept of <a href=\"https://make.wordpress.org/community/2017/07/18/regional-camps-take-2/\" target=\"_blank\">regional WordCamps</a> for countries and continents. These include events such as WordCamp Netherlands, WordCamp Europe, and the planned WordCamp Asia, that bring larger groups of WordPress enthusiasts together around a common region.</p>\n<p>In 2014, the WordPress community hosted 80 WordCamps in 29 countries. At the conclusion of 2016, there were 115 total WordCamps hosted in 41 different countries.</p>\n<p><a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" target=\"_blank\">WordPress’ usage</a> continues to grow every year, and the percentage of non-English-speaking users is also expanding. In 2014, non-English WordPress downloads surpassed English downloads for the first time.</p>\n<p>Last July, <a href=\"https://wptavern.com/wordpress-stats-page-redesigned-adds-new-data-on-installs-by-langauge\" target=\"_blank\">53.9% of WordPress sites used the English (US) locale</a>. That number has dropped to 50% as of today, as international usage continues to rise.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wordpress-locales-july-2017.png?ssl=1\"><img /></a>Stats from WordPress.org July 2017\n<p>Rahul Bansal’s lightning talk at WordCamp Europe identified one example of <a href=\"http://wordpress.tv/2017/06/21/rahul-bansal-how-translation-sprints-helps-bring-in-new-contributors/\" target=\"_blank\">how the translation sprints are bringing in new contributors in India</a>. In the past, meetup groups have had a problem with retaining new users, who often come to their first meetup lacking both a sense of belonging and confidence in contributing. Bansal and other Polyglots members had an idea to remove this block to contributing by getting new users involved in translating WordPress.</p>\n<p>During the last global translation day event, Bansal helped organize a local group to translate WordPress core into Hindi, Marathi, and Gujarati. They also translated the subtitles for the WordPress 4.6 release video. The key was that the leaders did not participate in translating strings but rather focused on guiding new translators – 90% ended up being first-time contributors.</p>\n<p>WordPress 4.6 shipped with support for 50 languages and the complete Gujarati translation was added to core just a few days before the release. Its inclusion in the release made WordPress more accessible to approximately 65.5 million Gujarati speakers worldwide.</p>\n<div class=\"embed-wrap\"></div>\n<p>The 3rd Global WordPress Translation Day falls on the same day that the <a href=\"https://www.un.org/press/en/2017/ga11914.doc.htm\" target=\"_blank\">United Nations has designated as International Translation Day</a>, a new initiative to recognize “the role of professional translation in connection with nations and fostering peace, understanding, and development.”</p>\n<p>WordPress has only just begun to explore its potential to democratize publishing and hasn’t even cracked the ice in terms of usage across the world’s most popular languages. Sites using the various Chinese and Arabic locales make up less than 2% of international usage, despite these languages having more than a billion native speakers combined. If WordPress adoption takes off in these parts of the world, it will create a whole new wave of contribution and vastly expand the world market for commercial plugins and themes. The Polyglots team are on the forefront of making this possible.</p>\n<p>The first two WPTranslationDay events were held in April and November of 2016. The <a href=\"https://wptavern.com/2nd-global-wordpress-translation-day-brings-780-translators-together-across-133-locales\" target=\"_blank\">second event had a 74% increase in participation over the first</a> with a total of 780 translators participating. This year organizers are aiming to host more local translation sprints to surpass the 67 held in November. If you want to join the Polyglots team to help serve WordPress’ growing international community, you can attend or <a href=\"https://docs.google.com/spreadsheets/d/1Fecq1StAPn9nDgabGMLdXiqszWkkxP6-5cM5YHXwLPg/edit?usp=drivesdk\" target=\"_blank\">organize one of the local events</a>, <a href=\"https://www.crowdcast.io/e/gwtd3/\" target=\"_blank\">watch sessions live on CrowdCast</a>, <a href=\"https://docs.google.com/spreadsheets/d/1Fecq1StAPn9nDgabGMLdXiqszWkkxP6-5cM5YHXwLPg/edit?usp=drivesdk\" target=\"_blank\">organize a remote event</a>, <a href=\"https://wptranslationday.org/call-for-speaker/\" target=\"_blank\">become a speaker</a>, or start translating at <a href=\"http://translate.wordpress.org\" target=\"_blank\">translate.wordpress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 00:36:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Dev Blog: WordPress 4.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2547:\"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>, the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component\">tickets closed</a>, and the <a href=\"https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev/\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/greuben/\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sa3idho/\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"HeroPress: Your Skills Speak Louder Than Your Gender\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/skills-speak-louder-gender/#utm_source=rss&utm_medium=rss&utm_campaign=skills-speak-louder-gender\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6358:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/08/080217-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Do not put up with discrimination, talk about it openly, and stand against it.\" /><blockquote><p>I don’t usually talk or even think about gender in relation to my career. I’m a female developer but I’ve never really felt like that is anything too special and more importantly I have rarely felt like my gender mattered.</p></blockquote>\n<p>As a kid I thought I would become an artist or a dancer. It wasn’t until I had to choose the university to apply to that I decided to go with something more practical so I went with Computer Science. I hadn’t really done much with code before that, except for having a Lord of the Rings discussion board with my friends and making doing some HTML & CSS related to that. After the first year of school I was already making my first WordPress sites to paying customers.</p>\n<p>After graduating I have been a full-time employee in a developer position as well as a freelancer. I’ve worked both in Finland and in the USA. During my career I have actually been surprised how easy it has been for me, a woman in the male-dominated industry, to find work, to get promoted and to get recognition. I have not faced much discrimination or prejudice related to my gender, and the great professionals I have got to work with have always been interested in my skills beyond anything else.</p>\n<p>So how come there is such a huge gender gap in the industry? I’ve witnessed it myself many times – being the only woman in a WordPress meetup of thirty people, or not having to queue at all to women’s bathroom in a tech conference with over 1000 attendees. There is no doubt that women are as capable as men, so whatever the reason is I really hope the future women would see the fun, problem-solving profession of a programmer as a great career option.</p>\n<h3>A few tips for an aspiring developer</h3>\n<p>I want to encourage everyone considering a developer career to take action and go for it. The tech industry is full of very clever and inspiring people and I promise you will not be bored. More importantly it is a safe career choice: the job market is great and the companies and the different tech communities are generally very open and welcoming. If you want to be a woman person in tech, remember:</p>\n<ol>\n<li><strong>Do not accept <del>gender</del> any discrimination</strong><br />\nOne great thing about being a developer is the current status of the job market. There is a lot more demand than there is supply, so you can choose who you work with. Do not put up with discrimination, talk about it openly and stand against it. I’ve been lucky enough not to face much judgement based on my gender. I’ve worked both in Finland and in the US and the biggest challenges I’ve faced have been clients that have been surprised that a woman is the tech lead in their project. Usually after a few hours of working together the prejudice disappears – it has always been enough to just be professional and stay true to myself.</li>\n<li><strong>Be active and give back</strong><br />\nIt is important to be active in your community and help other people out in their careers. Everyone benefits from a striving local community and also it is a great opportunity to make new connections and open new doors in your career.Being an organiser of WordCamp Finland & WordPress Helsinki meetup group for the last few years has really given me more than it has taken. I’ve learnt a lot and met many inspiring people, and it has opened up new career options for me too. The best thing tho has been just seeing the Finnish community grow so much and get more active by the day.</li>\n<li><strong>It’s skills that matter</strong><br />\nThis is really what it comes down to. Are you developing your skills constantly? Are you willing to keep up with the industry? You do not have to be the best developer, but you should be confident in your skills and be willing to always learn new ones. I believe that this is the only thing that matters in the end – not your gender.</li>\n</ol>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Your Skills Speak Louder Than Your Gender\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Your%20Skills%20Speak%20Louder%20Than%20Your%20Gender&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Your Skills Speak Louder Than Your Gender\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F&title=Your+Skills+Speak+Louder+Than+Your+Gender\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Your Skills Speak Louder Than Your Gender\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/skills-speak-louder-gender/&media=https://heropress.com/wp-content/uploads/2018/08/080217-min-150x150.jpg&description=Your Skills Speak Louder Than Your Gender\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Your Skills Speak Louder Than Your Gender\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/skills-speak-louder-gender/\" title=\"Your Skills Speak Louder Than Your Gender\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/skills-speak-louder-gender/\">Your Skills Speak Louder Than Your Gender</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 11:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sonja Jaakkola\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: The Month in WordPress: July 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5643:\"<p>After a particularly busy month <a href=\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href=\"https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/\">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href=\"https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/\">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href=\"https://www.meetup.com/pro/wordpress/\">meetup chapter program</a>, as well as the <a href=\"https://central.wordcamp.org/schedule\">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href=\"https://www.meetup.com/pro/wordpress/\">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href=\"https://make.wordpress.org/community/meetups/\">on the Community Team site</a> or by joining the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta/\">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed – one <a href=\"https://core.trac.wordpress.org/ticket/41191\">to provide a notice to users</a> and another to <a href=\"https://core.trac.wordpress.org/ticket/40934\">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href=\"https://make.wordpress.org/design/2017/07/14/whywordpress2/\">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\">in continual development</a> — everyone is invited to <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href=\"https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/\">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 07:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Jetpack 5.2 Brings Major Improvements to the Contact Form Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/jetpack-5-2-brings-major-improvements-to-the-contact-form-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2280:\"<p>Jetpack’s <a href=\"https://jetpack.com/support/contact-form/\" target=\"_blank\">Contact Form module</a> hasn’t seen too many changes since its first release (<a href=\"https://jetpack.com/2012/04/24/jetpack-1-3-released-contact-forms/\" target=\"_blank\">version 1.3</a>) in 2012. It is easily one of the most compelling features included in the plugin and has long been overdue for a refresh.</p>\n<p>Today’s <a href=\"https://jetpack.com/2017/08/01/jetpack-5-2-new-contact-form/\" target=\"_blank\">5.2 release</a> brings major improvements to the Contact Form module. Previously, Jetpack launched the form builder as a small popup in the post editor. The refreshed design brings form editing and previewing into the main content area where users can customize fields and labels and re-order them using drag-and-drop. At the bottom of the form users can click a button to add new fields. These interface updates bring the module more in line with other leading contact form plugins.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/jetpack-updated-contact-form.png?ssl=1\"><img /></a></p>\n<p>Jetpack 5.2 also improves the recommended features list for new users with better explanations of the features and benefits of each. The release also reduces the plugin’s zip file by 500kb and reduces the code required to run the Comment Likes module.</p>\n<p>Comment Likes were introduced in <a href=\"https://jetpack.com/2017/07/05/jetpack-5-1-comment-likes/\" target=\"_blank\">version 5.1</a>, offering users a new way of interacting within the comments. Hovering over the number of likes will display the Gravatars of the users who liked the comment. The feature does not require Jetpack Comments to be enabled. The two work independently of each other.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/comment-likes.png?ssl=1\"><img /></a></p>\n<p>In attempting to add Comment Likes to the Tavern, we found the module has a conflict with the <a href=\"https://wordpress.org/plugins/epoch/\" target=\"_blank\">Epoch</a> commenting plugin plugin. We have temporarily disabled the plugin until compatibility for Comment Likes is added. We are testing the module to see how it affects interaction in the comments of our posts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 03:28:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: A Fix for WordPress Weekly Subscribers Using Pocket Casts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/a-fix-for-wordpress-weekly-subscribers-using-pocket-casts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2140:\"<p>Last week, you may have noticed that the Tavern was intermittently offline and generating errors. We’ve been experiencing technical issues for the past several months but they peaked last week. After working with Bluehost, they migrated the site from a VPS, to a Dedicated Server that has more powerful hardware.</p>\n<p>Since the migration, we’ve noticed the site is more responsive, loads quicker, and doesn’t generate any errors. If you see an error or experience problems accessing the site, please report them to us <a href=\"https://twitter.com/wptavern\">on Twitter</a>.</p>\n<p>Last month, a number of WordPress Weekly listeners <a href=\"https://wptavern.com/episodes-271-280-of-wordpress-weekly-are-now-available\">reported</a> that they were unable to access recent episodes through Apple’s Podcasting app, Stitcher, and other applications. After reconverting the MP3s and getting them to work on Apple’s Podcasting app, I continued to receive reports from <a href=\"https://www.shiftyjelly.com/pocketcasts/\">Pocket Casts</a> subscribers that the files were not available.</p>\n<p>After confirming the issue, I reconverted the MP3s three times with different conversion software. I also used tools to diagnose and confirm that the files were not corrupted. Despite my efforts, Pocket Casts continued to encounter problems accessing the files.</p>\n<p>I was running out of options until Josh Eby reported that, deleting the app from his device, reinstalling it, and re-syncing his library fixed the problem.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So I decided to delete all of my app data for pocket casts and re-sync my library. I downloaded them again and it worked for 280…</p>\n<p>— Josh Eby (@josheby) <a href=\"https://twitter.com/josheby/status/892130949319847936\">July 31, 2017</a></p></blockquote>\n<p></p>\n<p>I followed his advice and indeed, recent episodes of WordPress Weekly are available again in Pocket Casts. If you’re subscribed to the show using Pocket Casts and can not access episodes 280-282, please consider going through the steps listed above.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Aug 2017 19:09:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: New Dobby Plugin Captures and Hides Unwanted WordPress Admin Notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/new-dobby-plugin-captures-and-hides-unwanted-wordpress-admin-notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3482:\"<p>With the right combination of plugins and events, the WordPress admin area can quickly become a confusing mess of notices. WordPress’ notification system is often abused and overused by plugin authors who want to inject upsells and announcements into the admin. These can stack up like a pile of junk mail vying for users’ attention when they are trying to manage their sites. Ultimately, notice overload decreases users’ enjoyment of the software and may contribute to making it a chore to log into WordPress.</p>\n<p>The new <a href=\"https://wordpress.org/plugins/wp-dobby/\" target=\"_blank\">Dobby plugin</a> from <a href=\"https://tfrommen.de\" target=\"_blank\">Thorsten Frommen</a> attempts to solve this problem by capturing and hiding unwanted admin notices. Frommen, a WordPress engineer at Inpsyde, was inspired to create the plugin after he saw a recent tweet from Torsten Landsiedel showing “Everyday life in the WordPress dashboard.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"de\" dir=\"ltr\">Alltag im WordPress Dashboard. <a href=\"https://t.co/lofO7544uL\">pic.twitter.com/lofO7544uL</a></p>\n<p>— Torsten Landsiedel (@zodiac1978) <a href=\"https://twitter.com/zodiac1978/status/886646392730648577\">July 16, 2017</a></p></blockquote>\n<p></p>\n<p>Dobby rolls up WordPress admin notices and keeps them hidden behind a “Reveal” button that toggles a color-coded list of notices into view. It captures all the notices that are printed via the admin notice hooks, such as <code>network_admin_notices</code>, <code>user_admin_notices</code>, <code>admin_notices</code> and <code>all_admin_notices</code>. Dobby will post an admin notice if any notices have been captured.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/dobby.gif?ssl=1\"><img /></a></p>\n<p>Frommen said the target audience for his plugin is “all the people sick and tired of too many admin notifications, which are oftentimes of no real value at all.” Dobby has a filter available for users to define what “too many” means for themselves. The <a href=\"https://github.com/tfrommen/Dobby\" target=\"_blank\">plugin’s GitHub repository</a> has examples of how to use the Dobby filter threshold, which lets users customize the minimum number of admin notices required to trigger Dobby to start hiding them.</p>\n<p>“It certainly is possible that people may miss (critical) messages with Dobby being active,” Frommen said. “However, Dobby is smart enough to style his admin notice according to the most critical one captured. This means that Dobby’s notice will have error styling if there was an error notice captured. If the most critical one was a warning, that’s what Dobby’s notice will be as well. Otherwise, it’s an info notice.”</p>\n<p>Within the first 10 minutes of requesting translations after announcing that Dobby was on WordPress.org, Frommen received German and Dutch translations for the plugin. The plugin UI has only two strings, which makes it a simple, 5-minute translation job.</p>\n<p>Frommen is considering adding a filter for people to define what kind of notices they would like Dobby to capture. He welcomes suggestions, <a href=\"https://github.com/tfrommen/Dobby\" target=\"_blank\">contributions on GitHub</a>, and <a href=\"https://translate.wordpress.org/projects/wp-plugins/wp-dobby\" target=\"_blank\">more translations</a> from the WordPress community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Aug 2017 18:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Gutenberg 0.6.0 Changes Text/Paragraph Block Behavior, Adds New Cover Text and Read More Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73735\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/gutenberg-0-6-0-changes-textparagraph-block-behavior-adds-new-cover-text-and-read-more-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8165:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/paragraph.jpg?ssl=1\"><img /></a>photo credit: A Tiny Break From The Rain <a href=\"http://www.flickr.com/photos/78814955@N00/34165889514\"><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f430.png\" alt=\"?\" class=\"wp-smiley\" />Adventures In Wonderland & Through The Looking Glass<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f430.png\" alt=\"?\" class=\"wp-smiley\" /></a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p><a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\" target=\"_blank\">Gutenberg 0.6.0</a> was released over the weekend with significant changes to the way paragraphs are created within text blocks. In previous versions of the plugin, pressing enter would create a line break inside a paragraph. This release modifies the behavior of the text/paragraph block to <a href=\"https://github.com/WordPress/gutenberg/pull/1989\" target=\"_blank\">split the block when a user presses enter</a>. (Line breaks can still be created by pressing SHIFT+ENTER.)</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/gutenberg-new-paragraph.png?ssl=1\"><img /></a></p>\n<p>This update is a small improvement in that it hides the text formatting bar when you continue on with a new paragraph, but the slightest scroll or move of the mouse brings it back into view. Contributors are <a href=\"https://github.com/WordPress/gutenberg/pull/1812#issuecomment-314045186\" target=\"_blank\">considering adding a buffer</a> at some point that would only trigger the UI after the mouse moves a certain number of pixels.</p>\n<p>Unfortunately, the “New Paragraph” placeholder text is intrusive and distracting. It is a constant, unwanted reminder of the structure of your document, which is not helpful if you are trying to stay in the flow of writing.</p>\n<p>Gutenberg may improve the experience of vertically stacking differently formatted content, but the writing experience still needs a great deal of work before it can be comparable to what WordPress currently provides. The new editor still gets in the way of writing, instead of silently enabling it.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I love Gutenberg so far, but this is too many dongles to display at the moment of focusing on writing. <a href=\"https://t.co/Xpb19KgG01\">pic.twitter.com/Xpb19KgG01</a></p>\n<p>— Daniel Bachhuber (@danielbachhuber) <a href=\"https://twitter.com/danielbachhuber/status/889944454643064832\">July 25, 2017</a></p></blockquote>\n<p></p>\n<p>After browsing the Gutenberg repository’s 400+ issues queue, it’s clear that contributors are aware of the jarring experience for writers and are working to improve it in every release. However, the beta software is not anywhere near ready for long-form writing, as the intrusive UI places too many cognitive demands on the writer.</p>\n<h3>New Blocks in 0.6.0: “Cover Text” and “Read More”</h3>\n<p>This release introduces a <a href=\"https://github.com/WordPress/gutenberg/pull/2036\" target=\"_blank\">new “Cover Text” block</a> that includes background, text color, and full-width options. Color swatches are available in the sidebar block options and contributors are planning to add filters to allow plugin and theme authors to supply a custom palette.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/cover-text.png?ssl=1\"><img /></a></p>\n<p>Version 0.6.0 also includes a <a href=\"https://github.com/WordPress/gutenberg/pull/1440\" target=\"_blank\">new “Read More” block</a> that inserts a read more link with instant visual feedback within the content.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/read-more-block.png?ssl=1\"><img /></a></p>\n<p>This release also brings several improvements to existing blocks, autosaving for drafts, and initial support for undo/redo keyboard functions.</p>\n<h3>Gutenberg’s Negative Reviews are Piling Up on WordPress.org</h3>\n<p>Gutenberg contributors are regularly shipping weekly releases, with many features added as bare bones placeholders that will be iterated on in future releases. New blocks are being developed simultaneously with core editing features. Some testers have <a href=\"https://wptavern.com/gutenberg-0-5-0-adds-new-verse-block-for-poetry-and-a-new-display-for-recent-blocks#comment-224944\" target=\"_blank\">bemoaned the proliferation of blocks</a> that may seldom be used while the basic writing experience continues to lag behind.</p>\n<p><a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/\" target=\"_blank\">Gutenberg plugin reviews</a> are currently averaging 2.3 out of 5 stars on WordPress.org, with 46 1-star reviews, 21 5-star reviews, and a handful in between. While the reviews are not a full representation of all who are testing Gutenberg, they provide a small window into users’ current expectations, delights, and frustrations with the editor. Gutenberg contributors are monitoring these forums and using the feedback to create bug reports.</p>\n<p>Many reviewers have left 1-star ratings, begging WordPress to keep it as a plugin instead of adding it to core. One reviewer even took to verse to further elaborate on his one-star review titled “<a href=\"https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/\" target=\"_blank\">A Visit from St. Gutenberg</a>” with an adaptation of the classic poem “<a href=\"https://en.wikipedia.org/wiki/A_Visit_from_St._Nicholas\" target=\"_blank\">The Night Before Christmas</a>:”</p>\n<blockquote><p>\nA bundle of blocks he had flung on his back,<br />\nAnd he looked like a coder just opening his pack.</p>\n<p>His eyes—how they twinkled! his dimples, how merry!<br />\n“Who needs MCE, when we have blocks and so many?”</p></blockquote>\n<p>Many reviewers find Gutenberg to be “unnecessarily complex” for actions that were previously easy to perform in the editor.</p>\n<p>“I have several websites – two are for business and include blogs (technical posts, how-tos, etc),” @quantaweb <a href=\"https://wordpress.org/support/topic/please-make-it-a-plugin-not-part-of-core/\" target=\"_blank\">said</a>. “I’m also the editor of a literary magazine. This doesn’t work for any of these sites. It’s not easier to write blogs with it, and it does nothing to ease the work of importing critical essays and poetry into the literary magazine — and formatting them — either…Gutenberg is unnecessarily complex.”</p>\n<p>Some of the 1-star reviews come laced with threats to move to another CMS and splinter the WordPress community if Gutenberg is included in core.</p>\n<p>“By removing all the traditional editor buttons and trying to make a minimalist design the usefulness and ease of use has been drastically reduced,” @ovann86 <a href=\"https://wordpress.org/support/topic/great-example-of-why-developers-are-not-ux-experts/\" target=\"_blank\">said</a>. “I found myself either not being able to do very basic content management or having to click, hover and look for the buttons – instead of them being visible and available immediately…If this was made core I would likely be forced to move to another CMS.”</p>\n<p>Early testing of beta software is not for everyone, as many are unable to look past the initial bugs and clunky implementations to see the potential of the editor to improve WordPress’ severely fragmented content creation experience. Matt Mullenweg jumped onto the forums as recently as two weeks ago to <a href=\"https://wordpress.org/support/topic/not-ready-for-prime-time-14/#post-9316327\" target=\"_blank\">respond to testers’ feedback</a>.</p>\n<p>“We definitely agree it’s not ready for prime time yet, that’s why we’re doing extensive public testing and iteration while it’s in the plugin phase,” Mullenweg said. “Thank you for your feedback and I hope you try it again in a few months with an open mind.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jul 2017 23:26:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"BuddyPress: BuddyPress 2.9.0 – ‘La Lombarda’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=267251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://buddypress.org/2017/07/buddypress-2-9-0-la-lombarda/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6217:\"<p>BuddyPress is happy to announce the immediate availability of it’s latest release 2.9 ‘La Lombarda’ <a href=\"https://en-gb.wordpress.org/plugins/buddypress/2.9.0\">available for download </a> or updatable from your WordPress install plugin directory.</p>\n<p>This release features a range of improvements and updates for both core functionality and templates.</p>\n<p><strong>Amongst a range of improvements and enhancements:</strong></p>\n<ul>\n<li>BP legacy templates are updated for aria labels to bring a vastly improved level of accessibility to layouts.</li>\n<li>In line with current practises anchor title attributes are replaced with an enhanced version usable for all devices, BP Tooltips now provides pop up title requirements on mouse hover or keyboard focus.</li>\n<li>Provide the capability to edit the Group slug: now site admins may edit the group name and the permalink in the dashboard.</li>\n<li>Prevent group invites being sent to users that have already received one.</li>\n<li>Uploading of profile images in mobile devices improved as well as better handling of files with non ASCII characters.</li>\n<li>Email links to private message threads now re-direct logged out users to the login screen, logged in users are directed to message thread.</li>\n<li>New template tag <code>bp_group_link()</code></li>\n<li>Add an order_by parameter for activity queries.</li>\n</ul>\n<p>You can see the full set of changes on our codex page <a href=\"https://codex.buddypress.org/releases/version-2-9-0/\">Version 2.9.0</a></p>\n<p><strong>Comments & feedback</strong><br />\nPlease report any issues to the <a href=\"https://buddypress.org/support/\">Buddypress Support Forum</a> or open a ticket on our <a href=\"https://buddypress.trac.wordpress.org/\">Trac development home</a>.</p>\n<p><strong>Contributors</strong><br />\nBuddypress is a volunteer project and the core team acknowledges the contributions from everyone listed below that helped to bring 2.9 to the community.</p>\n<ul class=\"wp-credits-list\">\n<li><a href=\"https://profiles.wordpress.org/55don/\"> 55don</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/aaronoftomorrow/\"> AaronOfTomorrow</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/allianse/\"> allianse</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/antonioeatgoat/\"> Antonio Mangiacapra (antonioeatgoat)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/benjlipchak/\"> Benj (benjlipchak)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/boonebgorges/\"> Boone B Gorges (boonebgorges)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/bhargavbhandari90/\"> Bunty (bhargavbhandari90)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/sbrajesh/\"> Brajesh Singh (sbrajesh)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/needle/\"> Christian Wach (needle)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/brandonliles/\"> brandonliles</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/danbp/\"> danbp</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dcavins/\"> David Cavins (dcavins)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dkelm/\"> dkelm</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dsar/\"> dsar</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dsided/\"> dsided</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/henry.wright\"> Henry Wright (henry.wright)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/hnla/\"> Hugo (hnla)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/idofri/\"> Ido Friedlander (idofri)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/uscore713/\"> Jay (uscore713)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/johnbillion/\"> John Blackbourn (johnbillion)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/johnjamesjacoby/\"> John James Jacoby (johnjamesjacoby)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/juanho/\"> Juanho</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/lakrisgubben/\"> lakrisgubben</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/Offereins\"> Laurens Offereins (Offereins)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/lne1030/\"> lne1030</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/lenasterg/\"> lenasterg</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/maniou/\"> Maniou</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/imath/\"> Mathieu Viet (imath)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/mercime/\"> mercime</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/tw2113/\"> Michael Beckwith (tw2113)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/mikegillihan/\"> Mike Gillihan (MikeGillihan)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/milindmore22/\"> Milind More (milindmore22)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/modemlooper/\"> modemlooper</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/mrjarbenne/\"> mrjarbenne</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/nicolaskulka/\"> Nicolas Kulka (NicolasKulka)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/oelita/\"> Oelita</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/DJPaul/\"> Paul Gibbs (DJPaul)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/pareshradadiya/\"> paresh.radadiya (pareshradadiya)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/r-a-y/\"> r-a-y</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/espellcaste/\"> Renato Alves (espellcaste)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/rianrietveld/\"> Rian Rietveld (rianrietvelde)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/elhardoum/\"> Samuel Elh (elhardoum)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/seventhqueen/\"> seventhqueen</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/slaffik/\"> Slava Abakumov (slaffik)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/netweb/\"> Stephen Edgar (netweb)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/vishalkakadiya/\"> Vishal Kakadiya (vishalkakadiya)</a>, </li>\n</ul>\n<p> <strong>La Lombada</strong><br />\nThis release is named after what is thought to the oldest and thus first Italian restaurant in the UK established circa 1922 in Aberdeen.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jul 2017 21:39:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hugo Ashmore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Dmitry Mayorov Discusses the Challenges of Organizing WordCamp Moscow and the Future of WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/dmitry-mayorov-discusses-the-challenges-of-organizing-wordcamp-moscow-and-the-future-of-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2956:\"<p>While at WordCamp Europe I had the opportunity to meet Russian designer and developer <a href=\"https://dmtrmrv.com/\" target=\"_blank\">Dmitry Mayorov</a>, whose themes I had noticed earlier in the year in the <a href=\"https://wordpress.org/themes/author/iamdmitrymayorov/\" target=\"_blank\">WordPress Theme Directory</a>. Mayorov’s design style is reminiscent of other niche theme developers like Anders Norén and Mike McAlister. He launched his own commercial themes business on <a href=\"https://themepatio.com/\" target=\"_blank\">ThemePatio.com</a> two years ago and his free <a href=\"https://wordpress.org/themes/counter/\" target=\"_blank\">Counter</a> and <a href=\"https://wordpress.org/themes/maker/\" target=\"_blank\">Maker</a> themes collectively have more than 3,000 active installs on WordPress.org.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/counter.png?ssl=1\"><img /></a><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/maker.png?ssl=1\"><img /></a></p>\n<p> </p>\n<p>Mayorov started taking part in meetups in Russia in 2013. Following WordCamp Moscow 2015, Konstantin Kovshenin asked him if he would take on the role of lead organizer. Mayorov is organizing <a href=\"https://2017.moscow.wordcamp.org/\" target=\"_blank\">WordCamp Moscow 2017</a>, which is scheduled for August 12. In our interview below, he describes a few of the challenges organizers face in uniting the Russian WordPress community that is spread out over such a large land mass.</p>\n<p>Mayorov also discusses how he began creating WordPress themes and how clients’ needs influenced his <a href=\"https://themepatio.com/about/\" target=\"_blank\">theme development philosophy</a>. He aspires to create themes that are fast, content-focused, and minimalistic, without the bloat of hundreds of font options and pre-built site layouts. Mayorov also gave us his predictions for the future of the theme industry.</p>\n<p>“I think it’s going to go two directions at the same time,” Mayorov said. “I think that page builders and multi-purpose themes wont go anywhere but I also think that niche themes are here to stay as well. Not everybody is looking for a page builder.</p>\n<p>“I see the tendency that at first when people get introduced to WordPress they discover theme marketplaces. They think, ‘Ok this is the top seller, I’m going to go with this theme.’ For some people it works, and there’s nothing wrong with that, because sometimes you have challenges where you need to create a website like yesterday…Once they see that there is another way, they start to research other theme developers and shops, realizing that there are simple themes that work faster and are easier to use, and that you don’t need to spend two hours trying to create the homepage. They will use those themes as well. These are the themes I’m trying to build.”</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jul 2017 19:57:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 23 Aug 2017 20:43:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 23 Aug 2017 20:30:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170804181346\";}','no'),(1566,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1503564239','no'),(1567,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1503521039','no'),(1568,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1503564239','no'),(1569,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\'>WordPress 4.8.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/wordpress-good-indian-women/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-good-indian-women\'>HeroPress: Is WordPress Good for Indian Women?</a></li><li><a class=\'rsswidget\' href=\'https://buddypress.org/2017/08/buddypress-2-9-1-security-release/\'>BuddyPress: BuddyPress 2.9.1 Security Release</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/morten-rand-hendriksen-on-what-gutenberg-means-for-the-future-of-wordpress\'>WPTavern: Morten Rand-Hendriksen on What Gutenberg Means For the Future of WordPress</a></li></ul></div>','no'),(1571,'Jupiter_options_revision_1503521100','YTo0NDk6e3M6MTA6InNraW5fY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxMjoic21vb3Roc2Nyb2xsIjtzOjQ6InRydWUiO3M6MTQ6InBhZ2VzX2NvbW1lbnRzIjtzOjU6ImZhbHNlIjtzOjk6ImdvX3RvX3RvcCI7czo1OiJmYWxzZSI7czoxMzoicmV0aW5hX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjE3OiJyZXNwb25zaXZlX2ltYWdlcyI7czo0OiJ0cnVlIjtzOjIwOiJpbWFnZV9yZXNpemVfcXVhbGl0eSI7czozOiIxMDAiO3M6MjY6ImZ1bGxzY3JlZW5fbmF2X2xvZ29fbWFyZ2luIjtzOjM6IjEyNSI7czo0OiJsb2dvIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hdXJvc2lfbG9nb19kYXJrLnBuZyI7czoxNzoibGlnaHRfaGVhZGVyX2xvZ28iO3M6NjY6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L2F1cm9zaV9sb2dvX2xpZ2h0LnBuZyI7czoxODoic3RpY2t5X2hlYWRlcl9sb2dvIjtzOjA6IiI7czoxNToicmVzcG9uc2l2ZV9sb2dvIjtzOjA6IiI7czoxMToiZm9vdGVyX2xvZ28iO3M6MDoiIjtzOjE0OiJjdXN0b21fZmF2aWNvbiI7czo1NjoiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvZmF2aWNvbi5pY28iO3M6MTE6ImlwaG9uZV9pY29uIjtzOjY1OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTU3eDU3LnBuZyI7czoxODoiaXBob25lX2ljb25fcmV0aW5hIjtzOjY3OiJodHRwOi8vYXVyb3NpLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNy8wOC9hcHBsZS1pY29uLTExNHgxMTQucG5nIjtzOjk6ImlwYWRfaWNvbiI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXBwbGUtaWNvbi03Mng3Mi5wbmciO3M6MTY6ImlwYWRfaWNvbl9yZXRpbmEiO3M6NjQ6Imh0dHA6Ly9hdXJvc2kuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE3LzA4L21zLWljb24tMTQ0eDE0NC5wbmciO3M6OToicHJlbG9hZGVyIjtzOjU6ImZhbHNlIjtzOjE2OiJyZXRpbmFfcHJlbG9hZGVyIjtzOjU6ImZhbHNlIjtzOjE0OiJwcmVsb2FkZXJfbG9nbyI7czo2NToiaHR0cDovL2F1cm9zaS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTcvMDgvYXVyb3NpX2xvZ29fZGFyay5wbmciO3M6MjA6InByZWxvYWRlcl9pY29uX2NvbG9yIjtzOjc6IiMyMjIyMjIiO3M6MTg6InByZWxvYWRlcl9iZ19jb2xvciI7czo3OiIjZWVlZWVlIjtzOjIzOiJzZWN0aW9uX3ByZWxvYWRlcl9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJwcmVsb2FkZXJfYW5pbWF0aW9uIjtzOjIyOiJiYWxsX2NsaXBfcm90YXRlX3B1bHNlIjtzOjIxOiJkaXNhYmxlX3F1aWNrX2NvbnRhY3QiO3M6NToiZmFsc2UiO3M6MjM6InF1aWNrX2NvbnRhY3Rfb25fc2luZ2xlIjtzOjQ6InRydWUiO3M6MjE6ImNhcHRjaGFfcXVpY2tfY29udGFjdCI7czo0OiJ0cnVlIjtzOjE5OiJxdWlja19jb250YWN0X2VtYWlsIjtzOjIwOiJyaWZhdGNhbmVyQGdtYWlsLmNvbSI7czoxOToicXVpY2tfY29udGFjdF90aXRsZSI7czoxMDoiQ29udGFjdCBVcyI7czoxODoicXVpY2tfY29udGFjdF9kZXNjIjtzOjg5OiJXZSdyZSBub3QgYXJvdW5kIHJpZ2h0IG5vdy4gQnV0IHlvdSBjYW4gc2VuZCB1cyBhbiBlbWFpbCBhbmQgd2UnbGwgZ2V0IGJhY2sgdG8geW91LCBhc2FwLiI7czoyMDoidHdpdHRlcl9jb25zdW1lcl9rZXkiO3M6MDoiIjtzOjIzOiJ0d2l0dGVyX2NvbnN1bWVyX3NlY3JldCI7czowOiIiO3M6MjA6InR3aXR0ZXJfYWNjZXNzX3Rva2VuIjtzOjA6IiI7czoyNzoidHdpdHRlcl9hY2Nlc3NfdG9rZW5fc2VjcmV0IjtzOjA6IiI7czoxNzoibWFpbGNoaW1wX2FwaV9rZXkiO3M6MDoiIjtzOjE3OiJtYWlsY2hpbXBfbGlzdF9pZCI7czowOiIiO3M6MTU6Im1haWxjaGltcF9vcHRpbiI7czo1OiJmYWxzZSI7czoxOToiZ29vZ2xlX21hcHNfYXBpX2tleSI7czowOiIiO3M6OToiYW5hbHl0aWNzIjtzOjA6IiI7czoxMDoidHlwZWtpdF9pZCI7czowOiIiO3M6MzE6ImJhY2tncm91bmRfc2VsZWN0b3Jfb3JpZW50YXRpb24iO3M6MTc6ImZ1bGxfd2lkdGhfbGF5b3V0IjtzOjEwOiJncmlkX3dpZHRoIjtzOjQ6IjE0MDAiO3M6MTM6ImNvbnRlbnRfd2lkdGgiO3M6MjoiNzMiO3M6MTg6ImNvbnRlbnRfcmVzcG9uc2l2ZSI7czozOiI5NjAiO3M6MjA6InJlc3BvbnNpdmVfbmF2X3dpZHRoIjtzOjQ6IjExNDAiO3M6MTE6ImJvZHlfYm9yZGVyIjtzOjU6ImZhbHNlIjtzOjIxOiJib2R5X2JvcmRlcl90aGlja25lc3MiO3M6MjoiNTAiO3M6MTc6ImJvZHlfYm9yZGVyX2NvbG9yIjtzOjQ6IiNmZmYiO3M6Mjk6ImJvZHlfYm9yZGVyX29uX21vYmlsZV9kZXZpY2VzIjtzOjU6ImZhbHNlIjtzOjI0OiJwYWdlX3RpdGxlX2V4cGFuZF9oZWFkZXIiO3M6NDoidHJ1ZSI7czoyNDoiYm94ZWRfbGF5b3V0X3NoYWRvd19zaXplIjtzOjE6IjAiO3M6Mjk6ImJveGVkX2xheW91dF9zaGFkb3dfaW50ZW5zaXR5IjtzOjE6IjAiO3M6MTg6ImdlbmVyYWxfYmFja2dvdW5kcyI7czowOiIiO3M6MjA6ImJnX3BhbmVsX2ltYWdlX3N0eWxlIjtzOjg6Im5vLWltYWdlIjtzOjE1OiJiZ19wYW5lbF91cGxvYWQiO3M6MDoiIjtzOjIwOiJiZ19wYW5lbF9jb2xvcl9zdHlsZSI7czo2OiJzaW5nbGUiO3M6MTQ6ImJnX3BhbmVsX2NvbG9yIjtzOjA6IiI7czoxNjoiYmdfcGFuZWxfY29sb3JfMiI7czowOiIiO3M6MjE6ImdyYW5kaWVudF9jb2xvcl9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjE6ImdyYW5kaWVudF9jb2xvcl9hbmdsZSI7czo4OiJ2ZXJ0aWNhbCI7czoxNToiYmdfcGFuZWxfcmVwZWF0IjtzOjA6IiI7czoxOToiYmdfcGFuZWxfYXR0YWNobWVudCI7czowOiIiO3M6MTc6ImJnX3BhbmVsX3Bvc2l0aW9uIjtzOjA6IiI7czoxMzoiYmdfcGFuZWxfc2l6ZSI7czo1OiJmYWxzZSI7czoxMDoiYm9keV9jb2xvciI7czo0OiIjZmZmIjtzOjE5OiJib2R5X2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxMjoiYm9keV9jb2xvcl8yIjtzOjA6IiI7czoyNToiYm9keV9jb2xvcl9ncmFkaWVudF9zdHlsZSI7czo2OiJsaW5lYXIiO3M6MjU6ImJvZHlfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTA6ImJvZHlfaW1hZ2UiO3M6MDoiIjtzOjk6ImJvZHlfc2l6ZSI7czo1OiJmYWxzZSI7czoxMzoiYm9keV9wb3NpdGlvbiI7czowOiIiO3M6MTU6ImJvZHlfYXR0YWNobWVudCI7czowOiIiO3M6MTE6ImJvZHlfcmVwZWF0IjtzOjA6IiI7czoxMToiYm9keV9zb3VyY2UiO3M6ODoibm8taW1hZ2UiO3M6MTA6InBhZ2VfY29sb3IiO3M6NDoiI2ZmZiI7czoxOToicGFnZV9jb2xvcl9ncmFkaWVudCI7czo2OiJzaW5nbGUiO3M6MTI6InBhZ2VfY29sb3JfMiI7czowOiIiO3M6MjU6InBhZ2VfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI1OiJwYWdlX2NvbG9yX2dyYWRpZW50X2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjEwOiJwYWdlX2ltYWdlIjtzOjA6IiI7czo5OiJwYWdlX3NpemUiO3M6NToiZmFsc2UiO3M6MTM6InBhZ2VfcG9zaXRpb24iO3M6MDoiIjtzOjE1OiJwYWdlX2F0dGFjaG1lbnQiO3M6MDoiIjtzOjExOiJwYWdlX3JlcGVhdCI7czowOiIiO3M6MTE6InBhZ2Vfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjEyOiJoZWFkZXJfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyMToiaGVhZGVyX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxNDoiaGVhZGVyX2NvbG9yXzIiO3M6MDoiIjtzOjI3OiJoZWFkZXJfY29sb3JfZ3JhZGllbnRfc3R5bGUiO3M6NjoibGluZWFyIjtzOjI3OiJoZWFkZXJfY29sb3JfZ3JhZGllbnRfYW5nbGUiO3M6ODoidmVydGljYWwiO3M6MTI6ImhlYWRlcl9pbWFnZSI7czowOiIiO3M6MTE6ImhlYWRlcl9zaXplIjtzOjU6ImZhbHNlIjtzOjE1OiJoZWFkZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJoZWFkZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImhlYWRlcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJoZWFkZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjEyOiJiYW5uZXJfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoyMToiYmFubmVyX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxNDoiYmFubmVyX2NvbG9yXzIiO3M6NzoiIzQ2NDY0NiI7czoyNzoiYmFubmVyX2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNzoiYmFubmVyX2NvbG9yX2dyYWRpZW50X2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjEyOiJiYW5uZXJfaW1hZ2UiO3M6MDoiIjtzOjExOiJiYW5uZXJfc2l6ZSI7czo0OiJ0cnVlIjtzOjE1OiJiYW5uZXJfcG9zaXRpb24iO3M6MDoiIjtzOjE3OiJiYW5uZXJfYXR0YWNobWVudCI7czowOiIiO3M6MTM6ImJhbm5lcl9yZXBlYXQiO3M6MDoiIjtzOjEzOiJiYW5uZXJfc291cmNlIjtzOjg6Im5vLWltYWdlIjtzOjEyOiJmb290ZXJfY29sb3IiO3M6NzoiI2Y5ZjlmOSI7czoyMToiZm9vdGVyX2NvbG9yX2dyYWRpZW50IjtzOjY6InNpbmdsZSI7czoxNDoiZm9vdGVyX2NvbG9yXzIiO3M6NzoiIzNkNDA0NSI7czoyNzoiZm9vdGVyX2NvbG9yX2dyYWRpZW50X3N0eWxlIjtzOjY6ImxpbmVhciI7czoyNzoiZm9vdGVyX2NvbG9yX2dyYWRpZW50X2FuZ2xlIjtzOjg6InZlcnRpY2FsIjtzOjEyOiJmb290ZXJfaW1hZ2UiO3M6MDoiIjtzOjExOiJmb290ZXJfc2l6ZSI7czo1OiJmYWxzZSI7czoxNToiZm9vdGVyX3Bvc2l0aW9uIjtzOjA6IiI7czoxNzoiZm9vdGVyX2F0dGFjaG1lbnQiO3M6MDoiIjtzOjEzOiJmb290ZXJfcmVwZWF0IjtzOjA6IiI7czoxMzoiZm9vdGVyX3NvdXJjZSI7czo4OiJuby1pbWFnZSI7czoxMToiYm9keV93ZWlnaHQiO3M6MzoiNDAwIjtzOjE0OiJib2R5X2ZvbnRfc2l6ZSI7czoyOiIxNCI7czoxNjoiYm9keV9saW5lX2hlaWdodCI7czo0OiIxLjY2IjtzOjE1OiJib2R5X3RleHRfY29sb3IiO3M6NzoiIzc3Nzc3NyI7czo3OiJhX2NvbG9yIjtzOjc6IiMyZTJlMmUiO3M6MTM6ImFfY29sb3JfaG92ZXIiO3M6NzoiIzc3Nzc3NyI7czoxMjoic3Ryb25nX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6NjoicF9zaXplIjtzOjI6IjE0IjtzOjEzOiJwX2xpbmVfaGVpZ2h0IjtzOjQ6IjEuNjYiO3M6NzoicF9jb2xvciI7czo3OiIjNzc3Nzc3IjtzOjk6ImgxX3dlaWdodCI7czozOiI2MDAiO3M6MTI6ImgxX3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6ImgxX3NpemUiO3M6MjoiMzYiO3M6ODoiaDFfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoMl93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoMl90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoMl9zaXplIjtzOjI6IjMwIjtzOjg6ImgyX2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDNfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDNfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDNfc2l6ZSI7czoyOiIyNCI7czo4OiJoM19jb2xvciI7czo3OiIjNDA0MDQwIjtzOjk6Img0X3dlaWdodCI7czozOiI2MDAiO3M6MTI6Img0X3RyYW5zZm9ybSI7czo0OiJub25lIjtzOjc6Img0X3NpemUiO3M6MjoiMTgiO3M6ODoiaDRfY29sb3IiO3M6NzoiIzQwNDA0MCI7czo5OiJoNV93ZWlnaHQiO3M6MzoiNjAwIjtzOjEyOiJoNV90cmFuc2Zvcm0iO3M6NDoibm9uZSI7czo3OiJoNV9zaXplIjtzOjI6IjE2IjtzOjg6Img1X2NvbG9yIjtzOjc6IiM0MDQwNDAiO3M6OToiaDZfd2VpZ2h0IjtzOjM6IjYwMCI7czoxMjoiaDZfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6NzoiaDZfc2l6ZSI7czoyOiIxNCI7czo4OiJoNl9jb2xvciI7czo3OiIjNDA0MDQwIjtzOjIxOiJoZWFkZXJfbGF5b3V0X2J1aWxkZXIiO3M6MTY6InByZV9idWlsdF9oZWFkZXIiO3M6MTg6InRoZW1lX2hlYWRlcl9zdHlsZSI7czoxOiIxIjtzOjE0OiJzZWNvbmRhcnlfbWVudSI7czo5OiJkYXNoYm9hcmQiO3M6MTg6ImhlYWRlcl9idXJnZXJfc2l6ZSI7czo1OiJzbWFsbCI7czoyMzoic2VvbmRhcnlfaGVhZGVyX2Zvcl9hbGwiO3M6NToiZmFsc2UiO3M6MTg6InZlcnRpY2FsX21lbnVfYW5pbSI7czoxOiIxIjtzOjI2OiJ2ZXJ0aWNhbF9oZWFkZXJfbG9nb19hbGlnbiI7czo2OiJjZW50ZXIiO3M6Mjg6InZlcnRpY2FsX2hlYWRlcl9sb2dvX3BhZGRpbmciO3M6MjoiMTAiO3M6MjE6InZlcnRpY2FsX2hlYWRlcl9hbGlnbiI7czo0OiJsZWZ0IjtzOjIzOiJ2ZXJ0aWNhbF9tZW51X2NvcHlyaWdodCI7czozNzoiQ29weXJpZ2h0IEFsbCBSaWdodHMgUmVzZXJ2ZWQgwqkgMjAxNSI7czoxMToiaGVhZGVyX2dyaWQiO3M6NDoidHJ1ZSI7czoxNjoiaGlkZV9oZWFkZXJfbG9nbyI7czo0OiJ0cnVlIjtzOjE0OiJsb2dvX2luX21pZGRsZSI7czo1OiJmYWxzZSI7czoxNToiaGlkZV9oZWFkZXJfbmF2IjtzOjQ6InRydWUiO3M6MjI6ImhlYWRlcl9zZWFyY2hfbG9jYXRpb24iO3M6MTc6ImZ1bGxzY3JlZW5fc2VhcmNoIjtzOjIyOiJoZWFkZXJfc3RhcnRfdG91cl90ZXh0IjtzOjA6IiI7czoyMjoiaGVhZGVyX3N0YXJ0X3RvdXJfcGFnZSI7czowOiIiO3M6MTU6InN0YXJ0X3RvdXJfc2l6ZSI7czoyOiIxNCI7czoxMzoibG9nZ2VkaW5fbWVudSI7czoxMjoicHJpbWFyeS1tZW51IjtzOjEzOiJoZWFkZXJfaGVpZ2h0IjtzOjM6IjEwMCI7czoxNzoicmVzX2hlYWRlcl9oZWlnaHQiO3M6MzoiMTAwIjtzOjE0OiJoZWFkZXJfb3BhY2l0eSI7czoxOiIxIjtzOjI3OiJoZWFkZXJfYnRuX2JvcmRlcl90aGlja25lc3MiO3M6MToiMSI7czoxOToiaGVhZGVyX2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTY6InN0YXJ0X3RvdXJfY29sb3IiO3M6NzoiIzMzMzMzMyI7czoxOToiaGVhZGVyX2J1cmdlcl9jb2xvciI7czowOiIiO3M6MTc6Im1haW5fbmF2X2JnX2NvbG9yIjtzOjA6IiI7czoxNDoibWFpbl9uYXZfaG92ZXIiO3M6MToiMiI7czoxOToibWFpbl9uYXZfdG9wX3dlaWdodCI7czozOiI2MDAiO3M6MTk6Im1haW5fbWVudV90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJtYWluX25hdl90b3Bfc2l6ZSI7czoyOiIxMSI7czoyNzoibWFpbl9uYXZfdG9wX2xldHRlcl9zcGFjaW5nIjtzOjE6IjIiO3M6MTk6Im1haW5fbmF2X2l0ZW1fc3BhY2UiO3M6MjoiMTEiO3M6MjM6Im1haW5fbmF2X3RvcF90ZXh0X2NvbG9yIjtzOjc6IiM0NDQ0NDQiO3M6MjM6Im1haW5fbmF2X3RvcF9ob3Zlcl9za2luIjtzOjc6IiMzMzMzMzMiO3M6Mjg6Im1haW5fbmF2X3RvcF9ob3Zlcl90eHRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxOToibWFpbl9uYXZfc3ViX3dlaWdodCI7czozOiI0MDAiO3M6MjI6Im1haW5fbmF2X3N1Yl90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjE3OiJtYWluX25hdl9zdWJfc2l6ZSI7czoyOiIxMSI7czoyNzoibWFpbl9uYXZfc3ViX2xldHRlcl9zcGFjaW5nIjtzOjE6IjEiO3M6MjM6Im1haW5fbmF2X3N1Yl90ZXh0X2NvbG9yIjtzOjc6IiNiM2IzYjMiO3M6Mjk6Im1haW5fbmF2X3N1Yl90ZXh0X2NvbG9yX2hvdmVyIjtzOjc6IiNmZmZmZmYiO3M6Mjc6Im1haW5fbmF2X3N1Yl9ob3Zlcl9iZ19jb2xvciI7czowOiIiO3M6Mjk6Im1haW5fbmF2X3N1Yl9ib3JkZXJfdG9wX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MjE6Im1haW5fbmF2X3N1Yl9iZ19jb2xvciI7czo3OiIjMzMzMzMzIjtzOjIzOiJtYWluX25hdl9zdWJfaWNvbl9jb2xvciI7czo3OiIjZTBlMGUwIjtzOjE0OiJuYXZfc3ViX3NoYWRvdyI7czo1OiJmYWxzZSI7czoyNjoic3ViX2xldmVsX2JveF9ib3JkZXJfY29sb3IiO3M6MDoiIjtzOjE4OiJtYWluX25hdl9zdWJfd2lkdGgiO3M6MzoiMjMwIjtzOjI1OiJtYWluX25hdl9tZWdhX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MjM6Im1lZ2FfbWVudV9kaXZpZGVyX2NvbG9yIjtzOjA6IiI7czoyMjoiaGVhZGVyX3NvY2lhbF9sb2NhdGlvbiI7czo3OiJ0b29sYmFyIjtzOjI3OiJoZWFkZXJfc29jaWFsX25ldHdvcmtzX3NpdGUiO3M6MDoiIjtzOjI2OiJoZWFkZXJfc29jaWFsX25ldHdvcmtzX3VybCI7czowOiIiO3M6Mjg6ImhlYWRlcl9zb2NpYWxfbmV0d29ya3Nfc3R5bGUiO3M6NjoiY2lyY2xlIjtzOjE2OiJoZWFkZXJfaWNvbl9zaXplIjtzOjU6InNtYWxsIjtzOjE5OiJoZWFkZXJfc29jaWFsX2NvbG9yIjtzOjc6IiM5OTk5OTkiO3M6MjU6ImhlYWRlcl9zb2NpYWxfaG92ZXJfY29sb3IiO3M6NzoiI2NjY2NjYyI7czoyNzoiaGVhZGVyX3NvY2lhbF9iZ19tYWluX2NvbG9yIjtzOjc6IiMyMzIzMjMiO3M6MjI6ImhlYWRlcl9zb2NpYWxfYmdfY29sb3IiO3M6NzoiIzIzMjMyMyI7czoyNjoiaGVhZGVyX3NvY2lhbF9ib3JkZXJfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoxNjoiaGVhZGVyX21vYmlsZV9iZyI7czowOiIiO3M6MjA6InJlc3BvbnNpdmVfbmF2X2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6Mjk6ImhlYWRlcl9tb2JpbGVfc2VhcmNoX2lucHV0X2JnIjtzOjA6IiI7czozMjoiaGVhZGVyX21vYmlsZV9zZWFyY2hfaW5wdXRfY29sb3IiO3M6MDoiIjtzOjI0OiJyZXNwb25zaXZlX25hdl90eHRfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoxOToiaGVhZGVyX3N0aWNreV9zdHlsZSI7czo1OiJmaXhlZCI7czoyMDoic3RpY2t5X2hlYWRlcl9vZmZzZXQiO3M6NjoiaGVhZGVyIjtzOjIwOiJoZWFkZXJfc2Nyb2xsX2hlaWdodCI7czoyOiI2NSI7czoyMToiaGVhZGVyX3N0aWNreV9vcGFjaXR5IjtzOjE6IjEiO3M6MjY6InN0aWNreV9oZWFkZXJfYm9yZGVyX2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MTM6ImRhc2hfYmdfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyNToiZGFzaF90b3BfbWVudV90ZXh0X3dlaWdodCI7czozOiI2MDAiO3M6MjM6ImRhc2hfdG9wX21lbnVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyMzoiZGFzaF90b3BfbWVudV90ZXh0X3NpemUiO3M6MjoiMTMiO3M6MTk6ImRhc2hfbmF2X2xpbmtfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyNToiZGFzaF9uYXZfbGlua19ob3Zlcl9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjIzOiJkYXNoX25hdl9iZ19ob3Zlcl9jb2xvciI7czowOiIiO3M6MjU6ImRhc2hfc3ViX21lbnVfdGV4dF93ZWlnaHQiO3M6MzoiNDAwIjtzOjIzOiJkYXNoX3N1Yl9tZW51X3RyYW5zZm9ybSI7czo5OiJ1cHBlcmNhc2UiO3M6MjM6ImRhc2hfc3ViX21lbnVfdGV4dF9zaXplIjtzOjI6IjEyIjtzOjE3OiJkYXNoX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjA6ImRhc2hfdGl0bGVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoxNToiZGFzaF90aXRsZV9zaXplIjtzOjI6IjE0IjtzOjE2OiJkYXNoX3RpdGxlX2NvbG9yIjtzOjc6IiNmZmZmZmYiO3M6MTY6ImRhc2hfdGV4dF93ZWlnaHQiO3M6MzoiNDAwIjtzOjE0OiJkYXNoX3RleHRfc2l6ZSI7czoyOiIxMiI7czoxNToiZGFzaF90ZXh0X2NvbG9yIjtzOjc6IiNlZWVlZWUiO3M6MTY6ImRhc2hfbGlua3NfY29sb3IiO3M6NzoiI2ZhZmFmYSI7czoyMjoiZGFzaF9saW5rc19ob3Zlcl9jb2xvciI7czowOiIiO3M6MTk6ImZ1bGxzY3JlZW5fbmF2X2xvZ28iO3M6NDoiZGFyayI7czoyNjoiZnVsbHNjcmVlbl9uYXZfbW9iaWxlX2xvZ28iO3M6NDoiZGFyayI7czozMzoiZnVsbHNjcmVlbl9uYXZfbW9iaWxlX2xvZ29fY3VzdG9tIjtzOjA6IiI7czoyMzoiZnVsbHNjcmVlbl9uYXZfYmdfY29sb3IiO3M6NzoiIzQ0NDQ0NCI7czoyNToiZnVsbHNjcmVlbl9jbG9zZV9idG5fc2tpbiI7czo1OiJsaWdodCI7czozMToiZnVsbHNjcmVlbl9uYXZfbWVudV9mb250X3dlaWdodCI7czo2OiJib2xkZXIiO3M6MzQ6ImZ1bGxzY3JlZW5fbmF2X21lbnVfdGV4dF90cmFuc2Zvcm0iO3M6OToidXBwZXJjYXNlIjtzOjI5OiJmdWxsc2NyZWVuX25hdl9tZW51X2ZvbnRfc2l6ZSI7czoyOiIxNiI7czozNDoiZnVsbHNjcmVlbl9uYXZfbWVudV9sZXR0ZXJfc3BhY2luZyI7czoxOiIwIjtzOjI2OiJmdWxsc2NyZWVuX25hdl9tZW51X2d1dHRlciI7czoyOiIyNSI7czoyNToiZnVsbHNjcmVlbl9uYXZfbGlua19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjI5OiJmdWxsc2NyZWVuX25hdl9saW5rX2hvdl9jb2xvciI7czo3OiIjNDQ0NDQ0IjtzOjMyOiJmdWxsc2NyZWVuX25hdl9saW5rX2hvdl9iZ19jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJlbmFibGVfaGVhZGVyX2RhdGUiO3M6NToiZmFsc2UiO3M6MjI6ImhlYWRlcl90b29sYmFyX3RhZ2xpbmUiO3M6MDoiIjtzOjIwOiJoZWFkZXJfdG9vbGJhcl9sb2dpbiI7czo1OiJmYWxzZSI7czoyNDoiaGVhZGVyX3Rvb2xiYXJfc3Vic2NyaWJlIjtzOjU6ImZhbHNlIjtzOjIwOiJoZWFkZXJfdG9vbGJhcl9lbWFpbCI7czowOiIiO3M6MjA6ImhlYWRlcl90b29sYmFyX3Bob25lIjtzOjA6IiI7czoxNzoiaGVhZGVyX3Rvb2xiYXJfYmciO3M6NzoiI2ZmZmZmZiI7czoyNDoiaGVhZGVyX21vYmlsZV90b29sYmFyX2JnIjtzOjA6IiI7czoyNzoiaGVhZGVyX3Rvb2xiYXJfYm9yZGVyX2NvbG9yIjtzOjA6IiI7czozMDoiaGVhZGVyX3Rvb2xiYXJfc2VhcmNoX2lucHV0X2JnIjtzOjA6IiI7czoyNDoiaGVhZGVyX3Rvb2xiYXJfdHh0X2NvbG9yIjtzOjc6IiM5OTk5OTkiO3M6MjU6ImhlYWRlcl90b29sYmFyX2xpbmtfY29sb3IiO3M6NzoiIzk5OTk5OSI7czozMToiaGVhZGVyX3Rvb2xiYXJfc2VhcmNoX2lucHV0X3R4dCI7czo3OiIjYzdjN2M3IjtzOjI3OiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfY29sb3IiO3M6MDoiIjtzOjMyOiJoZWFkZXJfbW9iaWxlX3Rvb2xiYXJfbGlua19jb2xvciI7czowOiIiO3M6MzU6ImhlYWRlcl90b29sYmFyX3NvY2lhbF9uZXR3b3JrX2NvbG9yIjtzOjc6IiM5OTk5OTkiO3M6MzQ6ImhlYWRlcl9tb2JpbGVfdG9vbGJhcl9zb2NpYWxfY29sb3IiO3M6MDoiIjtzOjE3OiJwYWdlX3RpdGxlX2dsb2JhbCI7czo1OiJmYWxzZSI7czoxOToiYmFubmVyX2JvcmRlcl9jb2xvciI7czowOiIiO3M6MjE6InBhZ2VfaW50cm9kdWNlX3dlaWdodCI7czozOiI0MDAiO3M6MjA6InBhZ2VfdGl0bGVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoyNToicGFnZV9pbnRyb2R1Y2VfdGl0bGVfc2l6ZSI7czoyOiIyMCI7czozNToicGFnZV9pbnRyb2R1Y2VfdGl0bGVfbGV0dGVyX3NwYWNpbmciO3M6MToiMiI7czoxNjoicGFnZV90aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE3OiJwYWdlX3RpdGxlX3NoYWRvdyI7czo1OiJmYWxzZSI7czoyODoicGFnZV9pbnRyb2R1Y2Vfc3VidGl0bGVfc2l6ZSI7czoyOiIxNCI7czozMzoicGFnZV9pbnRyb2R1Y2Vfc3VidGl0bGVfdHJhbnNmb3JtIjtzOjQ6Im5vbmUiO3M6MTk6InBhZ2Vfc3VidGl0bGVfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxODoiZGlzYWJsZV9icmVhZGNydW1iIjtzOjU6ImZhbHNlIjtzOjE1OiJicmVhZGNydW1iX3NraW4iO3M6NToibGlnaHQiO3M6NToiZm9udHMiO2E6Mzp7aTowO2E6Njp7czo0OiJ0eXBlIjtzOjM6ImFsbCI7czoxMDoiZm9udEZhbWlseSI7czowOiIiO3M6ODoiZWxlbWVudHMiO2E6MTp7aTowO3M6NDoiYm9keSI7fXM6Njoic3Vic2V0IjtzOjA6IiI7czoxMjoiY3VycmVudEZpZWxkIjtzOjEwOiJmb250LWFsZXJ0IjtzOjc6ImRlZmF1bHQiO3M6NDoidHJ1ZSI7fWk6MTthOjU6e3M6NDoidHlwZSI7czo2OiJnb29nbGUiO3M6MTA6ImZvbnRGYW1pbHkiO3M6NDoiTGF0byI7czo4OiJlbGVtZW50cyI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czo2OiJzdWJzZXQiO3M6MDoiIjtzOjEyOiJjdXJyZW50RmllbGQiO3M6MjA6ImZvbnQtc2VsZWN0LWVsZW1lbnRzIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjM6ImFsbCI7czoxMDoiZm9udEZhbWlseSI7czo0OiJub25lIjtzOjY6InN1YnNldCI7czowOiIiO3M6MTI6ImN1cnJlbnRGaWVsZCI7czoyMDoiZm9udC1zZWxlY3QtZWxlbWVudHMiO319czoxNDoiZGlzYWJsZV9mb290ZXIiO3M6NDoidHJ1ZSI7czoyMToiZm9vdGVyX2Rpc2FibGVfbW9iaWxlIjtzOjQ6InRydWUiO3M6MTI6ImJveGVkX2Zvb3RlciI7czo0OiJ0cnVlIjtzOjExOiJmb290ZXJfdHlwZSI7czoxOiIxIjtzOjE0OiJmb290ZXJfY29sdW1ucyI7czoxOiI1IjtzOjIwOiJmb290ZXJfdG9wX3RoaWNrbmVzcyI7czoxOiIwIjtzOjIzOiJmb290ZXJfdG9wX2JvcmRlcl9jb2xvciI7czowOiIiO3M6MTM6ImZvb3Rlcl9ndXR0ZXIiO3M6MToiMiI7czoyMjoiZm9vdGVyX3dyYXBwZXJfcGFkZGluZyI7czoyOiI2MCI7czoyNzoiZm9vdGVyX3dpZGdldF9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTk6ImZvb3Rlcl90aXRsZV93ZWlnaHQiO3M6NjoiYm9sZGVyIjtzOjIyOiJmb290ZXJfdGl0bGVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoxNzoiZm9vdGVyX3RpdGxlX3NpemUiO3M6MjoiMTQiO3M6MTg6ImZvb3Rlcl90aXRsZV9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJmb290ZXJfdGV4dF93ZWlnaHQiO3M6MzoiNDAwIjtzOjE2OiJmb290ZXJfdGV4dF9zaXplIjtzOjI6IjE0IjtzOjE3OiJmb290ZXJfdGV4dF9jb2xvciI7czo3OiIjZmZmZmZmIjtzOjE4OiJmb290ZXJfbGlua3NfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoyNDoiZm9vdGVyX2xpbmtzX2hvdmVyX2NvbG9yIjtzOjc6IiMyNWJlZWQiO3M6MTg6ImRpc2FibGVfc3ViX2Zvb3RlciI7czo1OiJmYWxzZSI7czoxNzoiZW5hYmxlX2Zvb3Rlcl9uYXYiO3M6NToiZmFsc2UiO3M6OToiY29weXJpZ2h0IjtzOjM3OiJDb3B5cmlnaHQgQWxsIFJpZ2h0cyBSZXNlcnZlZCDCqSAyMDE1IjtzOjE5OiJzdWJfZm9vdGVyX2JnX2NvbG9yIjtzOjc6IiM0MzQ3NGQiO3M6MTQ6ImNvcHlyaWdodF9zaXplIjtzOjI6IjExIjtzOjI0OiJjb3B5cmlnaHRfbGV0dGVyX3NwYWNpbmciO3M6MToiMSI7czoyNToic3ViX2Zvb3Rlcl9uYXZfY29weV9jb2xvciI7czo3OiIjOGM4ZTkxIjtzOjE1OiJjdXN0b21fc2lkZWJhcnMiO3M6MDoiIjtzOjIwOiJzaWRlYmFyX3RpdGxlX3dlaWdodCI7czo2OiJib2xkZXIiO3M6MjM6InNpZGViYXJfdGl0bGVfdHJhbnNmb3JtIjtzOjk6InVwcGVyY2FzZSI7czoxODoic2lkZWJhcl90aXRsZV9zaXplIjtzOjI6IjE0IjtzOjE5OiJzaWRlYmFyX3RpdGxlX2NvbG9yIjtzOjc6IiMzMzMzMzMiO3M6MTk6InNpZGViYXJfdGV4dF93ZWlnaHQiO3M6MzoiNDAwIjtzOjE3OiJzaWRlYmFyX3RleHRfc2l6ZSI7czoyOiIxNCI7czoxODoic2lkZWJhcl90ZXh0X2NvbG9yIjtzOjc6IiM5OTk5OTkiO3M6MTk6InNpZGViYXJfbGlua3NfY29sb3IiO3M6NzoiIzk5OTk5OSI7czoyNToic2lkZWJhcl9saW5rc19ob3Zlcl9jb2xvciI7czowOiIiO3M6MTg6InNlYXJjaF9wYWdlX2xheW91dCI7czo1OiJyaWdodCI7czoxNzoic2VhcmNoX3BhZ2VfdGl0bGUiO3M6NjoiU2VhcmNoIjtzOjIzOiJzZWFyY2hfZGlzYWJsZV9zdWJ0aXRsZSI7czo0OiJ0cnVlIjtzOjEzOiJzaW5nbGVfbGF5b3V0IjtzOjQ6ImZ1bGwiO3M6MTc6InNpbmdsZV9ibG9nX3N0eWxlIjtzOjc6ImNvbXBhY3QiO3M6Mjg6InNpbmdsZV9ib2xkX2hlcm9fZnVsbF9oZWlnaHQiO3M6NDoidHJ1ZSI7czoyOToic2luZ2xlX2Rpc2FibGVfZmVhdHVyZWRfaW1hZ2UiO3M6NDoidHJ1ZSI7czoyMzoiYm9sZF9zaW5nbGVfaGVyb19oZWlnaHQiO3M6MzoiODAwIjtzOjI4OiJzaW5nbGVfZmVhdHVyZWRfaW1hZ2VfaGVpZ2h0IjtzOjM6Ijc1MCI7czoyMDoiYmxvZ19zaW5nbGVfaW1nX2Nyb3AiO3M6NDoidHJ1ZSI7czoxNzoiYmxvZ19zaW5nbGVfdGl0bGUiO3M6NDoidHJ1ZSI7czoxNDoiYmxvZ19wcmV2X25leHQiO3M6NDoidHJ1ZSI7czoyODoiYmxvZ19wcmV2X25leHRfc2FtZV9jYXRlZ29yeSI7czo0OiJ0cnVlIjtzOjI3OiJlbmFibGVfc2luZ2xlX3JlbGF0ZWRfcG9zdHMiO3M6NDoidHJ1ZSI7czoyMDoiYmxvZ19zaW5nbGVfY29tbWVudHMiO3M6NDoidHJ1ZSI7czoxODoiZW5hYmxlX2Jsb2dfYXV0aG9yIjtzOjQ6InRydWUiO3M6MTg6InNpbmdsZV9ibG9nX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjE5OiJibG9nX2hlYWRpbmdfd2VpZ2h0IjtzOjM6IjYwMCI7czoyMjoiYmxvZ19oZWFkaW5nX3RyYW5zZm9ybSI7czowOiIiO3M6MTc6ImJsb2dfaGVhZGluZ19zaXplIjtzOjE6IjAiO3M6MTg6ImJsb2dfaGVhZGluZ19jb2xvciI7czowOiIiO3M6MTg6ImJsb2dfYm9keV9oMV9jb2xvciI7czowOiIiO3M6MTg6ImJsb2dfYm9keV9oMl9jb2xvciI7czowOiIiO3M6MTg6ImJsb2dfYm9keV9oM19jb2xvciI7czowOiIiO3M6MTg6ImJsb2dfYm9keV9oNF9jb2xvciI7czowOiIiO3M6MTg6ImJsb2dfYm9keV9oNV9jb2xvciI7czowOiIiO3M6MTg6ImJsb2dfYm9keV9oNl9jb2xvciI7czowOiIiO3M6MTY6ImJsb2dfYm9keV93ZWlnaHQiO3M6MzoiNDAwIjtzOjE5OiJibG9nX2JvZHlfZm9udF9zaXplIjtzOjE6IjAiO3M6MjE6ImJsb2dfYm9keV9saW5lX2hlaWdodCI7czoxOiIwIjtzOjE1OiJibG9nX2JvZHlfY29sb3IiO3M6MDoiIjtzOjE3OiJibG9nX2JvZHlfYV9jb2xvciI7czowOiIiO3M6MjM6ImJsb2dfYm9keV9hX2NvbG9yX2hvdmVyIjtzOjA6IiI7czoyNjoiYmxvZ19ib2R5X3N0cm9uZ190YWdfY29sb3IiO3M6MDoiIjtzOjE5OiJzaW5nbGVfbWV0YV9zZWN0aW9uIjtzOjQ6InRydWUiO3M6MTg6ImRpYWJsZV9zaW5nbGVfdGFncyI7czo0OiJ0cnVlIjtzOjE5OiJhcmNoaXZlX3BhZ2VfbGF5b3V0IjtzOjU6InJpZ2h0IjtzOjE4OiJhcmNoaXZlX2xvb3Bfc3R5bGUiO3M6NjoibW9kZXJuIjtzOjE4OiJhcmNoaXZlX3BhZ2VfdGl0bGUiO3M6ODoiQXJjaGl2ZXMiO3M6MjQ6ImFyY2hpdmVfZGlzYWJsZV9zdWJ0aXRsZSI7czo0OiJ0cnVlIjtzOjI1OiJhcmNoaXZlX2Jsb2dfaW1hZ2VfaGVpZ2h0IjtzOjM6IjM1MCI7czoxNzoiYXJjaGl2ZV9ibG9nX21ldGEiO3M6NDoidHJ1ZSI7czoyNDoiYXJjaGl2ZV9wYWdpbmF0aW9uX3N0eWxlIjtzOjE6IjEiO3M6Mjc6Im5ld3NfZGlzYWJsZV9mZWF0dXJlZF9pbWFnZSI7czo0OiJ0cnVlIjtzOjI2OiJuZXdzX2ZlYXR1cmVkX2ltYWdlX2hlaWdodCI7czozOiIzNDAiO3M6OToibmV3c19zbHVnIjtzOjEwOiJuZXdzLXBvc3RzIjtzOjIzOiJwb3J0Zm9saW9fc2luZ2xlX2xheW91dCI7czo0OiJmdWxsIjtzOjI5OiJQb3J0Zm9saW9fc2luZ2xlX2ltYWdlX2hlaWdodCI7czozOiI1MDAiO3M6MjE6InNpbmdsZV9wb3J0Zm9saW9fY2F0cyI7czo1OiJmYWxzZSI7czozMDoiZW5hYmxlX3BvcnRmb2xpb19zaW1pbGFyX3Bvc3RzIjtzOjQ6InRydWUiO3M6MTk6InBvcnRmb2xpb19uZXh0X3ByZXYiO3M6NDoidHJ1ZSI7czozMzoicG9ydGZvbGlvX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6MjQ6ImVuYWJsZV9wb3J0Zm9saW9fY29tbWVudCI7czo1OiJmYWxzZSI7czoyMzoic2luZ2xlX3BvcnRmb2xpb19zb2NpYWwiO3M6NDoidHJ1ZSI7czoxNDoicG9ydGZvbGlvX3NsdWciO3M6MTU6InBvcnRmb2xpby1wb3N0cyI7czoxODoicG9ydGZvbGlvX2NhdF9zbHVnIjtzOjE4OiJwb3J0Zm9saW9fY2F0ZWdvcnkiO3M6MjQ6ImFyY2hpdmVfcG9ydGZvbGlvX2xheW91dCI7czo1OiJyaWdodCI7czoyMzoiYXJjaGl2ZV9wb3J0Zm9saW9fc3R5bGUiO3M6NzoiY2xhc3NpYyI7czozMDoiYXJjaGl2ZV9wb3J0Zm9saW9faW1hZ2VfaGVpZ2h0IjtzOjM6IjQwMCI7czoyNDoiYXJjaGl2ZV9wb3J0Zm9saW9fY29sdW1uIjtzOjE6IjMiO3M6MzQ6ImFyY2hpdmVfcG9ydGZvbGlvX3BhZ2luYXRpb25fc3R5bGUiO3M6MToiMSI7czoxNDoiY3VzdG9taXNlX3Nob3AiO3M6NToiZmFsc2UiO3M6MjA6InNob3BfYXJjaGl2ZV9jb2x1bW5zIjtzOjc6ImRlZmF1bHQiO3M6MTk6Indvb2NvbW1lcmNlX2NhdGFsb2ciO3M6NToiZmFsc2UiO3M6MjM6Indvb19jYXRlZ29yeV9pbWFnZV9zaXplIjtzOjQ6ImNyb3AiO3M6MzE6Indvb2NvbW1lcmNlX2NhdGVnb3J5X3BhZ2VfdGl0bGUiO3M6NDoiU2hvcCI7czoyOToid29vY29tbWVyY2VfdXNlX3Byb2R1Y3RfdGl0bGUiO3M6NToiZmFsc2UiO3M6MzA6Indvb2NvbW1lcmNlX3VzZV9jYXRlZ29yeV90aXRsZSI7czo1OiJmYWxzZSI7czozNzoid29vY29tbWVyY2VfdXNlX2NhdGVnb3J5X2ZpbHRlcl90aXRsZSI7czo1OiJmYWxzZSI7czoxMzoic2hvcHBpbmdfY2FydCI7czo0OiJ0cnVlIjtzOjE5OiJhZGRfY2FydF9yZXNwb25zaXZlIjtzOjQ6InRydWUiO3M6MTk6Indvb19sb29wX2ltYWdlX3NpemUiO3M6MDoiIjtzOjE5OiJ3b29fbG9vcF9pbWdfaGVpZ2h0IjtzOjM6IjMwMCI7czoyNjoid29vY29tbWVyY2VfbG9vcF9zaG93X2Rlc2MiO3M6NToiZmFsc2UiO3M6MzU6Indvb2NvbW1lcmNlX2xvb3BfZW5hYmxlX2xvdmVfYnV0dG9uIjtzOjQ6InRydWUiO3M6MjU6Indvb2NvbW1lcmNlX3NpbmdsZV9sYXlvdXQiO3M6NDoiZnVsbCI7czozMjoid29vY29tbWVyY2Vfc2luZ2xlX3Byb2R1Y3RfdGl0bGUiO3M6NDoidHJ1ZSI7czoyMDoid29vX3NpbmdsZV9wcmV2X25leHQiO3M6NDoidHJ1ZSI7czoyNzoid29vX3ByZXZfbmV4dF9zYW1lX2NhdGVnb3J5IjtzOjQ6InRydWUiO3M6MzM6Indvb2NvbW1lcmNlX3NpbmdsZV9zb2NpYWxfbmV0d29yayI7czo0OiJ0cnVlIjtzOjk6Im1pbmlmeS1qcyI7czo0OiJ0cnVlIjtzOjEwOiJtaW5pZnktY3NzIjtzOjQ6InRydWUiO3M6MTc6InJlbW92ZS1qcy1jc3MtdmVyIjtzOjQ6InRydWUiO3M6MTU6Imdsb2JhbF9sYXp5bG9hZCI7czo0OiJ0cnVlIjtzOjE5OiJwb3J0Zm9saW8tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6Im5ld3MtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTM6ImZhcS1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToicGhvdG9fYWxidW0tcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6InByaWNpbmctcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTc6ImNsaWVudHMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6ImVtcGxveWVlcy1wb3N0LXR5cGUiO3M6NDoidHJ1ZSI7czoyMToidGVzdGltb25pYWwtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImFuaW1hdGVkLWNvbHVtbnMtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTQ6ImVkZ2UtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjA6InRhYl9zbGlkZXItcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MTk6InNsaWRlc2hvdy1wb3N0LXR5cGUiO3M6NToiZmFsc2UiO3M6MjQ6ImJhbm5lcl9idWlsZGVyLXBvc3QtdHlwZSI7czo1OiJmYWxzZSI7czoxMDoiY3VzdG9tX2NzcyI7czoxMjQwOiIucG9ydGZvbGlvLXNpbWlsYXItbWV0YSAucG9ydGZvbGlvLWNhdGVnb3JpZXMge2NvbG9yOiAjZmZmIWltcG9ydGFudDtmb250LXNpemU6IDExcHghaW1wb3J0YW50O30KCi8qICoqKioqKioqKiogQ1VTVE9NIENTUyAqKioqKioqKioqICovCgovKiAqKioqKiBHRU5FUkFMICoqKioqICovCgojdGhlbWUtcGFnZSBhIHsKCWNvbG9yOiAjRkMzMkEyICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEhFQURFUiAqKioqKiAqLwoKLmZpdC1sb2dvLWltZyBhIGltZyB7CgltYXgtaGVpZ2h0OiA5MCU7Cn0KCi8qICoqKioqIEhPTUUgUEFHRSAqKioqKiAqLwoKLmJhbm5lci10ZXh0LWhpZ2hsaWdodCBzcGFuIHsKICAgIHBhZGRpbmc6IDEwcHggMjBweDsKICAgIGJvcmRlcjogMXB4IHNvbGlkICMwMDA7CiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDI1NSwgMjU1LCAyNTUsIC44KTsKICAgIGRpc3BsYXk6IGlubGluZS1ibG9jazsKfQoKLmhvbWUtYmx1cmIgLm1rLWJ1dHRvbi0tdGV4dCB7CgkgIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7Cn0KCi8qICoqKioqIEZPT1RFUiAqKioqKiAqLwoKI21rLWZvb3RlciB7CgliYWNrZ3JvdW5kLWNvbG9yOiAjNDQ0Owp9CgpzZWN0aW9uI2N1c3RvbV9odG1sLTIgewogICAgcG9zaXRpb246IHJlbGF0aXZlOwogICAgdG9wOiA0cHg7Cn0KCiNtay1mb290ZXIgLndpZGdldC1zdWItbmF2aWdhdGlvbiB1bCBsaSBhLCAjbWstZm9vdGVyIC53aWRnZXRfbmF2X21lbnUgdWwgbGkgYSB7CglwYWRkaW5nLWxlZnQ6IDA7Cn0KCiNtay1mb290ZXIgbGkgYSB7Cgl0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwp9CgojbWstZm9vdGVyIHN2ZyB7CglkaXNwbGF5OiBub25lOwp9CgouZm9vdGVyLWxvZ28gewoJcG9zaXRpb246IHJlbGF0aXZlOwoJdG9wOiA0cHg7Cn0KCi5mb290ZXItbG9nbyBpIHsKCWZvbnQtc2l6ZTogMjJweDsKCW1hcmdpbjogMCAxMHB4Owp9CgovKiAqKioqKiBQUklWQUNZIFBPTElDWSBQQUdFICoqKioqICovCgoucHAtaGVhZGluZyB7CglsZXR0ZXItc3BhY2luZzogNXB4OwoJdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZSAhaW1wb3J0YW50OwoJbWFyZ2luOiAyNXB4IDA7Cglmb250LXNpemU6IDE2cHggIWltcG9ydGFudDsKfQoKLyogKioqKioqKioqKiBFVkVOVFMgUEFHRSAqKioqKioqKioqICovCgoudnNlbC1tZXRhLCAjdnNlbCAudnNlbC1pbWFnZS1pbmZvLCAjdnNlbCAudnNlbC1pbWFnZSB7Cgl3aWR0aDogNTAlICFpbXBvcnRhbnQ7Cn0KIjtzOjk6ImN1c3RvbV9qcyI7czowOiIiO3M6MjA6InRoZW1lX2ltcG9ydF9vcHRpb25zIjtzOjA6IiI7czoyMDoibWFpbGNoaW1wX2FjdGlvbl91cmwiO3M6MDoiIjtzOjE4OiJ0aGVtZV9oZWFkZXJfYWxpZ24iO3M6NDoibGVmdCI7czoyMDoidGhlbWVfdG9vbGJhcl90b2dnbGUiO3M6NToiZmFsc2UiO3M6ODoic2lkZWJhcnMiO3M6MDoiIjtzOjI2OiJyZXNwb25zaXZlX2ljb25fdGV4dF9jb2xvciI7czowOiIiO3M6MTE6ImZvbnRfZmFtaWx5IjtzOjA6IiI7czoyMDoic3BlY2lhbF9mb250c19saXN0XzEiO3M6NDoiTGF0byI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzEiO3M6NjoiZ29vZ2xlIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMSI7czowOiIiO3M6MTg6InNwZWNpYWxfZWxlbWVudHNfMSI7YToyNzp7aTowO3M6NDoiYm9keSI7aToxO3M6MjoiaDEiO2k6MjtzOjI6ImgyIjtpOjM7czoyOiJoMyI7aTo0O3M6MjoiaDQiO2k6NTtzOjI6Img1IjtpOjY7czoyOiJoNiI7aTo3O3M6MToicCI7aTo4O3M6MToiYSI7aTo5O3M6Mjg6InRleHRhcmVhLGlucHV0LHNlbGVjdCxidXR0b24iO2k6MTA7czoxODoiI21rLXBhZ2UtaW50cm9kdWNlIjtpOjExO3M6MTA6Ii50aGUtdGl0bGUiO2k6MTI7czoyNzoiLm1rLWVkZ2UtdGl0bGUsIC5lZGdlLXRpdGxlIjtpOjEzO3M6MjU6Ii5tay1lZGdlLWRlc2MsIC5lZGdlLWRlc2MiO2k6MTQ7czozOToiLm1haW4tbmF2aWdhdGlvbi11bCwgLm1rLXZtLW1lbnV3cmFwcGVyIjtpOjE1O3M6Mjk6IiNtay1mb290ZXItbmF2aWdhdGlvbiB1bCBsaSBhIjtpOjE2O3M6MTU6Ii5tay1jb250ZW50LWJveCI7aToxNztzOjE5OiIuZmlsdGVyLXBvcnRmb2xpbyBhIjtpOjE4O3M6MTA6Ii5tay1idXR0b24iO2k6MTk7czoxNDoiLm1rLWJsb2NrcXVvdGUiO2k6MjA7czoxNToiLm1rLXRhYnMtdGFicyBhIjtpOjIxO3M6MTI6Ii5tay1kcm9wY2FwcyI7aToyMjtzOjEyOiIubWstaW1hZ2Vib3giO2k6MjM7czoxNToiLm1rLWZhbmN5LXRpdGxlIjtpOjI0O3M6MTQ6Ii5tay1jdXN0b20tYm94IjtpOjI1O3M6MTM6Ii5tay1zdWJzY3JpYmUiO2k6MjY7czo2OToiLm1rLWJsb2ctY29udGFpbmVyIC5tay1ibG9nLW1ldGEgLnRoZS1leGNlcnB0IHAsIC5tay1zaW5nbGUtY29udGVudCBwIjt9czoyMDoic3BlY2lhbF9mb250c19saXN0XzIiO3M6NDoibm9uZSI7czoyMDoic3BlY2lhbF9mb250c190eXBlXzIiO3M6MDoiIjtzOjIwOiJnb29nbGVfZm9udF9zdWJzZXRfMiI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMSI7czowOiIiO3M6MjE6InR5cGVraXRfZm9udF9mYW1pbHlfMiI7czowOiIiO3M6MTc6Indvb19pbWFnZV9xdWFsaXR5IjtzOjA6IiI7czoyMjoicGFnZXNwZWVkLW9wdGltaXphdGlvbiI7czo1OiJmYWxzZSI7czoxODoidGltZWxpbmUtcG9zdC10eXBlIjtzOjQ6InRydWUiO3M6MjY6ImhlYWRlcl9zb2NpYWxfc2l0ZXNfc2VsZWN0IjtzOjA6IiI7czoxNzoiaGVhZGVyX3NvY2lhbF91cmwiO3M6MDoiIjtzOjU6ImFscGhhIjtzOjM6IjEwMCI7czoxMToiYWRkX3NpZGViYXIiO3M6MDoiIjtzOjE2OiJiZ19wYW5lbF9zdHJldGNoIjtzOjU6ImZhbHNlIjtzOjE2OiJfd3BfaHR0cF9yZWZlcmVyIjtzOjU2OiIvanVwaXRlcjUvYW1hbHRoZWEvd3AtYWRtaW4vYWRtaW4ucGhwP3BhZ2U9dGhlbWVfb3B0aW9ucyI7czoxNDoiYnV0dG9uX2NsaWNrZWQiO3M6MjI6InNhdmVfdGhlbWVfb3B0aW9uc190b3AiO30=','yes'),(1574,'_transient_timeout_wc_related_7930','1503607595','no'),(1575,'_transient_wc_related_7930','a:8:{i:0;s:4:\"7898\";i:1;s:4:\"7909\";i:2;s:4:\"7912\";i:3;s:4:\"7915\";i:4;s:4:\"7918\";i:5;s:4:\"7921\";i:6;s:4:\"7924\";i:7;s:4:\"7927\";}','no'),(1579,'_transient_timeout_mk_request_vip_user_info_9ae476e288ee1804aa1101f320e5f92fd3b38327cc07f3c945fbc734f1020442','1503530460','no'),(1580,'_transient_mk_request_vip_user_info_9ae476e288ee1804aa1101f320e5f92fd3b38327cc07f3c945fbc734f1020442','a:2:{s:6:\"status\";b:0;s:7:\"message\";s:37:\"Api key verified but user is not vip.\";}','no'),(1591,'_transient_timeout_external_ip_address_166.137.252.119','1504174622','no'),(1592,'_transient_external_ip_address_166.137.252.119','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1594,'_transient_timeout_external_ip_address_168.1.128.62','1504182706','no'),(1595,'_transient_external_ip_address_168.1.128.62','209.17.114.79','no'),(1600,'_transient_timeout_external_ip_address_46.0.193.126','1504191113','no'),(1601,'_transient_external_ip_address_46.0.193.126','209.17.114.79','no'),(1613,'_transient_timeout_external_ip_address_93.76.217.237','1504216730','no'),(1614,'_transient_external_ip_address_93.76.217.237','209.17.114.79','no'),(1623,'_transient_timeout_external_ip_address_170.178.153.76','1504272837','no'),(1624,'_transient_external_ip_address_170.178.153.76','209.17.114.79','no'),(1634,'_transient_timeout_external_ip_address_38.142.184.18','1504317710','no'),(1635,'_transient_external_ip_address_38.142.184.18','209.17.114.79','no'),(1639,'_transient_timeout_external_ip_address_38.145.79.189','1504320611','no'),(1640,'_transient_external_ip_address_38.145.79.189','209.17.114.79','no'),(1648,'_transient_timeout_external_ip_address_166.137.8.65','1504375804','no'),(1649,'_transient_external_ip_address_166.137.8.65','209.17.114.79','no'),(1651,'_transient_timeout_external_ip_address_63.250.12.94','1504389166','no'),(1652,'_transient_external_ip_address_63.250.12.94','209.17.114.79','no'),(1657,'_transient_timeout_external_ip_address_188.165.197.58','1504394638','no'),(1658,'_transient_external_ip_address_188.165.197.58','209.17.114.79','no'),(1660,'_transient_timeout_external_ip_address_168.1.128.61','1504396334','no'),(1661,'_transient_external_ip_address_168.1.128.61','209.17.114.79','no'),(1662,'_transient_timeout_external_ip_address_139.226.144.62','1504408568','no'),(1663,'_transient_external_ip_address_139.226.144.62','209.17.114.79','no'),(1665,'_transient_timeout_external_ip_address_77.120.156.3','1504416314','no'),(1666,'_transient_external_ip_address_77.120.156.3','209.17.114.79','no'),(1675,'_transient_timeout_external_ip_address_173.208.149.138','1504427771','no'),(1676,'_transient_external_ip_address_173.208.149.138','209.17.114.79','no'),(1689,'_transient_timeout_external_ip_address_188.166.34.95','1504470832','no'),(1691,'_transient_external_ip_address_188.166.34.95','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1695,'_transient_timeout_external_ip_address_146.185.223.71','1504471489','no'),(1696,'_transient_external_ip_address_146.185.223.71','209.17.114.79','no'),(1700,'_transient_timeout_external_ip_address_93.189.145.83','1504489094','no'),(1701,'_transient_external_ip_address_93.189.145.83','209.17.114.79','no'),(1704,'_transient_timeout_external_ip_address_88.99.2.220','1504503012','no'),(1705,'_transient_external_ip_address_88.99.2.220','209.17.114.79','no'),(1725,'_transient_timeout_external_ip_address_46.246.42.214','1504551282','no'),(1726,'_transient_external_ip_address_46.246.42.214','209.17.114.79','no'),(1727,'_transient_timeout_external_ip_address_196.52.43.63','1504556115','no'),(1728,'_transient_external_ip_address_196.52.43.63','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1735,'_transient_timeout_external_ip_address_38.140.161.170','1504589519','no'),(1736,'_transient_external_ip_address_38.140.161.170','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1756,'_transient_timeout_external_ip_address_52.43.104.21','1504639785','no'),(1759,'_transient_external_ip_address_52.43.104.21','209.17.114.79','no'),(1772,'_transient_timeout_external_ip_address_38.142.184.2','1504696577','no'),(1773,'_transient_external_ip_address_38.142.184.2','209.17.114.79','no'),(1775,'_transient_timeout_external_ip_address_209.95.164.137','1504724259','no'),(1776,'_transient_external_ip_address_209.95.164.137','209.17.114.79','no'),(1785,'_transient_timeout_external_ip_address_180.76.15.31','1504736425','no'),(1786,'_transient_external_ip_address_180.76.15.31','209.17.114.79','no'),(1787,'_transient_timeout_external_ip_address_166.170.15.30','1504739084','no'),(1788,'_transient_external_ip_address_166.170.15.30','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1790,'_transient_timeout_external_ip_address_178.79.184.247','1504741729','no'),(1791,'_transient_external_ip_address_178.79.184.247','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1794,'_transient_timeout_external_ip_address_169.54.244.93','1504768664','no'),(1795,'_transient_external_ip_address_169.54.244.93','209.17.114.79','no'),(1801,'_transient_timeout_external_ip_address_54.242.211.93','1504778118','no'),(1802,'_transient_external_ip_address_54.242.211.93','209.17.114.79','no'),(1804,'_transient_timeout_external_ip_address_54.196.221.103','1504778379','no'),(1805,'_transient_external_ip_address_54.196.221.103','209.17.114.79','no'),(1806,'_transient_timeout_external_ip_address_121.205.93.76','1504794037','no'),(1807,'_transient_external_ip_address_121.205.93.76','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1811,'_transient_timeout_external_ip_address_149.202.173.144','1504802125','no'),(1813,'_transient_external_ip_address_149.202.173.144','209.17.114.79','no'),(1816,'_transient_timeout_external_ip_address_38.142.119.210','1504811070','no'),(1817,'_transient_external_ip_address_38.142.119.210','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1822,'_transient_timeout_external_ip_address_60.194.156.177','1504814672','no'),(1824,'_transient_external_ip_address_60.194.156.177','209.17.114.79','no'),(1829,'_transient_timeout_external_ip_address_181.214.1.214','1504822855','no'),(1830,'_transient_external_ip_address_181.214.1.214','209.17.114.79','no'),(1831,'_transient_timeout_external_ip_address_209.95.165.3','1504827085','no'),(1832,'_transient_external_ip_address_209.95.165.3','209.17.114.79','no'),(1835,'_transient_timeout_external_ip_address_198.204.235.28','1504839401','no'),(1836,'_transient_external_ip_address_198.204.235.28','209.17.114.79','no'),(1839,'_transient_timeout_external_ip_address_13.58.254.176','1504852497','no'),(1840,'_transient_external_ip_address_13.58.254.176','209.17.114.79','no'),(1853,'_transient_timeout_external_ip_address_162.244.35.14','1504894005','no'),(1854,'_transient_external_ip_address_162.244.35.14','209.17.114.79','no'),(1863,'_transient_timeout_external_ip_address_205.178.130.14','1504911446','no'),(1864,'_transient_external_ip_address_205.178.130.14','209.17.114.79','no'),(1866,'_transient_timeout_external_ip_address_38.142.119.250','1504926223','no'),(1867,'_transient_external_ip_address_38.142.119.250','209.17.114.79','no'),(1876,'_transient_timeout_external_ip_address_139.227.144.80','1504939362','no'),(1877,'_transient_external_ip_address_139.227.144.80','209.17.114.79','no'),(1885,'_transient_timeout_external_ip_address_163.172.4.153','1505032549','no'),(1886,'_transient_external_ip_address_163.172.4.153','209.17.114.79','no'),(1891,'_transient_timeout_external_ip_address_38.142.119.234','1505036117','no'),(1892,'_transient_external_ip_address_38.142.119.234','209.17.114.79','no'),(1893,'_transient_timeout_external_ip_address_45.32.129.1','1505040351','no'),(1894,'_transient_external_ip_address_45.32.129.1','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1899,'_transient_timeout_external_ip_address_195.22.127.96','1505072637','no'),(1900,'_transient_external_ip_address_195.22.127.96','209.17.114.79','no'),(1906,'_transient_timeout_external_ip_address_198.27.85.233','1505115105','no'),(1907,'_transient_external_ip_address_198.27.85.233','209.17.114.79','no'),(1915,'_transient_timeout_external_ip_address_213.207.89.38','1505117658','no'),(1916,'_transient_external_ip_address_213.207.89.38','209.17.114.79','no'),(1917,'_transient_timeout_external_ip_address_198.240.87.245','1505146265','no'),(1918,'_transient_external_ip_address_198.240.87.245','209.17.114.79','no'),(1920,'_transient_timeout_external_ip_address_192.99.67.13','1505165804','no'),(1921,'_transient_external_ip_address_192.99.67.13','209.17.114.79','no'),(1933,'_transient_timeout_external_ip_address_52.49.184.96','1505169094','no'),(1934,'_transient_external_ip_address_52.49.184.96','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1935,'_transient_timeout_external_ip_address_45.76.21.54','1505172617','no'),(1937,'_transient_external_ip_address_45.76.21.54','209.17.114.79','no'),(1941,'_transient_timeout_external_ip_address_169.54.244.84','1505175481','no'),(1942,'_transient_external_ip_address_169.54.244.84','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1943,'_transient_timeout_external_ip_address_168.1.128.50','1505182415','no'),(1944,'_transient_external_ip_address_168.1.128.50','209.17.114.79','no'),(1946,'_transient_timeout_external_ip_address_185.129.148.181','1505190602','no'),(1947,'_transient_external_ip_address_185.129.148.181','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(1949,'_transient_timeout_external_ip_address_52.41.104.137','1505193867','no'),(1950,'_transient_external_ip_address_52.41.104.137','209.17.114.79','no'),(1959,'_transient_timeout_external_ip_address_188.163.76.62','1505234660','no'),(1960,'_transient_external_ip_address_188.163.76.62','209.17.114.79','no'),(1962,'_transient_timeout_external_ip_address_198.240.104.114','1505248325','no'),(1963,'_transient_external_ip_address_198.240.104.114','209.17.114.79','no'),(1969,'_transient_timeout_external_ip_address_180.76.15.23','1505251324','no'),(1970,'_transient_external_ip_address_180.76.15.23','209.17.114.79','no'),(1971,'_transient_timeout_external_ip_address_72.199.68.75','1505253879','no'),(1972,'_transient_external_ip_address_72.199.68.75','209.17.114.79','no'),(1984,'_transient_timeout_external_ip_address_58.48.126.38','1505300433','no'),(1985,'_transient_external_ip_address_58.48.126.38','209.17.114.79','no'),(1986,'_transient_timeout_external_ip_address_38.142.119.106','1505307084','no'),(1987,'_transient_external_ip_address_38.142.119.106','209.17.114.79','no'),(1991,'rs-templates-new','','no'),(1992,'rs-templates','a:2:{s:6:\"slider\";a:181:{i:0;a:20:{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:310:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{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:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{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:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{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:315:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{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:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{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:315:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{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:310:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{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.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 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:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{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.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: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:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{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:461:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{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:315:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{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:617:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{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:630:\"<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/watch?v=I4qGepR4aWw\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{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:508:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{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:323:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{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:316:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{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:443:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{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:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{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:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{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:461:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{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:691:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{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:693:\"<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/revslider-doc/second-steps/#staticlayers\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{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.0\";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:532:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{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:543:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{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:661:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{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:508:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{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:461:\"<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/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{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:397:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{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:308:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{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:441:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{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:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{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:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" 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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{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:516:\"<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://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{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:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{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:449:\"<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/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{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.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: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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{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.0\";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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{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:303:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{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:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" 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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{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:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" 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://www.themepunch.com/revslider-doc/slider-revolution-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:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{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:326:\"<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://www.themepunch.com/revslider-doc/slider-revolution-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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{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.0\";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:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{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:343:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{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:341:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{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:468:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{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:463:\"<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://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{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:61:\"https://revolution.themepunch.com/filmstrip-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: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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-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:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:4:\"hero\";}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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{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:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{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:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:4:\"hero\";}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:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";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:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{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.1\";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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{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:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" 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:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:172:{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\";}}}}','no'),(2011,'_transient_timeout_external_ip_address_13.59.192.160','1505391419','no'),(2012,'_transient_external_ip_address_13.59.192.160','209.17.114.79','no'),(2015,'_transient_timeout_external_ip_address_68.107.77.94','1505420880','no'),(2016,'_transient_external_ip_address_68.107.77.94','209.17.114.79','no'),(2022,'_transient_timeout_external_ip_address_185.86.77.38','1505439141','no'),(2023,'_transient_external_ip_address_185.86.77.38','209.17.114.79','no'),(2032,'_transient_timeout_external_ip_address_69.197.147.130','1505483438','no'),(2033,'_transient_external_ip_address_69.197.147.130','209.17.114.79','no'),(2036,'_transient_timeout_external_ip_address_196.52.43.53','1505484332','no'),(2037,'_transient_external_ip_address_196.52.43.53','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(2038,'_transient_timeout_external_ip_address_123.143.201.76','1505489162','no'),(2040,'_transient_external_ip_address_123.143.201.76','209.17.114.79','no'),(2044,'_transient_timeout_external_ip_address_185.129.148.167','1505493382','no'),(2045,'_transient_external_ip_address_185.129.148.167','209.17.114.79','no'),(2046,'_transient_timeout_external_ip_address_199.19.104.163','1505517682','no'),(2047,'_transient_external_ip_address_199.19.104.163','209.17.114.79','no'),(2061,'_transient_timeout_external_ip_address_173.208.169.26','1505557211','no'),(2062,'_transient_external_ip_address_173.208.169.26','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(2070,'_transient_timeout_external_ip_address_208.86.199.230','1505563734','no'),(2071,'_transient_external_ip_address_208.86.199.230','209.17.114.79','no'),(2076,'_transient_timeout_external_ip_address_185.165.29.138','1505623096','no'),(2077,'_transient_external_ip_address_185.165.29.138','209.17.114.79','no'),(2082,'_transient_timeout_external_ip_address_94.23.171.176','1505624024','no'),(2083,'_transient_external_ip_address_94.23.171.176','209.17.114.79','no'),(2090,'_transient_timeout_external_ip_address_46.229.170.197','1505627727','no'),(2091,'_transient_external_ip_address_46.229.170.197','209.17.114.79','no'),(2106,'_transient_timeout_external_ip_address_206.41.163.159','1505666511','no'),(2107,'_transient_external_ip_address_206.41.163.159','209.17.114.79','no'),(2108,'_transient_timeout_external_ip_address_185.166.27.12','1505667503','no'),(2109,'_transient_external_ip_address_185.166.27.12','209.17.114.79','no'),(2118,'_transient_timeout_external_ip_address_103.212.222.13','1505675357','no'),(2119,'_transient_external_ip_address_103.212.222.13','209.17.114.79','no'),(2123,'_transient_timeout_external_ip_address_178.255.87.242','1505683970','no'),(2124,'_transient_external_ip_address_178.255.87.242','209.17.114.79','no'),(2128,'_transient_timeout_external_ip_address_180.76.15.158','1505689167','no'),(2129,'_transient_external_ip_address_180.76.15.158','503 Over Quota Error Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(2136,'_transient_timeout_external_ip_address_185.129.148.48','1505699970','no'),(2137,'_transient_external_ip_address_185.129.148.48','209.17.114.79','no'),(2140,'_transient_timeout_external_ip_address_192.151.152.122','1505711954','no'),(2142,'_transient_external_ip_address_192.151.152.122','209.17.114.79','no'),(2144,'_transient_timeout_mk_critical_path_css','1505108070','no'),(2146,'_transient_mk_critical_path_css','body,html{width:100%;height:100%;margin:0;padding:0}.page-preloader{top:0;left:0;z-index:999;position:fixed;height:100%;width:100%;text-align:center}.preloader-preview-area{-webkit-animation-delay:-.2s;animation-delay:-.2s;top:50%;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);margin-top:10px;max-height:calc(50% - 20px);opacity:1;width:100%;text-align:center;position:absolute}.preloader-logo{max-width:90%;top:50%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin:-10px auto 0 auto;max-height:calc(50% - 20px);opacity:1;position:relative}.ball-pulse>div{width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:ball-pulse .75s infinite cubic-bezier(.2,.68,.18,1.08);animation:ball-pulse .75s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(1){-webkit-animation-delay:-.36s;animation-delay:-.36s}.ball-pulse>div:nth-child(2){-webkit-animation-delay:-.24s;animation-delay:-.24s}.ball-pulse>div:nth-child(3){-webkit-animation-delay:-.12s;animation-delay:-.12s}@-webkit-keyframes ball-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px) translateX(-10px);-ms-transform:translateY(-15px) translateX(-10px);transform:translateY(-15px) translateX(-10px);display:inline-block}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{height:36px;width:36px;top:7px;left:-7px;-webkit-animation:ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:50px;height:50px;left:-16px;top:-2px;background:0 0;border:2px solid;-webkit-animation:ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-clip-rotate-pulse-scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin{display:inline-block}.square-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:50px;height:50px;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px);display:inline-block}.cube-transition>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:15px;height:15px;position:absolute;top:-5px;left:-5px;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.ball-scale>div{border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.line-scale>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;width:5px;height:50px;border-radius:2px;margin:2px}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.5s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.5s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}@-webkit-keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);display:inline-block}.ball-scale-multiple>div{border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;margin:2px;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:50px;height:50px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-pulse-sync{display:inline-block}.ball-pulse-sync>div{width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.21s infinite ease-in-out;animation:ball-pulse-sync .6s -.21s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.transparent-circle{display:inline-block;border-top:.5em solid rgba(255,255,255,.2);border-right:.5em solid rgba(255,255,255,.2);border-bottom:.5em solid rgba(255,255,255,.2);border-left:.5em solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:transparent-circle 1.1s infinite linear;animation:transparent-circle 1.1s infinite linear;width:50px;height:50px;border-radius:50%}.transparent-circle:after{border-radius:50%;width:10em;height:10em}@-webkit-keyframes transparent-circle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes transparent-circle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px;display:inline-block}.ball-spin-fade-loader>div{width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;-webkit-animation:ball-spin-fade-loader 1s infinite linear;animation:ball-spin-fade-loader 1s infinite linear}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;animation-delay:-.84s;-webkit-animation-delay:-.84s}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;animation-delay:-.72s;-webkit-animation-delay:-.72s}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;animation-delay:-.6s;-webkit-animation-delay:-.6s}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;animation-delay:-.48s;-webkit-animation-delay:-.48s}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;animation-delay:-.36s;-webkit-animation-delay:-.36s}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;animation-delay:-.24s;-webkit-animation-delay:-.24s}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;animation-delay:-.12s;-webkit-animation-delay:-.12s}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;animation-delay:0s;-webkit-animation-delay:0s}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}','no'),(2150,'_site_transient_timeout_theme_roots','1505112755','no'),(2151,'_site_transient_theme_roots','a:5:{s:13:\"jupiter-child\";s:7:\"/themes\";s:7:\"jupiter\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(2152,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1505110959;s:8:\"response\";a:4:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"6.56\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.56.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:6:\"5.0.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/coming-soon.5.0.14.zip\";s:14:\"upgrade_notice\";s:55:\"<ul>\n<li>Fixed a PHP 7 compatibility warning</li>\n</ul>\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"very-simple-event-list/vsel.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:36:\"w.org/plugins/very-simple-event-list\";s:4:\"slug\";s:22:\"very-simple-event-list\";s:6:\"plugin\";s:31:\"very-simple-event-list/vsel.php\";s:11:\"new_version\";s:3:\"6.7\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/very-simple-event-list/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/very-simple-event-list.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.7.0.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:43:\"better-font-awesome/better-font-awesome.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:33:\"w.org/plugins/better-font-awesome\";s:4:\"slug\";s:19:\"better-font-awesome\";s:6:\"plugin\";s:43:\"better-font-awesome/better-font-awesome.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/better-font-awesome/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/better-font-awesome.1.7.1.zip\";}s:27:\"childify-me/childify-me.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/childify-me\";s:4:\"slug\";s:11:\"childify-me\";s:6:\"plugin\";s:27:\"childify-me/childify-me.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/childify-me/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/childify-me.1.1.0.zip\";}s:31:\"child-themify/child-themify.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:27:\"w.org/plugins/child-themify\";s:4:\"slug\";s:13:\"child-themify\";s:6:\"plugin\";s:31:\"child-themify/child-themify.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/child-themify/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/child-themify.1.2.0.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";}}}','no'),(2156,'_transient_timeout_external_ip_address_64.69.222.138','1677673840','no'),(2157,'_transient_external_ip_address_64.69.222.138','209.17.114.79','no'),(2162,'_transient_doing_cron','1725944859.2778499126434326171875','yes'),(2163,'_transient_timeout_external_ip_address_3.238.137.11','1678871089','no'),(2164,'_transient_external_ip_address_3.238.137.11','500 Server Error Error: Server Error The server encountered an error and could not complete your request.Please try again in 30 seconds.','no'),(2170,'_transient_timeout_external_ip_address_3.238.137.10','1678893460','no'),(2171,'_transient_external_ip_address_3.238.137.10','209.17.114.79','no'),(2174,'_transient_timeout_external_ip_address_3.238.137.12','1679339177','no'),(2175,'_transient_external_ip_address_3.238.137.12','209.17.114.79','no'),(2178,'_transient_timeout_external_ip_address_64.69.216.67','1682036093','no'),(2179,'_transient_external_ip_address_64.69.216.67','209.17.114.79','no'),(2550,'_transient_timeout_external_ip_address_64.69.216.78','1725958532','no'),(2551,'_transient_external_ip_address_64.69.216.78','209.17.114.79','no'),(2554,'_transient_timeout_bfa-css','1727945735','no'),(2555,'_transient_bfa-css','a:1:{s:5:\"4.7.0\";s:31000:\"/*!\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */@font-face{font-family:\'FontAwesome\';src:url(\'../fonts/fontawesome-webfont.eot?v=4.7.0\');src:url(\'../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0\') format(\'embedded-opentype\'),url(\'../fonts/fontawesome-webfont.woff2?v=4.7.0\') format(\'woff2\'),url(\'../fonts/fontawesome-webfont.woff?v=4.7.0\') format(\'woff\'),url(\'../fonts/fontawesome-webfont.ttf?v=4.7.0\') format(\'truetype\'),url(\'../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular\') format(\'svg\');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:\"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:\"\\f000\"}.fa-music:before{content:\"\\f001\"}.fa-search:before{content:\"\\f002\"}.fa-envelope-o:before{content:\"\\f003\"}.fa-heart:before{content:\"\\f004\"}.fa-star:before{content:\"\\f005\"}.fa-star-o:before{content:\"\\f006\"}.fa-user:before{content:\"\\f007\"}.fa-film:before{content:\"\\f008\"}.fa-th-large:before{content:\"\\f009\"}.fa-th:before{content:\"\\f00a\"}.fa-th-list:before{content:\"\\f00b\"}.fa-check:before{content:\"\\f00c\"}.fa-remove:before,.fa-close:before,.fa-times:before{content:\"\\f00d\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-search-minus:before{content:\"\\f010\"}.fa-power-off:before{content:\"\\f011\"}.fa-signal:before{content:\"\\f012\"}.fa-gear:before,.fa-cog:before{content:\"\\f013\"}.fa-trash-o:before{content:\"\\f014\"}.fa-home:before{content:\"\\f015\"}.fa-file-o:before{content:\"\\f016\"}.fa-clock-o:before{content:\"\\f017\"}.fa-road:before{content:\"\\f018\"}.fa-download:before{content:\"\\f019\"}.fa-arrow-circle-o-down:before{content:\"\\f01a\"}.fa-arrow-circle-o-up:before{content:\"\\f01b\"}.fa-inbox:before{content:\"\\f01c\"}.fa-play-circle-o:before{content:\"\\f01d\"}.fa-rotate-right:before,.fa-repeat:before{content:\"\\f01e\"}.fa-refresh:before{content:\"\\f021\"}.fa-list-alt:before{content:\"\\f022\"}.fa-lock:before{content:\"\\f023\"}.fa-flag:before{content:\"\\f024\"}.fa-headphones:before{content:\"\\f025\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-up:before{content:\"\\f028\"}.fa-qrcode:before{content:\"\\f029\"}.fa-barcode:before{content:\"\\f02a\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-book:before{content:\"\\f02d\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-print:before{content:\"\\f02f\"}.fa-camera:before{content:\"\\f030\"}.fa-font:before{content:\"\\f031\"}.fa-bold:before{content:\"\\f032\"}.fa-italic:before{content:\"\\f033\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-right:before{content:\"\\f038\"}.fa-align-justify:before{content:\"\\f039\"}.fa-list:before{content:\"\\f03a\"}.fa-dedent:before,.fa-outdent:before{content:\"\\f03b\"}.fa-indent:before{content:\"\\f03c\"}.fa-video-camera:before{content:\"\\f03d\"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:\"\\f03e\"}.fa-pencil:before{content:\"\\f040\"}.fa-map-marker:before{content:\"\\f041\"}.fa-adjust:before{content:\"\\f042\"}.fa-tint:before{content:\"\\f043\"}.fa-edit:before,.fa-pencil-square-o:before{content:\"\\f044\"}.fa-share-square-o:before{content:\"\\f045\"}.fa-check-square-o:before{content:\"\\f046\"}.fa-arrows:before{content:\"\\f047\"}.fa-step-backward:before{content:\"\\f048\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-backward:before{content:\"\\f04a\"}.fa-play:before{content:\"\\f04b\"}.fa-pause:before{content:\"\\f04c\"}.fa-stop:before{content:\"\\f04d\"}.fa-forward:before{content:\"\\f04e\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-step-forward:before{content:\"\\f051\"}.fa-eject:before{content:\"\\f052\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-times-circle:before{content:\"\\f057\"}.fa-check-circle:before{content:\"\\f058\"}.fa-question-circle:before{content:\"\\f059\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-times-circle-o:before{content:\"\\f05c\"}.fa-check-circle-o:before{content:\"\\f05d\"}.fa-ban:before{content:\"\\f05e\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-mail-forward:before,.fa-share:before{content:\"\\f064\"}.fa-expand:before{content:\"\\f065\"}.fa-compress:before{content:\"\\f066\"}.fa-plus:before{content:\"\\f067\"}.fa-minus:before{content:\"\\f068\"}.fa-asterisk:before{content:\"\\f069\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-gift:before{content:\"\\f06b\"}.fa-leaf:before{content:\"\\f06c\"}.fa-fire:before{content:\"\\f06d\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-warning:before,.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-plane:before{content:\"\\f072\"}.fa-calendar:before{content:\"\\f073\"}.fa-random:before{content:\"\\f074\"}.fa-comment:before{content:\"\\f075\"}.fa-magnet:before{content:\"\\f076\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-retweet:before{content:\"\\f079\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-arrows-v:before{content:\"\\f07d\"}.fa-arrows-h:before{content:\"\\f07e\"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:\"\\f080\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-key:before{content:\"\\f084\"}.fa-gears:before,.fa-cogs:before{content:\"\\f085\"}.fa-comments:before{content:\"\\f086\"}.fa-thumbs-o-up:before{content:\"\\f087\"}.fa-thumbs-o-down:before{content:\"\\f088\"}.fa-star-half:before{content:\"\\f089\"}.fa-heart-o:before{content:\"\\f08a\"}.fa-sign-out:before{content:\"\\f08b\"}.fa-linkedin-square:before{content:\"\\f08c\"}.fa-thumb-tack:before{content:\"\\f08d\"}.fa-external-link:before{content:\"\\f08e\"}.fa-sign-in:before{content:\"\\f090\"}.fa-trophy:before{content:\"\\f091\"}.fa-github-square:before{content:\"\\f092\"}.fa-upload:before{content:\"\\f093\"}.fa-lemon-o:before{content:\"\\f094\"}.fa-phone:before{content:\"\\f095\"}.fa-square-o:before{content:\"\\f096\"}.fa-bookmark-o:before{content:\"\\f097\"}.fa-phone-square:before{content:\"\\f098\"}.fa-twitter:before{content:\"\\f099\"}.fa-facebook-f:before,.fa-facebook:before{content:\"\\f09a\"}.fa-github:before{content:\"\\f09b\"}.fa-unlock:before{content:\"\\f09c\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-feed:before,.fa-rss:before{content:\"\\f09e\"}.fa-hdd-o:before{content:\"\\f0a0\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bell:before{content:\"\\f0f3\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-hand-o-right:before{content:\"\\f0a4\"}.fa-hand-o-left:before{content:\"\\f0a5\"}.fa-hand-o-up:before{content:\"\\f0a6\"}.fa-hand-o-down:before{content:\"\\f0a7\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-globe:before{content:\"\\f0ac\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-filter:before{content:\"\\f0b0\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-group:before,.fa-users:before{content:\"\\f0c0\"}.fa-chain:before,.fa-link:before{content:\"\\f0c1\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-flask:before{content:\"\\f0c3\"}.fa-cut:before,.fa-scissors:before{content:\"\\f0c4\"}.fa-copy:before,.fa-files-o:before{content:\"\\f0c5\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-save:before,.fa-floppy-o:before{content:\"\\f0c7\"}.fa-square:before{content:\"\\f0c8\"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:\"\\f0c9\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-underline:before{content:\"\\f0cd\"}.fa-table:before{content:\"\\f0ce\"}.fa-magic:before{content:\"\\f0d0\"}.fa-truck:before{content:\"\\f0d1\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-plus:before{content:\"\\f0d5\"}.fa-money:before{content:\"\\f0d6\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-columns:before{content:\"\\f0db\"}.fa-unsorted:before,.fa-sort:before{content:\"\\f0dc\"}.fa-sort-down:before,.fa-sort-desc:before{content:\"\\f0dd\"}.fa-sort-up:before,.fa-sort-asc:before{content:\"\\f0de\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-linkedin:before{content:\"\\f0e1\"}.fa-rotate-left:before,.fa-undo:before{content:\"\\f0e2\"}.fa-legal:before,.fa-gavel:before{content:\"\\f0e3\"}.fa-dashboard:before,.fa-tachometer:before{content:\"\\f0e4\"}.fa-comment-o:before{content:\"\\f0e5\"}.fa-comments-o:before{content:\"\\f0e6\"}.fa-flash:before,.fa-bolt:before{content:\"\\f0e7\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-paste:before,.fa-clipboard:before{content:\"\\f0ea\"}.fa-lightbulb-o:before{content:\"\\f0eb\"}.fa-exchange:before{content:\"\\f0ec\"}.fa-cloud-download:before{content:\"\\f0ed\"}.fa-cloud-upload:before{content:\"\\f0ee\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-bell-o:before{content:\"\\f0a2\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cutlery:before{content:\"\\f0f5\"}.fa-file-text-o:before{content:\"\\f0f6\"}.fa-building-o:before{content:\"\\f0f7\"}.fa-hospital-o:before{content:\"\\f0f8\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-beer:before{content:\"\\f0fc\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angle-down:before{content:\"\\f107\"}.fa-desktop:before{content:\"\\f108\"}.fa-laptop:before{content:\"\\f109\"}.fa-tablet:before{content:\"\\f10a\"}.fa-mobile-phone:before,.fa-mobile:before{content:\"\\f10b\"}.fa-circle-o:before{content:\"\\f10c\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-spinner:before{content:\"\\f110\"}.fa-circle:before{content:\"\\f111\"}.fa-mail-reply:before,.fa-reply:before{content:\"\\f112\"}.fa-github-alt:before{content:\"\\f113\"}.fa-folder-o:before{content:\"\\f114\"}.fa-folder-open-o:before{content:\"\\f115\"}.fa-smile-o:before{content:\"\\f118\"}.fa-frown-o:before{content:\"\\f119\"}.fa-meh-o:before{content:\"\\f11a\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-keyboard-o:before{content:\"\\f11c\"}.fa-flag-o:before{content:\"\\f11d\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-terminal:before{content:\"\\f120\"}.fa-code:before{content:\"\\f121\"}.fa-mail-reply-all:before,.fa-reply-all:before{content:\"\\f122\"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:\"\\f123\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-crop:before{content:\"\\f125\"}.fa-code-fork:before{content:\"\\f126\"}.fa-unlink:before,.fa-chain-broken:before{content:\"\\f127\"}.fa-question:before{content:\"\\f128\"}.fa-info:before{content:\"\\f129\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-superscript:before{content:\"\\f12b\"}.fa-subscript:before{content:\"\\f12c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-shield:before{content:\"\\f132\"}.fa-calendar-o:before{content:\"\\f133\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-rocket:before{content:\"\\f135\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-html5:before{content:\"\\f13b\"}.fa-css3:before{content:\"\\f13c\"}.fa-anchor:before{content:\"\\f13d\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-bullseye:before{content:\"\\f140\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-rss-square:before{content:\"\\f143\"}.fa-play-circle:before{content:\"\\f144\"}.fa-ticket:before{content:\"\\f145\"}.fa-minus-square:before{content:\"\\f146\"}.fa-minus-square-o:before{content:\"\\f147\"}.fa-level-up:before{content:\"\\f148\"}.fa-level-down:before{content:\"\\f149\"}.fa-check-square:before{content:\"\\f14a\"}.fa-pencil-square:before{content:\"\\f14b\"}.fa-external-link-square:before{content:\"\\f14c\"}.fa-share-square:before{content:\"\\f14d\"}.fa-compass:before{content:\"\\f14e\"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:\"\\f150\"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:\"\\f151\"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:\"\\f152\"}.fa-euro:before,.fa-eur:before{content:\"\\f153\"}.fa-gbp:before{content:\"\\f154\"}.fa-dollar:before,.fa-usd:before{content:\"\\f155\"}.fa-rupee:before,.fa-inr:before{content:\"\\f156\"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:\"\\f157\"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:\"\\f158\"}.fa-won:before,.fa-krw:before{content:\"\\f159\"}.fa-bitcoin:before,.fa-btc:before{content:\"\\f15a\"}.fa-file:before{content:\"\\f15b\"}.fa-file-text:before{content:\"\\f15c\"}.fa-sort-alpha-asc:before{content:\"\\f15d\"}.fa-sort-alpha-desc:before{content:\"\\f15e\"}.fa-sort-amount-asc:before{content:\"\\f160\"}.fa-sort-amount-desc:before{content:\"\\f161\"}.fa-sort-numeric-asc:before{content:\"\\f162\"}.fa-sort-numeric-desc:before{content:\"\\f163\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-youtube-square:before{content:\"\\f166\"}.fa-youtube:before{content:\"\\f167\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-youtube-play:before{content:\"\\f16a\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-instagram:before{content:\"\\f16d\"}.fa-flickr:before{content:\"\\f16e\"}.fa-adn:before{content:\"\\f170\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitbucket-square:before{content:\"\\f172\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-long-arrow-down:before{content:\"\\f175\"}.fa-long-arrow-up:before{content:\"\\f176\"}.fa-long-arrow-left:before{content:\"\\f177\"}.fa-long-arrow-right:before{content:\"\\f178\"}.fa-apple:before{content:\"\\f179\"}.fa-windows:before{content:\"\\f17a\"}.fa-android:before{content:\"\\f17b\"}.fa-linux:before{content:\"\\f17c\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-skype:before{content:\"\\f17e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-trello:before{content:\"\\f181\"}.fa-female:before{content:\"\\f182\"}.fa-male:before{content:\"\\f183\"}.fa-gittip:before,.fa-gratipay:before{content:\"\\f184\"}.fa-sun-o:before{content:\"\\f185\"}.fa-moon-o:before{content:\"\\f186\"}.fa-archive:before{content:\"\\f187\"}.fa-bug:before{content:\"\\f188\"}.fa-vk:before{content:\"\\f189\"}.fa-weibo:before{content:\"\\f18a\"}.fa-renren:before{content:\"\\f18b\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-arrow-circle-o-right:before{content:\"\\f18e\"}.fa-arrow-circle-o-left:before{content:\"\\f190\"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:\"\\f191\"}.fa-dot-circle-o:before{content:\"\\f192\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-turkish-lira:before,.fa-try:before{content:\"\\f195\"}.fa-plus-square-o:before{content:\"\\f196\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-slack:before{content:\"\\f198\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-openid:before{content:\"\\f19b\"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:\"\\f19c\"}.fa-mortar-board:before,.fa-graduation-cap:before{content:\"\\f19d\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-google:before{content:\"\\f1a0\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-digg:before{content:\"\\f1a6\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-language:before{content:\"\\f1ab\"}.fa-fax:before{content:\"\\f1ac\"}.fa-building:before{content:\"\\f1ad\"}.fa-child:before{content:\"\\f1ae\"}.fa-paw:before{content:\"\\f1b0\"}.fa-spoon:before{content:\"\\f1b1\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-automobile:before,.fa-car:before{content:\"\\f1b9\"}.fa-cab:before,.fa-taxi:before{content:\"\\f1ba\"}.fa-tree:before{content:\"\\f1bb\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-database:before{content:\"\\f1c0\"}.fa-file-pdf-o:before{content:\"\\f1c1\"}.fa-file-word-o:before{content:\"\\f1c2\"}.fa-file-excel-o:before{content:\"\\f1c3\"}.fa-file-powerpoint-o:before{content:\"\\f1c4\"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:\"\\f1c5\"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:\"\\f1c6\"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:\"\\f1c7\"}.fa-file-movie-o:before,.fa-file-video-o:before{content:\"\\f1c8\"}.fa-file-code-o:before{content:\"\\f1c9\"}.fa-vine:before{content:\"\\f1ca\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:\"\\f1cd\"}.fa-circle-o-notch:before{content:\"\\f1ce\"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:\"\\f1d0\"}.fa-ge:before,.fa-empire:before{content:\"\\f1d1\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-git:before{content:\"\\f1d3\"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:\"\\f1d4\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-qq:before{content:\"\\f1d6\"}.fa-wechat:before,.fa-weixin:before{content:\"\\f1d7\"}.fa-send:before,.fa-paper-plane:before{content:\"\\f1d8\"}.fa-send-o:before,.fa-paper-plane-o:before{content:\"\\f1d9\"}.fa-history:before{content:\"\\f1da\"}.fa-circle-thin:before{content:\"\\f1db\"}.fa-header:before{content:\"\\f1dc\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-sliders:before{content:\"\\f1de\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:\"\\f1e3\"}.fa-tty:before{content:\"\\f1e4\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-plug:before{content:\"\\f1e6\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-newspaper-o:before{content:\"\\f1ea\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bell-slash-o:before{content:\"\\f1f7\"}.fa-trash:before{content:\"\\f1f8\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-at:before{content:\"\\f1fa\"}.fa-eyedropper:before{content:\"\\f1fb\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-area-chart:before{content:\"\\f1fe\"}.fa-pie-chart:before{content:\"\\f200\"}.fa-line-chart:before{content:\"\\f201\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-bicycle:before{content:\"\\f206\"}.fa-bus:before{content:\"\\f207\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-angellist:before{content:\"\\f209\"}.fa-cc:before{content:\"\\f20a\"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:\"\\f20b\"}.fa-meanpath:before{content:\"\\f20c\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-dashcube:before{content:\"\\f210\"}.fa-forumbee:before{content:\"\\f211\"}.fa-leanpub:before{content:\"\\f212\"}.fa-sellsy:before{content:\"\\f213\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-diamond:before{content:\"\\f219\"}.fa-ship:before{content:\"\\f21a\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-street-view:before{content:\"\\f21d\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-venus:before{content:\"\\f221\"}.fa-mars:before{content:\"\\f222\"}.fa-mercury:before{content:\"\\f223\"}.fa-intersex:before,.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-venus-double:before{content:\"\\f226\"}.fa-mars-double:before{content:\"\\f227\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-neuter:before{content:\"\\f22c\"}.fa-genderless:before{content:\"\\f22d\"}.fa-facebook-official:before{content:\"\\f230\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-server:before{content:\"\\f233\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-times:before{content:\"\\f235\"}.fa-hotel:before,.fa-bed:before{content:\"\\f236\"}.fa-viacoin:before{content:\"\\f237\"}.fa-train:before{content:\"\\f238\"}.fa-subway:before{content:\"\\f239\"}.fa-medium:before{content:\"\\f23a\"}.fa-yc:before,.fa-y-combinator:before{content:\"\\f23b\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-opencart:before{content:\"\\f23d\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:\"\\f240\"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-battery-2:before,.fa-battery-half:before{content:\"\\f242\"}.fa-battery-1:before,.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-0:before,.fa-battery-empty:before{content:\"\\f244\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-sticky-note-o:before{content:\"\\f24a\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-clone:before{content:\"\\f24d\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-hourglass-o:before{content:\"\\f250\"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:\"\\f251\"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:\"\\f255\"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:\"\\f256\"}.fa-hand-scissors-o:before{content:\"\\f257\"}.fa-hand-lizard-o:before{content:\"\\f258\"}.fa-hand-spock-o:before{content:\"\\f259\"}.fa-hand-pointer-o:before{content:\"\\f25a\"}.fa-hand-peace-o:before{content:\"\\f25b\"}.fa-trademark:before{content:\"\\f25c\"}.fa-registered:before{content:\"\\f25d\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-safari:before{content:\"\\f267\"}.fa-chrome:before{content:\"\\f268\"}.fa-firefox:before{content:\"\\f269\"}.fa-opera:before{content:\"\\f26a\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-tv:before,.fa-television:before{content:\"\\f26c\"}.fa-contao:before{content:\"\\f26d\"}.fa-500px:before{content:\"\\f26e\"}.fa-amazon:before{content:\"\\f270\"}.fa-calendar-plus-o:before{content:\"\\f271\"}.fa-calendar-minus-o:before{content:\"\\f272\"}.fa-calendar-times-o:before{content:\"\\f273\"}.fa-calendar-check-o:before{content:\"\\f274\"}.fa-industry:before{content:\"\\f275\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-map-o:before{content:\"\\f278\"}.fa-map:before{content:\"\\f279\"}.fa-commenting:before{content:\"\\f27a\"}.fa-commenting-o:before{content:\"\\f27b\"}.fa-houzz:before{content:\"\\f27c\"}.fa-vimeo:before{content:\"\\f27d\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-fonticons:before{content:\"\\f280\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-edge:before{content:\"\\f282\"}.fa-credit-card-alt:before{content:\"\\f283\"}.fa-codiepie:before{content:\"\\f284\"}.fa-modx:before{content:\"\\f285\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-usb:before{content:\"\\f287\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-scribd:before{content:\"\\f28a\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-pause-circle-o:before{content:\"\\f28c\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stop-circle-o:before{content:\"\\f28e\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-hashtag:before{content:\"\\f292\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-percent:before{content:\"\\f295\"}.fa-gitlab:before{content:\"\\f296\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpforms:before{content:\"\\f298\"}.fa-envira:before{content:\"\\f299\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-wheelchair-alt:before{content:\"\\f29b\"}.fa-question-circle-o:before{content:\"\\f29c\"}.fa-blind:before{content:\"\\f29d\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa-braille:before{content:\"\\f2a1\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:\"\\f2a4\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-signing:before,.fa-sign-language:before{content:\"\\f2a7\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:\"\\f2b3\"}.fa-fa:before,.fa-font-awesome:before{content:\"\\f2b4\"}.fa-handshake-o:before{content:\"\\f2b5\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-o:before{content:\"\\f2b7\"}.fa-linode:before{content:\"\\f2b8\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-book-o:before{content:\"\\f2ba\"}.fa-vcard:before,.fa-address-card:before{content:\"\\f2bb\"}.fa-vcard-o:before,.fa-address-card-o:before{content:\"\\f2bc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-circle-o:before{content:\"\\f2be\"}.fa-user-o:before{content:\"\\f2c0\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-drivers-license:before,.fa-id-card:before{content:\"\\f2c2\"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:\"\\f2c3\"}.fa-quora:before{content:\"\\f2c4\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-shower:before{content:\"\\f2cc\"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:\"\\f2cd\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-times-rectangle:before,.fa-window-close:before{content:\"\\f2d3\"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:\"\\f2d4\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-grav:before{content:\"\\f2d6\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-eercast:before{content:\"\\f2da\"}.fa-microchip:before{content:\"\\f2db\"}.fa-snowflake-o:before{content:\"\\f2dc\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-meetup:before{content:\"\\f2e0\"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}\n\";}','no'),(2556,'_transient_timeout_bfa-api-versions','1725988056','no'),(2557,'_transient_bfa-api-versions','O:8:\"stdClass\":2:{s:8:\"versions\";a:20:{i:0;s:5:\"4.7.0\";i:1;s:5:\"4.6.3\";i:2;s:5:\"4.6.2\";i:3;s:5:\"4.6.1\";i:4;s:5:\"4.6.0\";i:5;s:5:\"4.5.0\";i:6;s:5:\"4.4.0\";i:7;s:5:\"4.3.0\";i:8;s:5:\"4.2.0\";i:9;s:5:\"4.1.0\";i:10;s:5:\"4.0.3\";i:11;s:5:\"4.0.1\";i:12;s:5:\"4.0.0\";i:13;s:5:\"3.2.1\";i:14;s:5:\"3.2.0\";i:15;s:5:\"3.1.1\";i:16;s:5:\"3.0.2\";i:17;s:3:\"3.0\";i:18;s:3:\"2.0\";i:19;s:5:\"1.0.0\";}s:11:\"lastversion\";s:5:\"4.7.0\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=7089 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2,5,'_wp_page_template','default'),(3,5,'_wpb_vc_js_status','true'),(4,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5,5,'textfalse',''),(6,5,'_layout','full'),(7,5,'_padding','true'),(8,5,'page_preloader','false'),(9,5,'_introduce_align','left'),(10,5,'_disable_breadcrumb','true'),(11,5,'_enable_local_backgrounds','false'),(12,5,'theme_header_style','1'),(13,5,'theme_header_align','left'),(14,5,'theme_toolbar_toggle','false'),(15,5,'_transparent_header','true'),(16,5,'_trans_header_remove_bg','true'),(17,5,'_transparent_header_skin','dark'),(18,5,'_sticky_header_offset','header'),(19,5,'background_selector_orientation','full_width_layout'),(20,5,'boxed_layout_shadow_size','0'),(21,5,'boxed_layout_shadow_intensity','0'),(22,5,'body_color_gradient','single'),(23,5,'body_color_gradient_style','linear'),(24,5,'body_color_gradient_angle','vertical'),(25,5,'body_source','no-image'),(26,5,'body_parallax','false'),(27,5,'page_color_gradient','single'),(28,5,'page_color_gradient_style','linear'),(29,5,'page_color_gradient_angle','vertical'),(30,5,'page_source','no-image'),(31,5,'page_parallax','false'),(32,5,'header_color_gradient','single'),(33,5,'header_color_gradient_style','linear'),(34,5,'header_color_gradient_angle','vertical'),(35,5,'header_source','no-image'),(36,5,'header_parallax','false'),(37,5,'banner_color_gradient','single'),(38,5,'banner_color_gradient_style','linear'),(39,5,'banner_color_gradient_angle','vertical'),(40,5,'banner_source','no-image'),(41,5,'banner_parallax','false'),(42,5,'footer_color_gradient','single'),(43,5,'footer_color_gradient_style','linear'),(44,5,'footer_color_gradient_angle','vertical'),(45,5,'footer_source','no-image'),(46,5,'footer_parallax','false'),(47,5,'_theme_options_build','599de94c6c78a'),(48,5,'_template','no-title'),(49,5,'logo','http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/header-logo.png'),(60,5474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(61,5474,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(62,5474,'textfalse',''),(63,5474,'_single_post','false'),(64,5474,'_employees_single_layout','style1'),(65,5474,'_header_hero_bg_color','#636667'),(66,5474,'_header_hero_skin','light'),(67,5474,'_position','Designer'),(68,5474,'featured','-1'),(69,5474,'_share_button','-1'),(70,5474,'_thumbnail_id','5476'),(71,5474,'_twitter','#'),(72,5474,'_linkedin','#'),(73,5477,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(74,5477,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(75,5477,'textfalse',''),(76,5477,'_single_post','false'),(77,5477,'_employees_single_layout','style1'),(78,5477,'_header_hero_bg_color','#636667'),(79,5477,'_header_hero_skin','light'),(80,5477,'_position','Graphist'),(81,5477,'featured','-1'),(82,5477,'_share_button','-1'),(83,5477,'_twitter','#'),(84,5477,'_linkedin','#'),(85,5477,'_dp_original','5474'),(86,5477,'_thumbnail_id','5480'),(87,5477,'_facebook','#'),(88,5477,'_wpb_vc_js_status','false'),(89,5477,'_featured_plan','-1'),(90,5477,'_drop_shadow','-1'),(91,5477,'_column_bigger','-1'),(92,5477,'_dynamic_styles','Tjs='),(93,5477,'_theme_options_build','567929d10cd35'),(94,5478,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(95,5478,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(96,5478,'textfalse',''),(97,5478,'_single_post','false'),(98,5478,'_employees_single_layout','style1'),(99,5478,'_header_hero_bg_color','#636667'),(100,5478,'_header_hero_skin','light'),(101,5478,'_position','Artist'),(102,5478,'featured','-1'),(103,5478,'_share_button','-1'),(104,5478,'_twitter','#'),(105,5478,'_linkedin','#'),(106,5478,'_dp_original','5477'),(107,5478,'_thumbnail_id','5481'),(108,5478,'_wpb_vc_js_status','false'),(109,5478,'_featured_plan','-1'),(110,5478,'_drop_shadow','-1'),(111,5478,'_column_bigger','-1'),(112,5478,'_dynamic_styles','Tjs='),(113,5478,'_theme_options_build','567929d10cd35'),(114,5485,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(115,5485,'_thumbnail_id','5491'),(116,5485,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(117,5485,'textfalse',''),(118,5485,'featured','-1'),(119,5485,'_share_button','-1'),(120,5493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(121,5493,'_thumbnail_id','5490'),(122,5493,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(123,5493,'textfalse',''),(124,5493,'featured','-1'),(125,5493,'_share_button','-1'),(126,5495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(127,5495,'_thumbnail_id','5489'),(128,5495,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(129,5495,'textfalse',''),(130,5495,'featured','-1'),(131,5495,'_share_button','-1'),(132,5497,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(133,5497,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(134,5497,'textfalse',''),(135,5497,'featured','-1'),(136,5497,'_share_button','-1'),(137,5497,'_thumbnail_id','5578'),(138,5499,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(139,5499,'_thumbnail_id','5487'),(140,5499,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(141,5499,'textfalse',''),(142,5499,'featured','-1'),(143,5499,'_share_button','-1'),(144,5501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(145,5501,'_thumbnail_id','5486'),(146,5501,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(147,5501,'textfalse',''),(148,5501,'featured','-1'),(149,5501,'_share_button','-1'),(671,247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(672,247,'_thumbnail_id','5546'),(673,247,'textfalse',''),(674,247,'_layout','full'),(675,247,'_padding','true'),(676,247,'page_preloader','false'),(677,247,'_introduce_align','left'),(678,247,'_disable_breadcrumb','true'),(679,247,'_single_post_type','image'),(680,247,'_single_video_site','youtube'),(681,247,'_masonry_img_size','two_x_x'),(682,247,'_portfolio_featured_image','false'),(683,247,'_portfolio_similar','true'),(684,247,'_portfolio_social','true'),(685,247,'_enable_slidehsow','false'),(686,247,'_slideshow_source','layerslider'),(687,247,'_edge_full_height','true'),(688,247,'_edge_height','700'),(689,247,'_edge_orderby','menu_order'),(690,247,'_edge_order','ASC'),(691,247,'_edge_animation_speed','600'),(692,247,'_edge_pause_time','15000'),(693,247,'_edge_direction_nav','true'),(694,247,'_icarousel_count','3'),(695,247,'_icarousel_orderby','menu_order'),(696,247,'_icarousel_order','ASC'),(697,247,'_icarousel_autoplay','true'),(698,247,'_icarousel_3d','true'),(699,247,'_icarousel_perspective','35'),(700,247,'_icarousel_pause_on_hover','true'),(701,247,'_icarousel_easing','easeOutCubic'),(702,247,'_icarousel_animation_speed','500'),(703,247,'_icarousel_pause_time','5000'),(704,247,'_icarousel_direction_nav','true'),(705,247,'_flexslider_height','400'),(706,247,'_flexslider_pagination','circle'),(707,247,'_flexslider_count','10'),(708,247,'_flexslider_disableCaption','true'),(709,247,'_flexslider_orderby','menu_order'),(710,247,'_flexslider_order','ASC'),(711,247,'_flexslider_slideshow','true'),(712,247,'_flexslider_pauseOnHover','true'),(713,247,'_flexslider_easing','easeOutCubic'),(714,247,'_flexslider_slideshowSpeed','5000'),(715,247,'_flexslider_animationDuration','600'),(716,247,'_banner_minHeight','200'),(717,247,'_banner_padding','30'),(718,247,'_banner_animation','fade'),(719,247,'_banner_orderby','menu_order'),(720,247,'_banner_order','ASC'),(721,247,'_banner_slideshow','true'),(722,247,'_banner_slideshowSpeed','5000'),(723,247,'_banner_animationDuration','600'),(724,247,'_enable_local_backgrounds','false'),(725,247,'theme_header_style','1'),(726,247,'theme_header_align','left'),(727,247,'theme_toolbar_toggle','true'),(728,247,'_transparent_header','false'),(729,247,'_transparent_header_skin','light'),(730,247,'_sticky_header_offset','header'),(731,247,'background_selector_orientation','full_width_layout'),(732,247,'boxed_layout_shadow_size','0'),(733,247,'boxed_layout_shadow_intensity','0'),(734,247,'body_color_rgba','1'),(735,247,'body_source','no-image'),(736,247,'body_parallax','false'),(737,247,'page_color_rgba','1'),(738,247,'page_source','no-image'),(739,247,'page_parallax','false'),(740,247,'header_color_rgba','1'),(741,247,'header_source','no-image'),(742,247,'header_parallax','false'),(743,247,'banner_color_rgba','1'),(744,247,'banner_source','no-image'),(745,247,'banner_parallax','false'),(746,247,'footer_color_rgba','1'),(747,247,'footer_source','no-image'),(748,247,'footer_parallax','false'),(749,247,'_wpb_vc_js_status','true'),(750,247,'_wpb_vc_js_interface_version','0'),(751,247,'_trans_header_remove_bg','true'),(752,247,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(753,247,'_mk_post_love','58'),(754,247,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/09.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/12.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/14.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]'),(755,247,'_thumbnail_id','5546'),(756,247,'textfalse',''),(757,247,'_layout','full'),(758,247,'_padding','true'),(759,247,'page_preloader','false'),(760,247,'_introduce_align','left'),(761,247,'_disable_breadcrumb','true'),(762,247,'_single_post_type','image'),(763,247,'_single_video_site','youtube'),(764,247,'_masonry_img_size','two_x_x'),(765,247,'_portfolio_featured_image','false'),(766,247,'_portfolio_similar','true'),(767,247,'_portfolio_social','true'),(768,247,'_enable_slidehsow','false'),(769,247,'_slideshow_source','layerslider'),(770,247,'_edge_full_height','true'),(771,247,'_edge_height','700'),(772,247,'_edge_orderby','menu_order'),(773,247,'_edge_order','ASC'),(774,247,'_edge_animation_speed','600'),(775,247,'_edge_pause_time','15000'),(776,247,'_edge_direction_nav','true'),(777,247,'_icarousel_count','3'),(778,247,'_icarousel_orderby','menu_order'),(779,247,'_icarousel_order','ASC'),(780,247,'_icarousel_autoplay','true'),(781,247,'_icarousel_3d','true'),(782,247,'_icarousel_perspective','35'),(783,247,'_icarousel_pause_on_hover','true'),(784,247,'_icarousel_easing','easeOutCubic'),(785,247,'_icarousel_animation_speed','500'),(786,247,'_icarousel_pause_time','5000'),(787,247,'_icarousel_direction_nav','true'),(788,247,'_flexslider_height','400'),(789,247,'_flexslider_pagination','circle'),(790,247,'_flexslider_count','10'),(791,247,'_flexslider_disableCaption','true'),(792,247,'_flexslider_orderby','menu_order'),(793,247,'_flexslider_order','ASC'),(794,247,'_flexslider_slideshow','true'),(795,247,'_flexslider_pauseOnHover','true'),(796,247,'_flexslider_easing','easeOutCubic'),(797,247,'_flexslider_slideshowSpeed','5000'),(798,247,'_flexslider_animationDuration','600'),(799,247,'_banner_minHeight','200'),(800,247,'_banner_padding','30'),(801,247,'_banner_animation','fade'),(802,247,'_banner_orderby','menu_order'),(803,247,'_banner_order','ASC'),(804,247,'_banner_slideshow','true'),(805,247,'_banner_slideshowSpeed','5000'),(806,247,'_banner_animationDuration','600'),(807,247,'_enable_local_backgrounds','false'),(808,247,'theme_header_style','1'),(809,247,'theme_header_align','left'),(810,247,'theme_toolbar_toggle','true'),(811,247,'_transparent_header','false'),(812,247,'_transparent_header_skin','light'),(813,247,'_sticky_header_offset','header'),(814,247,'background_selector_orientation','full_width_layout'),(815,247,'boxed_layout_shadow_size','0'),(816,247,'boxed_layout_shadow_intensity','0'),(817,247,'body_color_rgba','1'),(818,247,'body_source','no-image'),(819,247,'body_parallax','false'),(820,247,'page_color_rgba','1'),(821,247,'page_source','no-image'),(822,247,'page_parallax','false'),(823,247,'header_color_rgba','1'),(824,247,'header_source','no-image'),(825,247,'header_parallax','false'),(826,247,'banner_color_rgba','1'),(827,247,'banner_source','no-image'),(828,247,'banner_parallax','false'),(829,247,'footer_color_rgba','1'),(830,247,'footer_source','no-image'),(831,247,'footer_parallax','false'),(832,247,'_wpb_vc_js_status','true'),(833,247,'_wpb_vc_js_interface_version','0'),(834,247,'_trans_header_remove_bg','true'),(835,247,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(836,247,'_mk_post_love','58'),(837,247,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/09.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/12.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/14.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]'),(838,247,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(839,247,'_theme_options_build','567929d10cd35'),(840,247,'body_color_gradient','single'),(841,247,'body_color_gradient_style','linear'),(842,247,'body_color_gradient_angle','vertical'),(843,247,'page_color_gradient','single'),(844,247,'page_color_gradient_style','linear'),(845,247,'page_color_gradient_angle','vertical'),(846,247,'header_color_gradient','single'),(847,247,'header_color_gradient_style','linear'),(848,247,'header_color_gradient_angle','vertical'),(849,247,'banner_color_gradient','single'),(850,247,'banner_color_gradient_style','linear'),(851,247,'banner_color_gradient_angle','vertical'),(852,247,'footer_color_gradient','single'),(853,247,'footer_color_gradient_style','linear'),(854,247,'footer_color_gradient_angle','vertical'),(855,247,'_wp_old_slug','skilet-album-cover'),(856,247,'_dynamic_styles','YTo3OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtMntsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0yIHNwYW57fSI7fWk6MTthOjI6e3M6MjoiaWQiO2k6MztzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay0zIHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czoyMDA6IiNmYW5jeS10aXRsZS00e2xldHRlci1zcGFjaW5nOjFweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxNHB4O2NvbG9yOiAjNDY0NjQ2O3RleHQtYWxpZ246bGVmdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC13ZWlnaHQ6Ym9sZDtwYWRkaW5nLXRvcDowcHg7cGFkZGluZy1ib3R0b206MTJweDt9I2ZhbmN5LXRpdGxlLTQgc3Bhbnt9Ijt9aTozO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjcwOiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjEwcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTZ7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMHB4O30jZmFuY3ktdGl0bGUtNiBzcGFue30iO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNyB7CgkgICAgIG1hcmdpbi1ib3R0b206MTVweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6MTY0OiIKCSNtay1idXR0b24tOCB7CgkJbWFyZ2luLWJvdHRvbTogMTVweDsKCQltYXJnaW4tdG9wOiAwcHg7CgkJbWFyZ2luLXJpZ2h0OiAxNXB4OwoJfQoKCQkjbWstYnV0dG9uLTggLm1rLWJ1dHRvbiB7CgkJCWRpc3BsYXk6IGlubGluZS1ibG9jazsKCQkJbWF4LXdpZHRoOiAxMDAlOwoJCX0KCSI7fX0='),(857,248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(858,248,'_thumbnail_id','5548'),(859,248,'textfalse',''),(860,248,'_layout','full'),(861,248,'_padding','true'),(862,248,'page_preloader','false'),(863,248,'_introduce_align','left'),(864,248,'_disable_breadcrumb','true'),(865,248,'_single_post_type','image'),(866,248,'_single_video_site','youtube'),(867,248,'_masonry_img_size','x_x'),(868,248,'_portfolio_featured_image','false'),(869,248,'_portfolio_similar','false'),(870,248,'_portfolio_social','false'),(871,248,'_enable_slidehsow','false'),(872,248,'_slideshow_source','layerslider'),(873,248,'_edge_full_height','true'),(874,248,'_edge_height','700'),(875,248,'_edge_orderby','menu_order'),(876,248,'_edge_order','ASC'),(877,248,'_edge_animation_speed','600'),(878,248,'_edge_pause_time','15000'),(879,248,'_edge_direction_nav','true'),(880,248,'_icarousel_count','3'),(881,248,'_icarousel_orderby','menu_order'),(882,248,'_icarousel_order','ASC'),(883,248,'_icarousel_autoplay','true'),(884,248,'_icarousel_3d','true'),(885,248,'_icarousel_perspective','35'),(886,248,'_icarousel_pause_on_hover','true'),(887,248,'_icarousel_easing','easeOutCubic'),(888,248,'_icarousel_animation_speed','500'),(889,248,'_icarousel_pause_time','5000'),(890,248,'_icarousel_direction_nav','true'),(891,248,'_flexslider_height','400'),(892,248,'_flexslider_pagination','circle'),(893,248,'_flexslider_count','10'),(894,248,'_flexslider_disableCaption','true'),(895,248,'_flexslider_orderby','menu_order'),(896,248,'_flexslider_order','ASC'),(897,248,'_flexslider_slideshow','true'),(898,248,'_flexslider_pauseOnHover','true'),(899,248,'_flexslider_easing','easeOutCubic'),(900,248,'_flexslider_slideshowSpeed','5000'),(901,248,'_flexslider_animationDuration','600'),(902,248,'_banner_minHeight','200'),(903,248,'_banner_padding','30'),(904,248,'_banner_animation','fade'),(905,248,'_banner_orderby','menu_order'),(906,248,'_banner_order','ASC'),(907,248,'_banner_slideshow','true'),(908,248,'_banner_slideshowSpeed','5000'),(909,248,'_banner_animationDuration','600'),(910,248,'_enable_local_backgrounds','false'),(911,248,'theme_header_style','1'),(912,248,'theme_header_align','left'),(913,248,'theme_toolbar_toggle','true'),(914,248,'_transparent_header','false'),(915,248,'_transparent_header_skin','light'),(916,248,'_sticky_header_offset','header'),(917,248,'background_selector_orientation','full_width_layout'),(918,248,'boxed_layout_shadow_size','0'),(919,248,'boxed_layout_shadow_intensity','0'),(920,248,'body_color_rgba','1'),(921,248,'body_source','no-image'),(922,248,'body_parallax','false'),(923,248,'page_color_rgba','1'),(924,248,'page_source','no-image'),(925,248,'page_parallax','false'),(926,248,'header_color_rgba','1'),(927,248,'header_source','no-image'),(928,248,'header_parallax','false'),(929,248,'banner_color_rgba','1'),(930,248,'banner_source','no-image'),(931,248,'banner_parallax','false'),(932,248,'footer_color_rgba','1'),(933,248,'footer_source','no-image'),(934,248,'footer_parallax','false'),(935,248,'_wpb_vc_js_status','true'),(936,248,'_wpb_vc_js_interface_version','0'),(937,248,'_trans_header_remove_bg','true'),(938,248,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(939,248,'_mk_post_love','2'),(940,248,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/09.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/12.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/14.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]'),(941,248,'_thumbnail_id','5548'),(942,248,'textfalse',''),(943,248,'_layout','full'),(944,248,'_padding','true'),(945,248,'page_preloader','false'),(946,248,'_introduce_align','left'),(947,248,'_disable_breadcrumb','true'),(948,248,'_single_post_type','image'),(949,248,'_single_video_site','youtube'),(950,248,'_masonry_img_size','x_x'),(951,248,'_portfolio_featured_image','false'),(952,248,'_portfolio_similar','false'),(953,248,'_portfolio_social','false'),(954,248,'_enable_slidehsow','false'),(955,248,'_slideshow_source','layerslider'),(956,248,'_edge_full_height','true'),(957,248,'_edge_height','700'),(958,248,'_edge_orderby','menu_order'),(959,248,'_edge_order','ASC'),(960,248,'_edge_animation_speed','600'),(961,248,'_edge_pause_time','15000'),(962,248,'_edge_direction_nav','true'),(963,248,'_icarousel_count','3'),(964,248,'_icarousel_orderby','menu_order'),(965,248,'_icarousel_order','ASC'),(966,248,'_icarousel_autoplay','true'),(967,248,'_icarousel_3d','true'),(968,248,'_icarousel_perspective','35'),(969,248,'_icarousel_pause_on_hover','true'),(970,248,'_icarousel_easing','easeOutCubic'),(971,248,'_icarousel_animation_speed','500'),(972,248,'_icarousel_pause_time','5000'),(973,248,'_icarousel_direction_nav','true'),(974,248,'_flexslider_height','400'),(975,248,'_flexslider_pagination','circle'),(976,248,'_flexslider_count','10'),(977,248,'_flexslider_disableCaption','true'),(978,248,'_flexslider_orderby','menu_order'),(979,248,'_flexslider_order','ASC'),(980,248,'_flexslider_slideshow','true'),(981,248,'_flexslider_pauseOnHover','true'),(982,248,'_flexslider_easing','easeOutCubic'),(983,248,'_flexslider_slideshowSpeed','5000'),(984,248,'_flexslider_animationDuration','600'),(985,248,'_banner_minHeight','200'),(986,248,'_banner_padding','30'),(987,248,'_banner_animation','fade'),(988,248,'_banner_orderby','menu_order'),(989,248,'_banner_order','ASC'),(990,248,'_banner_slideshow','true'),(991,248,'_banner_slideshowSpeed','5000'),(992,248,'_banner_animationDuration','600'),(993,248,'_enable_local_backgrounds','false'),(994,248,'theme_header_style','1'),(995,248,'theme_header_align','left'),(996,248,'theme_toolbar_toggle','true'),(997,248,'_transparent_header','false'),(998,248,'_transparent_header_skin','light'),(999,248,'_sticky_header_offset','header'),(1000,248,'background_selector_orientation','full_width_layout'),(1001,248,'boxed_layout_shadow_size','0'),(1002,248,'boxed_layout_shadow_intensity','0'),(1003,248,'body_color_rgba','1'),(1004,248,'body_source','no-image'),(1005,248,'body_parallax','false'),(1006,248,'page_color_rgba','1'),(1007,248,'page_source','no-image'),(1008,248,'page_parallax','false'),(1009,248,'header_color_rgba','1'),(1010,248,'header_source','no-image'),(1011,248,'header_parallax','false'),(1012,248,'banner_color_rgba','1'),(1013,248,'banner_source','no-image'),(1014,248,'banner_parallax','false'),(1015,248,'footer_color_rgba','1'),(1016,248,'footer_source','no-image'),(1017,248,'footer_parallax','false'),(1018,248,'_wpb_vc_js_status','true'),(1019,248,'_wpb_vc_js_interface_version','0'),(1020,248,'_trans_header_remove_bg','true'),(1021,248,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1022,248,'_mk_post_love','2'),(1023,248,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/09.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/12.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/14.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]'),(1024,248,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1025,248,'_theme_options_build','567929d10cd35'),(1026,248,'body_color_gradient','single'),(1027,248,'body_color_gradient_style','linear'),(1028,248,'body_color_gradient_angle','vertical'),(1029,248,'page_color_gradient','single'),(1030,248,'page_color_gradient_style','linear'),(1031,248,'page_color_gradient_angle','vertical'),(1032,248,'header_color_gradient','single'),(1033,248,'header_color_gradient_style','linear'),(1034,248,'header_color_gradient_angle','vertical'),(1035,248,'banner_color_gradient','single'),(1036,248,'banner_color_gradient_style','linear'),(1037,248,'banner_color_gradient_angle','vertical'),(1038,248,'footer_color_gradient','single'),(1039,248,'footer_color_gradient_style','linear'),(1040,248,'footer_color_gradient_angle','vertical'),(1041,248,'_wp_old_slug','freeart-app-design'),(1042,248,'_wp_old_slug','interior-photo-shot'),(1043,248,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MzQ6IgoJI3BhZGRpbmctMiB7CgkJaGVpZ2h0OiA2MHB4OwoJfQoiO31pOjE7YToyOntzOjI6ImlkIjtpOjM7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtM3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0zIHNwYW57fSI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MzthOjI6e3M6MjoiaWQiO2k6NTtzOjY6ImluamVjdCI7czoyMDA6IiNmYW5jeS10aXRsZS01e2xldHRlci1zcGFjaW5nOjFweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxNHB4O2NvbG9yOiAjNDY0NjQ2O3RleHQtYWxpZ246bGVmdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC13ZWlnaHQ6Ym9sZDtwYWRkaW5nLXRvcDowcHg7cGFkZGluZy1ib3R0b206MTJweDt9I2ZhbmN5LXRpdGxlLTUgc3Bhbnt9Ijt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjcwOiIKCSN0ZXh0LWJsb2NrLTYgewoJICAgICBtYXJnaW4tYm90dG9tOjEwcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aTo1O2E6Mjp7czoyOiJpZCI7aTo3O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTd7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMHB4O30jZmFuY3ktdGl0bGUtNyBzcGFue30iO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stOCB7CgkgICAgIG1hcmdpbi1ib3R0b206MTVweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjc7YToyOntzOjI6ImlkIjtpOjk7czo2OiJpbmplY3QiO3M6MTY0OiIKCSNtay1idXR0b24tOSB7CgkJbWFyZ2luLWJvdHRvbTogMTVweDsKCQltYXJnaW4tdG9wOiAwcHg7CgkJbWFyZ2luLXJpZ2h0OiAxNXB4OwoJfQoKCQkjbWstYnV0dG9uLTkgLm1rLWJ1dHRvbiB7CgkJCWRpc3BsYXk6IGlubGluZS1ibG9jazsKCQkJbWF4LXdpZHRoOiAxMDAlOwoJCX0KCSI7fX0='),(1044,249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1045,249,'_thumbnail_id','5550'),(1046,249,'textfalse',''),(1047,249,'_layout','full'),(1048,249,'_padding','true'),(1049,249,'page_preloader','false'),(1050,249,'_introduce_align','left'),(1051,249,'_disable_breadcrumb','true'),(1052,249,'_single_post_type','image'),(1053,249,'_single_video_site','youtube'),(1054,249,'_masonry_img_size','x_x'),(1055,249,'_portfolio_featured_image','false'),(1056,249,'_portfolio_similar','true'),(1057,249,'_portfolio_social','true'),(1058,249,'_enable_slidehsow','false'),(1059,249,'_slideshow_source','layerslider'),(1060,249,'_edge_full_height','true'),(1061,249,'_edge_height','700'),(1062,249,'_edge_orderby','menu_order'),(1063,249,'_edge_order','ASC'),(1064,249,'_edge_animation_speed','600'),(1065,249,'_edge_pause_time','15000'),(1066,249,'_edge_direction_nav','true'),(1067,249,'_icarousel_count','3'),(1068,249,'_icarousel_orderby','menu_order'),(1069,249,'_icarousel_order','ASC'),(1070,249,'_icarousel_autoplay','true'),(1071,249,'_icarousel_3d','true'),(1072,249,'_icarousel_perspective','35'),(1073,249,'_icarousel_pause_on_hover','true'),(1074,249,'_icarousel_easing','easeOutCubic'),(1075,249,'_icarousel_animation_speed','500'),(1076,249,'_icarousel_pause_time','5000'),(1077,249,'_icarousel_direction_nav','true'),(1078,249,'_flexslider_height','400'),(1079,249,'_flexslider_pagination','circle'),(1080,249,'_flexslider_count','10'),(1081,249,'_flexslider_disableCaption','true'),(1082,249,'_flexslider_orderby','menu_order'),(1083,249,'_flexslider_order','ASC'),(1084,249,'_flexslider_slideshow','true'),(1085,249,'_flexslider_pauseOnHover','true'),(1086,249,'_flexslider_easing','easeOutCubic'),(1087,249,'_flexslider_slideshowSpeed','5000'),(1088,249,'_flexslider_animationDuration','600'),(1089,249,'_banner_minHeight','200'),(1090,249,'_banner_padding','30'),(1091,249,'_banner_animation','fade'),(1092,249,'_banner_orderby','menu_order'),(1093,249,'_banner_order','ASC'),(1094,249,'_banner_slideshow','true'),(1095,249,'_banner_slideshowSpeed','5000'),(1096,249,'_banner_animationDuration','600'),(1097,249,'_enable_local_backgrounds','false'),(1098,249,'theme_header_style','1'),(1099,249,'theme_header_align','left'),(1100,249,'theme_toolbar_toggle','true'),(1101,249,'_transparent_header','false'),(1102,249,'_transparent_header_skin','light'),(1103,249,'_sticky_header_offset','header'),(1104,249,'background_selector_orientation','full_width_layout'),(1105,249,'boxed_layout_shadow_size','0'),(1106,249,'boxed_layout_shadow_intensity','0'),(1107,249,'body_color_rgba','1'),(1108,249,'body_source','no-image'),(1109,249,'body_parallax','false'),(1110,249,'page_color_rgba','1'),(1111,249,'page_source','no-image'),(1112,249,'page_parallax','false'),(1113,249,'header_color_rgba','1'),(1114,249,'header_source','no-image'),(1115,249,'header_parallax','false'),(1116,249,'banner_color_rgba','1'),(1117,249,'banner_source','no-image'),(1118,249,'banner_parallax','false'),(1119,249,'footer_color_rgba','1'),(1120,249,'footer_source','no-image'),(1121,249,'footer_parallax','false'),(1122,249,'_mk_post_love','62'),(1123,249,'_wpb_vc_js_status','true'),(1124,249,'_wpb_vc_js_interface_version','0'),(1125,249,'_trans_header_remove_bg','true'),(1126,249,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1127,249,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1128,249,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1129,249,'_thumbnail_id','5550'),(1130,249,'textfalse',''),(1131,249,'_layout','full'),(1132,249,'_padding','true'),(1133,249,'page_preloader','false'),(1134,249,'_introduce_align','left'),(1135,249,'_disable_breadcrumb','true'),(1136,249,'_single_post_type','image'),(1137,249,'_single_video_site','youtube'),(1138,249,'_masonry_img_size','x_x'),(1139,249,'_portfolio_featured_image','false'),(1140,249,'_portfolio_similar','true'),(1141,249,'_portfolio_social','true'),(1142,249,'_enable_slidehsow','false'),(1143,249,'_slideshow_source','layerslider'),(1144,249,'_edge_full_height','true'),(1145,249,'_edge_height','700'),(1146,249,'_edge_orderby','menu_order'),(1147,249,'_edge_order','ASC'),(1148,249,'_edge_animation_speed','600'),(1149,249,'_edge_pause_time','15000'),(1150,249,'_edge_direction_nav','true'),(1151,249,'_icarousel_count','3'),(1152,249,'_icarousel_orderby','menu_order'),(1153,249,'_icarousel_order','ASC'),(1154,249,'_icarousel_autoplay','true'),(1155,249,'_icarousel_3d','true'),(1156,249,'_icarousel_perspective','35'),(1157,249,'_icarousel_pause_on_hover','true'),(1158,249,'_icarousel_easing','easeOutCubic'),(1159,249,'_icarousel_animation_speed','500'),(1160,249,'_icarousel_pause_time','5000'),(1161,249,'_icarousel_direction_nav','true'),(1162,249,'_flexslider_height','400'),(1163,249,'_flexslider_pagination','circle'),(1164,249,'_flexslider_count','10'),(1165,249,'_flexslider_disableCaption','true'),(1166,249,'_flexslider_orderby','menu_order'),(1167,249,'_flexslider_order','ASC'),(1168,249,'_flexslider_slideshow','true'),(1169,249,'_flexslider_pauseOnHover','true'),(1170,249,'_flexslider_easing','easeOutCubic'),(1171,249,'_flexslider_slideshowSpeed','5000'),(1172,249,'_flexslider_animationDuration','600'),(1173,249,'_banner_minHeight','200'),(1174,249,'_banner_padding','30'),(1175,249,'_banner_animation','fade'),(1176,249,'_banner_orderby','menu_order'),(1177,249,'_banner_order','ASC'),(1178,249,'_banner_slideshow','true'),(1179,249,'_banner_slideshowSpeed','5000'),(1180,249,'_banner_animationDuration','600'),(1181,249,'_enable_local_backgrounds','false'),(1182,249,'theme_header_style','1'),(1183,249,'theme_header_align','left'),(1184,249,'theme_toolbar_toggle','true'),(1185,249,'_transparent_header','false'),(1186,249,'_transparent_header_skin','light'),(1187,249,'_sticky_header_offset','header'),(1188,249,'background_selector_orientation','full_width_layout'),(1189,249,'boxed_layout_shadow_size','0'),(1190,249,'boxed_layout_shadow_intensity','0'),(1191,249,'body_color_rgba','1'),(1192,249,'body_source','no-image'),(1193,249,'body_parallax','false'),(1194,249,'page_color_rgba','1'),(1195,249,'page_source','no-image'),(1196,249,'page_parallax','false'),(1197,249,'header_color_rgba','1'),(1198,249,'header_source','no-image'),(1199,249,'header_parallax','false'),(1200,249,'banner_color_rgba','1'),(1201,249,'banner_source','no-image'),(1202,249,'banner_parallax','false'),(1203,249,'footer_color_rgba','1'),(1204,249,'footer_source','no-image'),(1205,249,'footer_parallax','false'),(1206,249,'_mk_post_love','62'),(1207,249,'_wpb_vc_js_status','true'),(1208,249,'_wpb_vc_js_interface_version','0'),(1209,249,'_trans_header_remove_bg','true'),(1210,249,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1211,249,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1212,249,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1213,249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1214,249,'_oembed_888e3a09df460e8ec4d355ddfd944281','<iframe src=\"https://player.vimeo.com/video/125235739\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"Art&Graft Studio Film® : The Walk\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1215,249,'_oembed_time_888e3a09df460e8ec4d355ddfd944281','1439455492'),(1216,249,'_theme_options_build','567929d10cd35'),(1217,249,'body_color_gradient','single'),(1218,249,'body_color_gradient_style','linear'),(1219,249,'body_color_gradient_angle','vertical'),(1220,249,'page_color_gradient','single'),(1221,249,'page_color_gradient_style','linear'),(1222,249,'page_color_gradient_angle','vertical'),(1223,249,'header_color_gradient','single'),(1224,249,'header_color_gradient_style','linear'),(1225,249,'header_color_gradient_angle','vertical'),(1226,249,'banner_color_gradient','single'),(1227,249,'banner_color_gradient_style','linear'),(1228,249,'banner_color_gradient_angle','vertical'),(1229,249,'footer_color_gradient','single'),(1230,249,'footer_color_gradient_style','linear'),(1231,249,'footer_color_gradient_angle','vertical'),(1232,249,'_oembed_e2484b872668ea8e37535547154ebbf1','<iframe src=\"https://player.vimeo.com/video/51902190\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"Fashion Backstage. Perfect models. Photoshoot\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1233,249,'_oembed_time_e2484b872668ea8e37535547154ebbf1','1450432209'),(1234,249,'_wp_old_slug','nous-wine-pack'),(1235,249,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtMntsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0yIHNwYW57fSI7fWk6MTthOjI6e3M6MjoiaWQiO2k6MztzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay0zIHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czoxNjQ6IgoJI21rLWJ1dHRvbi00IHsKCQltYXJnaW4tYm90dG9tOiAxNXB4OwoJCW1hcmdpbi10b3A6IDBweDsKCQltYXJnaW4tcmlnaHQ6IDE1cHg7Cgl9CgoJCSNtay1idXR0b24tNCAubWstYnV0dG9uIHsKCQkJZGlzcGxheTogaW5saW5lLWJsb2NrOwoJCQltYXgtd2lkdGg6IDEwMCU7CgkJfQoJIjt9aTozO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTV7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMnB4O30jZmFuY3ktdGl0bGUtNSBzcGFue30iO31pOjQ7YToyOntzOjI6ImlkIjtpOjY7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNiB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtN3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS03IHNwYW57fSI7fWk6NjthOjI6e3M6MjoiaWQiO2k6ODtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay04IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxNXB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6NzthOjI6e3M6MjoiaWQiO2k6OTtzOjY6ImluamVjdCI7czozNDoiCgkjcGFkZGluZy05IHsKCQloZWlnaHQ6IDIwcHg7Cgl9CiI7fX0='),(1236,261,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1237,261,'_thumbnail_id','5552'),(1238,261,'textfalse',''),(1239,261,'_layout','full'),(1240,261,'_padding','true'),(1241,261,'page_preloader','false'),(1242,261,'_introduce_align','left'),(1243,261,'_disable_breadcrumb','true'),(1244,261,'_single_post_type','image'),(1245,261,'_single_video_site','youtube'),(1246,261,'_masonry_img_size','two_x_two_x'),(1247,261,'_portfolio_featured_image','false'),(1248,261,'_portfolio_similar','true'),(1249,261,'_portfolio_social','true'),(1250,261,'_enable_slidehsow','false'),(1251,261,'_slideshow_source','layerslider'),(1252,261,'_edge_full_height','true'),(1253,261,'_edge_height','700'),(1254,261,'_edge_orderby','menu_order'),(1255,261,'_edge_order','ASC'),(1256,261,'_edge_animation_speed','600'),(1257,261,'_edge_pause_time','15000'),(1258,261,'_edge_direction_nav','true'),(1259,261,'_icarousel_count','3'),(1260,261,'_icarousel_orderby','menu_order'),(1261,261,'_icarousel_order','ASC'),(1262,261,'_icarousel_autoplay','true'),(1263,261,'_icarousel_3d','true'),(1264,261,'_icarousel_perspective','35'),(1265,261,'_icarousel_pause_on_hover','true'),(1266,261,'_icarousel_easing','easeOutCubic'),(1267,261,'_icarousel_animation_speed','500'),(1268,261,'_icarousel_pause_time','5000'),(1269,261,'_icarousel_direction_nav','true'),(1270,261,'_flexslider_height','400'),(1271,261,'_flexslider_pagination','circle'),(1272,261,'_flexslider_count','10'),(1273,261,'_flexslider_disableCaption','true'),(1274,261,'_flexslider_orderby','menu_order'),(1275,261,'_flexslider_order','ASC'),(1276,261,'_flexslider_slideshow','true'),(1277,261,'_flexslider_pauseOnHover','true'),(1278,261,'_flexslider_easing','easeOutCubic'),(1279,261,'_flexslider_slideshowSpeed','5000'),(1280,261,'_flexslider_animationDuration','600'),(1281,261,'_banner_minHeight','200'),(1282,261,'_banner_padding','30'),(1283,261,'_banner_animation','fade'),(1284,261,'_banner_orderby','menu_order'),(1285,261,'_banner_order','ASC'),(1286,261,'_banner_slideshow','true'),(1287,261,'_banner_slideshowSpeed','5000'),(1288,261,'_banner_animationDuration','600'),(1289,261,'_enable_local_backgrounds','false'),(1290,261,'theme_header_style','1'),(1291,261,'theme_header_align','left'),(1292,261,'theme_toolbar_toggle','true'),(1293,261,'_transparent_header','false'),(1294,261,'_transparent_header_skin','light'),(1295,261,'_sticky_header_offset','header'),(1296,261,'background_selector_orientation','full_width_layout'),(1297,261,'boxed_layout_shadow_size','0'),(1298,261,'boxed_layout_shadow_intensity','0'),(1299,261,'body_color_rgba','1'),(1300,261,'body_source','no-image'),(1301,261,'body_parallax','false'),(1302,261,'page_color_rgba','1'),(1303,261,'page_source','no-image'),(1304,261,'page_parallax','false'),(1305,261,'header_color_rgba','1'),(1306,261,'header_source','no-image'),(1307,261,'header_parallax','false'),(1308,261,'banner_color_rgba','1'),(1309,261,'banner_source','no-image'),(1310,261,'banner_parallax','false'),(1311,261,'footer_color_rgba','1'),(1312,261,'footer_source','no-image'),(1313,261,'footer_parallax','false'),(1314,261,'_wpb_vc_js_status','true'),(1315,261,'_wpb_vc_js_interface_version','0'),(1316,261,'_trans_header_remove_bg','true'),(1317,261,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1318,261,'_mk_post_love','65'),(1319,261,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1320,261,'_thumbnail_id','5552'),(1321,261,'textfalse',''),(1322,261,'_layout','full'),(1323,261,'_padding','true'),(1324,261,'page_preloader','false'),(1325,261,'_introduce_align','left'),(1326,261,'_disable_breadcrumb','true'),(1327,261,'_single_post_type','image'),(1328,261,'_single_video_site','youtube'),(1329,261,'_masonry_img_size','two_x_two_x'),(1330,261,'_portfolio_featured_image','false'),(1331,261,'_portfolio_similar','true'),(1332,261,'_portfolio_social','true'),(1333,261,'_enable_slidehsow','false'),(1334,261,'_slideshow_source','layerslider'),(1335,261,'_edge_full_height','true'),(1336,261,'_edge_height','700'),(1337,261,'_edge_orderby','menu_order'),(1338,261,'_edge_order','ASC'),(1339,261,'_edge_animation_speed','600'),(1340,261,'_edge_pause_time','15000'),(1341,261,'_edge_direction_nav','true'),(1342,261,'_icarousel_count','3'),(1343,261,'_icarousel_orderby','menu_order'),(1344,261,'_icarousel_order','ASC'),(1345,261,'_icarousel_autoplay','true'),(1346,261,'_icarousel_3d','true'),(1347,261,'_icarousel_perspective','35'),(1348,261,'_icarousel_pause_on_hover','true'),(1349,261,'_icarousel_easing','easeOutCubic'),(1350,261,'_icarousel_animation_speed','500'),(1351,261,'_icarousel_pause_time','5000'),(1352,261,'_icarousel_direction_nav','true'),(1353,261,'_flexslider_height','400'),(1354,261,'_flexslider_pagination','circle'),(1355,261,'_flexslider_count','10'),(1356,261,'_flexslider_disableCaption','true'),(1357,261,'_flexslider_orderby','menu_order'),(1358,261,'_flexslider_order','ASC'),(1359,261,'_flexslider_slideshow','true'),(1360,261,'_flexslider_pauseOnHover','true'),(1361,261,'_flexslider_easing','easeOutCubic'),(1362,261,'_flexslider_slideshowSpeed','5000'),(1363,261,'_flexslider_animationDuration','600'),(1364,261,'_banner_minHeight','200'),(1365,261,'_banner_padding','30'),(1366,261,'_banner_animation','fade'),(1367,261,'_banner_orderby','menu_order'),(1368,261,'_banner_order','ASC'),(1369,261,'_banner_slideshow','true'),(1370,261,'_banner_slideshowSpeed','5000'),(1371,261,'_banner_animationDuration','600'),(1372,261,'_enable_local_backgrounds','false'),(1373,261,'theme_header_style','1'),(1374,261,'theme_header_align','left'),(1375,261,'theme_toolbar_toggle','true'),(1376,261,'_transparent_header','false'),(1377,261,'_transparent_header_skin','light'),(1378,261,'_sticky_header_offset','header'),(1379,261,'background_selector_orientation','full_width_layout'),(1380,261,'boxed_layout_shadow_size','0'),(1381,261,'boxed_layout_shadow_intensity','0'),(1382,261,'body_color_rgba','1'),(1383,261,'body_source','no-image'),(1384,261,'body_parallax','false'),(1385,261,'page_color_rgba','1'),(1386,261,'page_source','no-image'),(1387,261,'page_parallax','false'),(1388,261,'header_color_rgba','1'),(1389,261,'header_source','no-image'),(1390,261,'header_parallax','false'),(1391,261,'banner_color_rgba','1'),(1392,261,'banner_source','no-image'),(1393,261,'banner_parallax','false'),(1394,261,'footer_color_rgba','1'),(1395,261,'footer_source','no-image'),(1396,261,'footer_parallax','false'),(1397,261,'_wpb_vc_js_status','true'),(1398,261,'_wpb_vc_js_interface_version','0'),(1399,261,'_trans_header_remove_bg','true'),(1400,261,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1401,261,'_mk_post_love','65'),(1402,261,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1403,261,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1404,261,'_wp_old_slug','jupiter-large-poster-set'),(1405,261,'_theme_options_build','567929d10cd35'),(1406,261,'body_color_gradient','single'),(1407,261,'body_color_gradient_style','linear'),(1408,261,'body_color_gradient_angle','vertical'),(1409,261,'page_color_gradient','single'),(1410,261,'page_color_gradient_style','linear'),(1411,261,'page_color_gradient_angle','vertical'),(1412,261,'header_color_gradient','single'),(1413,261,'header_color_gradient_style','linear'),(1414,261,'header_color_gradient_angle','vertical'),(1415,261,'banner_color_gradient','single'),(1416,261,'banner_color_gradient_style','linear'),(1417,261,'banner_color_gradient_angle','vertical'),(1418,261,'footer_color_gradient','single'),(1419,261,'footer_color_gradient_style','linear'),(1420,261,'footer_color_gradient_angle','vertical'),(1421,261,'_wp_old_slug','large-poster-set'),(1422,261,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6NDIxOiIKICAgI2xvb3AtMiB7IAogICAgICAgIG1hcmdpbi1ib3R0b206MHB4OwogICAgICAgIG1hcmdpbi10b3A6IDJweDsKICAgIH0KICAgICNsb29wLTIgLml0ZW0taG9sZGVyeyAKICAgICAgICBtYXJnaW46MCAxcHggMnB4OwogICAgfQogICAgI2xvb3AtMiAuaW1hZ2UtaG92ZXItb3ZlcmxheSB7CiAgICAgICAgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6cmdiYSgwLDAsMCwwLjI1KSFpbXBvcnRhbnQ7IgogICAgfQogICAgI2xvb3AtMiAuaG92ZXItZ3JheXNjYWxlIC5nYWxsZXJ5LWlubmVyIGltZyB7CiAgICAgICAgZmlsdGVyOiB1cmwoJ2h0dHA6Ly9kZW1vcy5hcnRiZWVzLm5ldC9qdXBpdGVyNS9hbWFsdGhlYS93cC1jb250ZW50L3RoZW1lcy9qdXBpdGVyL2Fzc2V0cy9pbWFnZXMvZ3JheXNjYWxlLnN2ZyNncmV5c2NhbGUnKTsKICAgIH0KIjt9aToxO2E6Mjp7czoyOiJpZCI7aTozO3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTN7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMHB4O30jZmFuY3ktdGl0bGUtMyBzcGFue30iO31pOjI7YToyOntzOjI6ImlkIjtpOjQ7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNCB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjM7YToyOntzOjI6ImlkIjtpOjU7czo2OiJpbmplY3QiO3M6MTY0OiIKCSNtay1idXR0b24tNSB7CgkJbWFyZ2luLWJvdHRvbTogMTVweDsKCQltYXJnaW4tdG9wOiAwcHg7CgkJbWFyZ2luLXJpZ2h0OiAxNXB4OwoJfQoKCQkjbWstYnV0dG9uLTUgLm1rLWJ1dHRvbiB7CgkJCWRpc3BsYXk6IGlubGluZS1ibG9jazsKCQkJbWF4LXdpZHRoOiAxMDAlOwoJCX0KCSI7fWk6NDthOjI6e3M6MjoiaWQiO2k6NjtzOjY6ImluamVjdCI7czoyMDA6IiNmYW5jeS10aXRsZS02e2xldHRlci1zcGFjaW5nOjFweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxNHB4O2NvbG9yOiAjNDY0NjQ2O3RleHQtYWxpZ246bGVmdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC13ZWlnaHQ6Ym9sZDtwYWRkaW5nLXRvcDowcHg7cGFkZGluZy1ib3R0b206MTJweDt9I2ZhbmN5LXRpdGxlLTYgc3Bhbnt9Ijt9aTo1O2E6Mjp7czoyOiJpZCI7aTo3O3M6NjoiaW5qZWN0IjtzOjcwOiIKCSN0ZXh0LWJsb2NrLTcgewoJICAgICBtYXJnaW4tYm90dG9tOjEwcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aTo2O2E6Mjp7czoyOiJpZCI7aTo4O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTh7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMHB4O30jZmFuY3ktdGl0bGUtOCBzcGFue30iO31pOjc7YToyOntzOjI6ImlkIjtpOjk7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stOSB7CgkgICAgIG1hcmdpbi1ib3R0b206MTVweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(1423,263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1424,263,'textfalse',''),(1425,263,'_layout','full'),(1426,263,'_padding','true'),(1427,263,'page_preloader','false'),(1428,263,'_introduce_align','left'),(1429,263,'_disable_breadcrumb','true'),(1430,263,'_single_post_type','image'),(1431,263,'_single_video_site','youtube'),(1432,263,'_masonry_img_size','x_two_x'),(1433,263,'_portfolio_featured_image','false'),(1434,263,'_portfolio_similar','true'),(1435,263,'_portfolio_social','true'),(1436,263,'_enable_slidehsow','false'),(1437,263,'_slideshow_source','layerslider'),(1438,263,'_edge_full_height','true'),(1439,263,'_edge_height','700'),(1440,263,'_edge_orderby','menu_order'),(1441,263,'_edge_order','ASC'),(1442,263,'_edge_animation_speed','600'),(1443,263,'_edge_pause_time','15000'),(1444,263,'_edge_direction_nav','true'),(1445,263,'_icarousel_count','3'),(1446,263,'_icarousel_orderby','menu_order'),(1447,263,'_icarousel_order','ASC'),(1448,263,'_icarousel_autoplay','true'),(1449,263,'_icarousel_3d','true'),(1450,263,'_icarousel_perspective','35'),(1451,263,'_icarousel_pause_on_hover','true'),(1452,263,'_icarousel_easing','easeOutCubic'),(1453,263,'_icarousel_animation_speed','500'),(1454,263,'_icarousel_pause_time','5000'),(1455,263,'_icarousel_direction_nav','true'),(1456,263,'_flexslider_height','400'),(1457,263,'_flexslider_pagination','circle'),(1458,263,'_flexslider_count','10'),(1459,263,'_flexslider_disableCaption','true'),(1460,263,'_flexslider_orderby','menu_order'),(1461,263,'_flexslider_order','ASC'),(1462,263,'_flexslider_slideshow','true'),(1463,263,'_flexslider_pauseOnHover','true'),(1464,263,'_flexslider_easing','easeOutCubic'),(1465,263,'_flexslider_slideshowSpeed','5000'),(1466,263,'_flexslider_animationDuration','600'),(1467,263,'_banner_minHeight','200'),(1468,263,'_banner_padding','30'),(1469,263,'_banner_animation','fade'),(1470,263,'_banner_orderby','menu_order'),(1471,263,'_banner_order','ASC'),(1472,263,'_banner_slideshow','true'),(1473,263,'_banner_slideshowSpeed','5000'),(1474,263,'_banner_animationDuration','600'),(1475,263,'_enable_local_backgrounds','false'),(1476,263,'theme_header_style','1'),(1477,263,'theme_header_align','left'),(1478,263,'theme_toolbar_toggle','true'),(1479,263,'_transparent_header','false'),(1480,263,'_transparent_header_skin','light'),(1481,263,'_sticky_header_offset','header'),(1482,263,'background_selector_orientation','full_width_layout'),(1483,263,'boxed_layout_shadow_size','0'),(1484,263,'boxed_layout_shadow_intensity','0'),(1485,263,'body_color_rgba','1'),(1486,263,'body_source','no-image'),(1487,263,'body_parallax','false'),(1488,263,'page_color_rgba','1'),(1489,263,'page_source','no-image'),(1490,263,'page_parallax','false'),(1491,263,'header_color_rgba','1'),(1492,263,'header_source','no-image'),(1493,263,'header_parallax','false'),(1494,263,'banner_color_rgba','1'),(1495,263,'banner_source','no-image'),(1496,263,'banner_parallax','false'),(1497,263,'footer_color_rgba','1'),(1498,263,'footer_source','no-image'),(1499,263,'footer_parallax','false'),(1500,263,'_thumbnail_id','5516'),(1501,263,'_wpb_vc_js_status','true'),(1502,263,'_wpb_vc_js_interface_version','0'),(1503,263,'_trans_header_remove_bg','true'),(1504,263,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1505,263,'_mk_post_love','22'),(1506,263,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1507,263,'_thumbnail_id','5516'),(1508,263,'textfalse',''),(1509,263,'_layout','full'),(1510,263,'_padding','true'),(1511,263,'page_preloader','false'),(1512,263,'_introduce_align','left'),(1513,263,'_disable_breadcrumb','true'),(1514,263,'_single_post_type','image'),(1515,263,'_single_video_site','youtube'),(1516,263,'_masonry_img_size','x_two_x'),(1517,263,'_portfolio_featured_image','false'),(1518,263,'_portfolio_similar','true'),(1519,263,'_portfolio_social','true'),(1520,263,'_enable_slidehsow','false'),(1521,263,'_slideshow_source','layerslider'),(1522,263,'_edge_full_height','true'),(1523,263,'_edge_height','700'),(1524,263,'_edge_orderby','menu_order'),(1525,263,'_edge_order','ASC'),(1526,263,'_edge_animation_speed','600'),(1527,263,'_edge_pause_time','15000'),(1528,263,'_edge_direction_nav','true'),(1529,263,'_icarousel_count','3'),(1530,263,'_icarousel_orderby','menu_order'),(1531,263,'_icarousel_order','ASC'),(1532,263,'_icarousel_autoplay','true'),(1533,263,'_icarousel_3d','true'),(1534,263,'_icarousel_perspective','35'),(1535,263,'_icarousel_pause_on_hover','true'),(1536,263,'_icarousel_easing','easeOutCubic'),(1537,263,'_icarousel_animation_speed','500'),(1538,263,'_icarousel_pause_time','5000'),(1539,263,'_icarousel_direction_nav','true'),(1540,263,'_flexslider_height','400'),(1541,263,'_flexslider_pagination','circle'),(1542,263,'_flexslider_count','10'),(1543,263,'_flexslider_disableCaption','true'),(1544,263,'_flexslider_orderby','menu_order'),(1545,263,'_flexslider_order','ASC'),(1546,263,'_flexslider_slideshow','true'),(1547,263,'_flexslider_pauseOnHover','true'),(1548,263,'_flexslider_easing','easeOutCubic'),(1549,263,'_flexslider_slideshowSpeed','5000'),(1550,263,'_flexslider_animationDuration','600'),(1551,263,'_banner_minHeight','200'),(1552,263,'_banner_padding','30'),(1553,263,'_banner_animation','fade'),(1554,263,'_banner_orderby','menu_order'),(1555,263,'_banner_order','ASC'),(1556,263,'_banner_slideshow','true'),(1557,263,'_banner_slideshowSpeed','5000'),(1558,263,'_banner_animationDuration','600'),(1559,263,'_enable_local_backgrounds','false'),(1560,263,'theme_header_style','1'),(1561,263,'theme_header_align','left'),(1562,263,'theme_toolbar_toggle','true'),(1563,263,'_transparent_header','false'),(1564,263,'_transparent_header_skin','light'),(1565,263,'_sticky_header_offset','header'),(1566,263,'background_selector_orientation','full_width_layout'),(1567,263,'boxed_layout_shadow_size','0'),(1568,263,'boxed_layout_shadow_intensity','0'),(1569,263,'body_color_rgba','1'),(1570,263,'body_source','no-image'),(1571,263,'body_parallax','false'),(1572,263,'page_color_rgba','1'),(1573,263,'page_source','no-image'),(1574,263,'page_parallax','false'),(1575,263,'header_color_rgba','1'),(1576,263,'header_source','no-image'),(1577,263,'header_parallax','false'),(1578,263,'banner_color_rgba','1'),(1579,263,'banner_source','no-image'),(1580,263,'banner_parallax','false'),(1581,263,'footer_color_rgba','1'),(1582,263,'footer_source','no-image'),(1583,263,'footer_parallax','false'),(1584,263,'_wpb_vc_js_status','true'),(1585,263,'_wpb_vc_js_interface_version','0'),(1586,263,'_trans_header_remove_bg','true'),(1587,263,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1588,263,'_mk_post_love','22'),(1589,263,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1590,263,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1591,263,'_theme_options_build','567929d10cd35'),(1592,263,'body_color_gradient','single'),(1593,263,'body_color_gradient_style','linear'),(1594,263,'body_color_gradient_angle','vertical'),(1595,263,'page_color_gradient','single'),(1596,263,'page_color_gradient_style','linear'),(1597,263,'page_color_gradient_angle','vertical'),(1598,263,'header_color_gradient','single'),(1599,263,'header_color_gradient_style','linear'),(1600,263,'header_color_gradient_angle','vertical'),(1601,263,'banner_color_gradient','single'),(1602,263,'banner_color_gradient_style','linear'),(1603,263,'banner_color_gradient_angle','vertical'),(1604,263,'footer_color_gradient','single'),(1605,263,'footer_color_gradient_style','linear'),(1606,263,'footer_color_gradient_angle','vertical'),(1607,263,'_wp_old_slug','mustachio-clothing-tag'),(1608,263,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MzQ6IgoJI3BhZGRpbmctMiB7CgkJaGVpZ2h0OiA2MHB4OwoJfQoiO31pOjE7YToyOntzOjI6ImlkIjtpOjM7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtM3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0zIHNwYW57fSI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MzthOjI6e3M6MjoiaWQiO2k6NTtzOjY6ImluamVjdCI7czoyMDA6IiNmYW5jeS10aXRsZS01e2xldHRlci1zcGFjaW5nOjFweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxNHB4O2NvbG9yOiAjNDY0NjQ2O3RleHQtYWxpZ246bGVmdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC13ZWlnaHQ6Ym9sZDtwYWRkaW5nLXRvcDowcHg7cGFkZGluZy1ib3R0b206MTJweDt9I2ZhbmN5LXRpdGxlLTUgc3Bhbnt9Ijt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjcwOiIKCSN0ZXh0LWJsb2NrLTYgewoJICAgICBtYXJnaW4tYm90dG9tOjEwcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aTo1O2E6Mjp7czoyOiJpZCI7aTo3O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTd7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMHB4O30jZmFuY3ktdGl0bGUtNyBzcGFue30iO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stOCB7CgkgICAgIG1hcmdpbi1ib3R0b206MTVweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjc7YToyOntzOjI6ImlkIjtpOjk7czo2OiJpbmplY3QiO3M6MTY0OiIKCSNtay1idXR0b24tOSB7CgkJbWFyZ2luLWJvdHRvbTogMTVweDsKCQltYXJnaW4tdG9wOiAwcHg7CgkJbWFyZ2luLXJpZ2h0OiAxNXB4OwoJfQoKCQkjbWstYnV0dG9uLTkgLm1rLWJ1dHRvbiB7CgkJCWRpc3BsYXk6IGlubGluZS1ibG9jazsKCQkJbWF4LXdpZHRoOiAxMDAlOwoJCX0KCSI7fX0='),(1609,264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1610,264,'_thumbnail_id','5514'),(1611,264,'textfalse',''),(1612,264,'_layout','full'),(1613,264,'_padding','true'),(1614,264,'page_preloader','false'),(1615,264,'_introduce_align','left'),(1616,264,'_disable_breadcrumb','true'),(1617,264,'_single_post_type','image'),(1618,264,'_single_video_site','youtube'),(1619,264,'_masonry_img_size','x_x'),(1620,264,'_portfolio_featured_image','false'),(1621,264,'_portfolio_similar','true'),(1622,264,'_portfolio_social','true'),(1623,264,'_enable_slidehsow','false'),(1624,264,'_slideshow_source','layerslider'),(1625,264,'_edge_full_height','true'),(1626,264,'_edge_height','700'),(1627,264,'_edge_orderby','menu_order'),(1628,264,'_edge_order','ASC'),(1629,264,'_edge_animation_speed','600'),(1630,264,'_edge_pause_time','15000'),(1631,264,'_edge_direction_nav','true'),(1632,264,'_icarousel_count','3'),(1633,264,'_icarousel_orderby','menu_order'),(1634,264,'_icarousel_order','ASC'),(1635,264,'_icarousel_autoplay','true'),(1636,264,'_icarousel_3d','true'),(1637,264,'_icarousel_perspective','35'),(1638,264,'_icarousel_pause_on_hover','true'),(1639,264,'_icarousel_easing','easeOutCubic'),(1640,264,'_icarousel_animation_speed','500'),(1641,264,'_icarousel_pause_time','5000'),(1642,264,'_icarousel_direction_nav','true'),(1643,264,'_flexslider_height','400'),(1644,264,'_flexslider_pagination','circle'),(1645,264,'_flexslider_count','10'),(1646,264,'_flexslider_disableCaption','true'),(1647,264,'_flexslider_orderby','menu_order'),(1648,264,'_flexslider_order','ASC'),(1649,264,'_flexslider_slideshow','true'),(1650,264,'_flexslider_pauseOnHover','true'),(1651,264,'_flexslider_easing','easeOutCubic'),(1652,264,'_flexslider_slideshowSpeed','5000'),(1653,264,'_flexslider_animationDuration','600'),(1654,264,'_banner_minHeight','200'),(1655,264,'_banner_padding','30'),(1656,264,'_banner_animation','fade'),(1657,264,'_banner_orderby','menu_order'),(1658,264,'_banner_order','ASC'),(1659,264,'_banner_slideshow','true'),(1660,264,'_banner_slideshowSpeed','5000'),(1661,264,'_banner_animationDuration','600'),(1662,264,'_enable_local_backgrounds','false'),(1663,264,'theme_header_style','1'),(1664,264,'theme_header_align','left'),(1665,264,'theme_toolbar_toggle','true'),(1666,264,'_transparent_header','false'),(1667,264,'_transparent_header_skin','light'),(1668,264,'_sticky_header_offset','header'),(1669,264,'background_selector_orientation','full_width_layout'),(1670,264,'boxed_layout_shadow_size','0'),(1671,264,'boxed_layout_shadow_intensity','0'),(1672,264,'body_color_rgba','1'),(1673,264,'body_source','no-image'),(1674,264,'body_parallax','false'),(1675,264,'page_color_rgba','1'),(1676,264,'page_source','no-image'),(1677,264,'page_parallax','false'),(1678,264,'header_color_rgba','1'),(1679,264,'header_source','no-image'),(1680,264,'header_parallax','false'),(1681,264,'banner_color_rgba','1'),(1682,264,'banner_source','no-image'),(1683,264,'banner_parallax','false'),(1684,264,'footer_color_rgba','1'),(1685,264,'footer_source','no-image'),(1686,264,'footer_parallax','false'),(1687,264,'_wpb_vc_js_status','true'),(1688,264,'_wpb_vc_js_interface_version','0'),(1689,264,'_trans_header_remove_bg','true'),(1690,264,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1691,264,'_mk_post_love','11'),(1692,264,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1693,264,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1694,264,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410769429'),(1695,264,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1696,264,'_thumbnail_id','5514'),(1697,264,'textfalse',''),(1698,264,'_layout','full'),(1699,264,'_padding','true'),(1700,264,'page_preloader','false'),(1701,264,'_introduce_align','left'),(1702,264,'_disable_breadcrumb','true'),(1703,264,'_single_post_type','image'),(1704,264,'_single_video_site','youtube'),(1705,264,'_masonry_img_size','x_x'),(1706,264,'_portfolio_featured_image','false'),(1707,264,'_portfolio_similar','true'),(1708,264,'_portfolio_social','true'),(1709,264,'_enable_slidehsow','false'),(1710,264,'_slideshow_source','layerslider'),(1711,264,'_edge_full_height','true'),(1712,264,'_edge_height','700'),(1713,264,'_edge_orderby','menu_order'),(1714,264,'_edge_order','ASC'),(1715,264,'_edge_animation_speed','600'),(1716,264,'_edge_pause_time','15000'),(1717,264,'_edge_direction_nav','true'),(1718,264,'_icarousel_count','3'),(1719,264,'_icarousel_orderby','menu_order'),(1720,264,'_icarousel_order','ASC'),(1721,264,'_icarousel_autoplay','true'),(1722,264,'_icarousel_3d','true'),(1723,264,'_icarousel_perspective','35'),(1724,264,'_icarousel_pause_on_hover','true'),(1725,264,'_icarousel_easing','easeOutCubic'),(1726,264,'_icarousel_animation_speed','500'),(1727,264,'_icarousel_pause_time','5000'),(1728,264,'_icarousel_direction_nav','true'),(1729,264,'_flexslider_height','400'),(1730,264,'_flexslider_pagination','circle'),(1731,264,'_flexslider_count','10'),(1732,264,'_flexslider_disableCaption','true'),(1733,264,'_flexslider_orderby','menu_order'),(1734,264,'_flexslider_order','ASC'),(1735,264,'_flexslider_slideshow','true'),(1736,264,'_flexslider_pauseOnHover','true'),(1737,264,'_flexslider_easing','easeOutCubic'),(1738,264,'_flexslider_slideshowSpeed','5000'),(1739,264,'_flexslider_animationDuration','600'),(1740,264,'_banner_minHeight','200'),(1741,264,'_banner_padding','30'),(1742,264,'_banner_animation','fade'),(1743,264,'_banner_orderby','menu_order'),(1744,264,'_banner_order','ASC'),(1745,264,'_banner_slideshow','true'),(1746,264,'_banner_slideshowSpeed','5000'),(1747,264,'_banner_animationDuration','600'),(1748,264,'_enable_local_backgrounds','false'),(1749,264,'theme_header_style','1'),(1750,264,'theme_header_align','left'),(1751,264,'theme_toolbar_toggle','true'),(1752,264,'_transparent_header','false'),(1753,264,'_transparent_header_skin','light'),(1754,264,'_sticky_header_offset','header'),(1755,264,'background_selector_orientation','full_width_layout'),(1756,264,'boxed_layout_shadow_size','0'),(1757,264,'boxed_layout_shadow_intensity','0'),(1758,264,'body_color_rgba','1'),(1759,264,'body_source','no-image'),(1760,264,'body_parallax','false'),(1761,264,'page_color_rgba','1'),(1762,264,'page_source','no-image'),(1763,264,'page_parallax','false'),(1764,264,'header_color_rgba','1'),(1765,264,'header_source','no-image'),(1766,264,'header_parallax','false'),(1767,264,'banner_color_rgba','1'),(1768,264,'banner_source','no-image'),(1769,264,'banner_parallax','false'),(1770,264,'footer_color_rgba','1'),(1771,264,'footer_source','no-image'),(1772,264,'footer_parallax','false'),(1773,264,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410769429'),(1774,264,'_wpb_vc_js_status','true'),(1775,264,'_wpb_vc_js_interface_version','0'),(1776,264,'_trans_header_remove_bg','true'),(1777,264,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1778,264,'_mk_post_love','11'),(1779,264,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1780,264,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1781,264,'_oembed_888e3a09df460e8ec4d355ddfd944281','<iframe src=\"https://player.vimeo.com/video/125235739\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"Art&Graft Studio Film® : The Walk\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1782,264,'_oembed_time_888e3a09df460e8ec4d355ddfd944281','1439454199'),(1783,264,'_theme_options_build','567929d10cd35'),(1784,264,'body_color_gradient','single'),(1785,264,'body_color_gradient_style','linear'),(1786,264,'body_color_gradient_angle','vertical'),(1787,264,'page_color_gradient','single'),(1788,264,'page_color_gradient_style','linear'),(1789,264,'page_color_gradient_angle','vertical'),(1790,264,'header_color_gradient','single'),(1791,264,'header_color_gradient_style','linear'),(1792,264,'header_color_gradient_angle','vertical'),(1793,264,'banner_color_gradient','single'),(1794,264,'banner_color_gradient_style','linear'),(1795,264,'banner_color_gradient_angle','vertical'),(1796,264,'footer_color_gradient','single'),(1797,264,'footer_color_gradient_style','linear'),(1798,264,'footer_color_gradient_angle','vertical'),(1799,264,'_oembed_efcd460d366a9ff135c93d39f7d8b6f9','<iframe src=\"https://player.vimeo.com/video/73208193\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"BACKSTAGE Politechnika Poznańska / Era Inżyniera -\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1800,264,'_oembed_time_efcd460d366a9ff135c93d39f7d8b6f9','1450442092'),(1801,264,'_wp_old_slug','maniac-typeface'),(1802,264,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtMntsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0yIHNwYW57fSI7fWk6MTthOjI6e3M6MjoiaWQiO2k6MztzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay0zIHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czoxNjQ6IgoJI21rLWJ1dHRvbi00IHsKCQltYXJnaW4tYm90dG9tOiAxNXB4OwoJCW1hcmdpbi10b3A6IDBweDsKCQltYXJnaW4tcmlnaHQ6IDE1cHg7Cgl9CgoJCSNtay1idXR0b24tNCAubWstYnV0dG9uIHsKCQkJZGlzcGxheTogaW5saW5lLWJsb2NrOwoJCQltYXgtd2lkdGg6IDEwMCU7CgkJfQoJIjt9aTozO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTV7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMnB4O30jZmFuY3ktdGl0bGUtNSBzcGFue30iO31pOjQ7YToyOntzOjI6ImlkIjtpOjY7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNiB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtN3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS03IHNwYW57fSI7fWk6NjthOjI6e3M6MjoiaWQiO2k6ODtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay04IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxNXB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6NzthOjI6e3M6MjoiaWQiO2k6OTtzOjY6ImluamVjdCI7czozNDoiCgkjcGFkZGluZy05IHsKCQloZWlnaHQ6IDIwcHg7Cgl9CiI7fX0='),(1803,265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1804,265,'textfalse',''),(1805,265,'_layout','full'),(1806,265,'_padding','true'),(1807,265,'page_preloader','false'),(1808,265,'_introduce_align','left'),(1809,265,'_disable_breadcrumb','true'),(1810,265,'_single_post_type','image'),(1811,265,'_single_video_site','youtube'),(1812,265,'_masonry_img_size','x_x'),(1813,265,'_portfolio_featured_image','false'),(1814,265,'_portfolio_similar','true'),(1815,265,'_portfolio_social','true'),(1816,265,'_enable_slidehsow','false'),(1817,265,'_slideshow_source','layerslider'),(1818,265,'_edge_full_height','true'),(1819,265,'_edge_height','700'),(1820,265,'_edge_orderby','menu_order'),(1821,265,'_edge_order','ASC'),(1822,265,'_edge_animation_speed','600'),(1823,265,'_edge_pause_time','15000'),(1824,265,'_edge_direction_nav','true'),(1825,265,'_icarousel_count','3'),(1826,265,'_icarousel_orderby','menu_order'),(1827,265,'_icarousel_order','ASC'),(1828,265,'_icarousel_autoplay','true'),(1829,265,'_icarousel_3d','true'),(1830,265,'_icarousel_perspective','35'),(1831,265,'_icarousel_pause_on_hover','true'),(1832,265,'_icarousel_easing','easeOutCubic'),(1833,265,'_icarousel_animation_speed','500'),(1834,265,'_icarousel_pause_time','5000'),(1835,265,'_icarousel_direction_nav','true'),(1836,265,'_flexslider_height','400'),(1837,265,'_flexslider_pagination','circle'),(1838,265,'_flexslider_count','10'),(1839,265,'_flexslider_disableCaption','true'),(1840,265,'_flexslider_orderby','menu_order'),(1841,265,'_flexslider_order','ASC'),(1842,265,'_flexslider_slideshow','true'),(1843,265,'_flexslider_pauseOnHover','true'),(1844,265,'_flexslider_easing','easeOutCubic'),(1845,265,'_flexslider_slideshowSpeed','5000'),(1846,265,'_flexslider_animationDuration','600'),(1847,265,'_banner_minHeight','200'),(1848,265,'_banner_padding','30'),(1849,265,'_banner_animation','fade'),(1850,265,'_banner_orderby','menu_order'),(1851,265,'_banner_order','ASC'),(1852,265,'_banner_slideshow','true'),(1853,265,'_banner_slideshowSpeed','5000'),(1854,265,'_banner_animationDuration','600'),(1855,265,'_enable_local_backgrounds','false'),(1856,265,'theme_header_style','1'),(1857,265,'theme_header_align','left'),(1858,265,'theme_toolbar_toggle','true'),(1859,265,'_transparent_header','false'),(1860,265,'_transparent_header_skin','light'),(1861,265,'_sticky_header_offset','header'),(1862,265,'background_selector_orientation','full_width_layout'),(1863,265,'boxed_layout_shadow_size','0'),(1864,265,'boxed_layout_shadow_intensity','0'),(1865,265,'body_color_rgba','1'),(1866,265,'body_source','no-image'),(1867,265,'body_parallax','false'),(1868,265,'page_color_rgba','1'),(1869,265,'page_source','no-image'),(1870,265,'page_parallax','false'),(1871,265,'header_color_rgba','1'),(1872,265,'header_source','no-image'),(1873,265,'header_parallax','false'),(1874,265,'banner_color_rgba','1'),(1875,265,'banner_source','no-image'),(1876,265,'banner_parallax','false'),(1877,265,'footer_color_rgba','1'),(1878,265,'footer_source','no-image'),(1879,265,'footer_parallax','false'),(1880,265,'_wpb_vc_js_status','true'),(1881,265,'_wpb_vc_js_interface_version','0'),(1882,265,'_trans_header_remove_bg','true'),(1883,265,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1884,265,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1885,265,'_mk_post_love','14'),(1886,265,'textfalse',''),(1887,265,'_layout','full'),(1888,265,'_padding','true'),(1889,265,'page_preloader','false'),(1890,265,'_introduce_align','left'),(1891,265,'_disable_breadcrumb','true'),(1892,265,'_single_post_type','image'),(1893,265,'_single_video_site','youtube'),(1894,265,'_masonry_img_size','x_x'),(1895,265,'_portfolio_featured_image','false'),(1896,265,'_portfolio_similar','true'),(1897,265,'_portfolio_social','true'),(1898,265,'_enable_slidehsow','false'),(1899,265,'_slideshow_source','layerslider'),(1900,265,'_edge_full_height','true'),(1901,265,'_edge_height','700'),(1902,265,'_edge_orderby','menu_order'),(1903,265,'_edge_order','ASC'),(1904,265,'_edge_animation_speed','600'),(1905,265,'_edge_pause_time','15000'),(1906,265,'_edge_direction_nav','true'),(1907,265,'_icarousel_count','3'),(1908,265,'_icarousel_orderby','menu_order'),(1909,265,'_icarousel_order','ASC'),(1910,265,'_icarousel_autoplay','true'),(1911,265,'_icarousel_3d','true'),(1912,265,'_icarousel_perspective','35'),(1913,265,'_icarousel_pause_on_hover','true'),(1914,265,'_icarousel_easing','easeOutCubic'),(1915,265,'_icarousel_animation_speed','500'),(1916,265,'_icarousel_pause_time','5000'),(1917,265,'_icarousel_direction_nav','true'),(1918,265,'_flexslider_height','400'),(1919,265,'_flexslider_pagination','circle'),(1920,265,'_flexslider_count','10'),(1921,265,'_flexslider_disableCaption','true'),(1922,265,'_flexslider_orderby','menu_order'),(1923,265,'_flexslider_order','ASC'),(1924,265,'_flexslider_slideshow','true'),(1925,265,'_flexslider_pauseOnHover','true'),(1926,265,'_flexslider_easing','easeOutCubic'),(1927,265,'_flexslider_slideshowSpeed','5000'),(1928,265,'_flexslider_animationDuration','600'),(1929,265,'_banner_minHeight','200'),(1930,265,'_banner_padding','30'),(1931,265,'_banner_animation','fade'),(1932,265,'_banner_orderby','menu_order'),(1933,265,'_banner_order','ASC'),(1934,265,'_banner_slideshow','true'),(1935,265,'_banner_slideshowSpeed','5000'),(1936,265,'_banner_animationDuration','600'),(1937,265,'_enable_local_backgrounds','false'),(1938,265,'theme_header_style','1'),(1939,265,'theme_header_align','left'),(1940,265,'theme_toolbar_toggle','true'),(1941,265,'_transparent_header','false'),(1942,265,'_transparent_header_skin','light'),(1943,265,'_sticky_header_offset','header'),(1944,265,'background_selector_orientation','full_width_layout'),(1945,265,'boxed_layout_shadow_size','0'),(1946,265,'boxed_layout_shadow_intensity','0'),(1947,265,'body_color_rgba','1'),(1948,265,'body_source','no-image'),(1949,265,'body_parallax','false'),(1950,265,'page_color_rgba','1'),(1951,265,'page_source','no-image'),(1952,265,'page_parallax','false'),(1953,265,'header_color_rgba','1'),(1954,265,'header_source','no-image'),(1955,265,'header_parallax','false'),(1956,265,'banner_color_rgba','1'),(1957,265,'banner_source','no-image'),(1958,265,'banner_parallax','false'),(1959,265,'footer_color_rgba','1'),(1960,265,'footer_source','no-image'),(1961,265,'footer_parallax','false'),(1962,265,'_wpb_vc_js_status','true'),(1963,265,'_wpb_vc_js_interface_version','0'),(1964,265,'_trans_header_remove_bg','true'),(1965,265,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1966,265,'_mk_post_love','14'),(1967,265,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(1968,265,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1969,265,'_theme_options_build','567929d10cd35'),(1970,265,'body_color_gradient','single'),(1971,265,'body_color_gradient_style','linear'),(1972,265,'body_color_gradient_angle','vertical'),(1973,265,'page_color_gradient','single'),(1974,265,'page_color_gradient_style','linear'),(1975,265,'page_color_gradient_angle','vertical'),(1976,265,'header_color_gradient','single'),(1977,265,'header_color_gradient_style','linear'),(1978,265,'header_color_gradient_angle','vertical'),(1979,265,'banner_color_gradient','single'),(1980,265,'banner_color_gradient_style','linear'),(1981,265,'banner_color_gradient_angle','vertical'),(1982,265,'footer_color_gradient','single'),(1983,265,'footer_color_gradient_style','linear'),(1984,265,'footer_color_gradient_angle','vertical'),(1985,265,'_thumbnail_id','5520'),(1986,265,'_wp_old_slug','jupiter-promotional-tags'),(1987,265,'_dynamic_styles','YTo5OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MTY1OiIKCSNmdWxsd2lkdGgtc2xpZGVzaG93LXdyYXBwZXItMiB7CgkJcGFkZGluZzozMHB4IDA7CgkJOwoJCWJhY2tncm91bmQtcG9zaXRpb246bGVmdCB0b3A7CgkJYmFja2dyb3VuZC1hdHRhY2htZW50OnNjcm9sbDsKCQlib3JkZXItbGVmdDpub25lOwoJCWJvcmRlci1yaWdodDpub25lOwoJfQoiO31pOjE7YToyOntzOjI6ImlkIjtpOjM7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtM3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0zIHNwYW57fSI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MzthOjI6e3M6MjoiaWQiO2k6NTtzOjY6ImluamVjdCI7czoxNjQ6IgoJI21rLWJ1dHRvbi01IHsKCQltYXJnaW4tYm90dG9tOiAxNXB4OwoJCW1hcmdpbi10b3A6IDBweDsKCQltYXJnaW4tcmlnaHQ6IDE1cHg7Cgl9CgoJCSNtay1idXR0b24tNSAubWstYnV0dG9uIHsKCQkJZGlzcGxheTogaW5saW5lLWJsb2NrOwoJCQltYXgtd2lkdGg6IDEwMCU7CgkJfQoJIjt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTZ7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMnB4O30jZmFuY3ktdGl0bGUtNiBzcGFue30iO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNyB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtOHtsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS04IHNwYW57fSI7fWk6NzthOjI6e3M6MjoiaWQiO2k6OTtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay05IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxNXB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6ODthOjI6e3M6MjoiaWQiO2k6MTA7czo2OiJpbmplY3QiO3M6MzU6IgoJI3BhZGRpbmctMTAgewoJCWhlaWdodDogNjBweDsKCX0KIjt9fQ=='),(1988,266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1989,266,'_thumbnail_id','5510'),(1990,266,'textfalse',''),(1991,266,'_layout','full'),(1992,266,'_padding','true'),(1993,266,'page_preloader','false'),(1994,266,'_introduce_align','left'),(1995,266,'_disable_breadcrumb','true'),(1996,266,'_single_post_type','image'),(1997,266,'_single_video_site','youtube'),(1998,266,'_masonry_img_size','two_x_x'),(1999,266,'_portfolio_featured_image','false'),(2000,266,'_portfolio_similar','true'),(2001,266,'_portfolio_social','true'),(2002,266,'_enable_slidehsow','false'),(2003,266,'_slideshow_source','layerslider'),(2004,266,'_edge_full_height','true'),(2005,266,'_edge_height','700'),(2006,266,'_edge_orderby','menu_order'),(2007,266,'_edge_order','ASC'),(2008,266,'_edge_animation_speed','600'),(2009,266,'_edge_pause_time','15000'),(2010,266,'_edge_direction_nav','true'),(2011,266,'_icarousel_count','3'),(2012,266,'_icarousel_orderby','menu_order'),(2013,266,'_icarousel_order','ASC'),(2014,266,'_icarousel_autoplay','true'),(2015,266,'_icarousel_3d','true'),(2016,266,'_icarousel_perspective','35'),(2017,266,'_icarousel_pause_on_hover','true'),(2018,266,'_icarousel_easing','easeOutCubic'),(2019,266,'_icarousel_animation_speed','500'),(2020,266,'_icarousel_pause_time','5000'),(2021,266,'_icarousel_direction_nav','true'),(2022,266,'_flexslider_height','400'),(2023,266,'_flexslider_pagination','circle'),(2024,266,'_flexslider_count','10'),(2025,266,'_flexslider_disableCaption','true'),(2026,266,'_flexslider_orderby','menu_order'),(2027,266,'_flexslider_order','ASC'),(2028,266,'_flexslider_slideshow','true'),(2029,266,'_flexslider_pauseOnHover','true'),(2030,266,'_flexslider_easing','easeOutCubic'),(2031,266,'_flexslider_slideshowSpeed','5000'),(2032,266,'_flexslider_animationDuration','600'),(2033,266,'_banner_minHeight','200'),(2034,266,'_banner_padding','30'),(2035,266,'_banner_animation','fade'),(2036,266,'_banner_orderby','menu_order'),(2037,266,'_banner_order','ASC'),(2038,266,'_banner_slideshow','true'),(2039,266,'_banner_slideshowSpeed','5000'),(2040,266,'_banner_animationDuration','600'),(2041,266,'_enable_local_backgrounds','false'),(2042,266,'theme_header_style','1'),(2043,266,'theme_header_align','left'),(2044,266,'theme_toolbar_toggle','true'),(2045,266,'_transparent_header','false'),(2046,266,'_transparent_header_skin','light'),(2047,266,'_sticky_header_offset','header'),(2048,266,'background_selector_orientation','full_width_layout'),(2049,266,'boxed_layout_shadow_size','0'),(2050,266,'boxed_layout_shadow_intensity','0'),(2051,266,'body_color_rgba','1'),(2052,266,'body_source','no-image'),(2053,266,'body_parallax','false'),(2054,266,'page_color_rgba','1'),(2055,266,'page_source','no-image'),(2056,266,'page_parallax','false'),(2057,266,'header_color_rgba','1'),(2058,266,'header_source','no-image'),(2059,266,'header_parallax','false'),(2060,266,'banner_color_rgba','1'),(2061,266,'banner_source','no-image'),(2062,266,'banner_parallax','false'),(2063,266,'footer_color_rgba','1'),(2064,266,'footer_source','no-image'),(2065,266,'footer_parallax','false'),(2066,266,'_mk_post_love','14'),(2067,266,'_wpb_vc_js_status','true'),(2068,266,'_wpb_vc_js_interface_version','0'),(2069,266,'_trans_header_remove_bg','true'),(2070,266,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2071,266,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2072,266,'_thumbnail_id','5510'),(2073,266,'textfalse',''),(2074,266,'_layout','full'),(2075,266,'_padding','true'),(2076,266,'page_preloader','false'),(2077,266,'_introduce_align','left'),(2078,266,'_disable_breadcrumb','true'),(2079,266,'_single_post_type','image'),(2080,266,'_single_video_site','youtube'),(2081,266,'_masonry_img_size','two_x_x'),(2082,266,'_portfolio_featured_image','false'),(2083,266,'_portfolio_similar','true'),(2084,266,'_portfolio_social','true'),(2085,266,'_enable_slidehsow','false'),(2086,266,'_slideshow_source','layerslider'),(2087,266,'_edge_full_height','true'),(2088,266,'_edge_height','700'),(2089,266,'_edge_orderby','menu_order'),(2090,266,'_edge_order','ASC'),(2091,266,'_edge_animation_speed','600'),(2092,266,'_edge_pause_time','15000'),(2093,266,'_edge_direction_nav','true'),(2094,266,'_icarousel_count','3'),(2095,266,'_icarousel_orderby','menu_order'),(2096,266,'_icarousel_order','ASC'),(2097,266,'_icarousel_autoplay','true'),(2098,266,'_icarousel_3d','true'),(2099,266,'_icarousel_perspective','35'),(2100,266,'_icarousel_pause_on_hover','true'),(2101,266,'_icarousel_easing','easeOutCubic'),(2102,266,'_icarousel_animation_speed','500'),(2103,266,'_icarousel_pause_time','5000'),(2104,266,'_icarousel_direction_nav','true'),(2105,266,'_flexslider_height','400'),(2106,266,'_flexslider_pagination','circle'),(2107,266,'_flexslider_count','10'),(2108,266,'_flexslider_disableCaption','true'),(2109,266,'_flexslider_orderby','menu_order'),(2110,266,'_flexslider_order','ASC'),(2111,266,'_flexslider_slideshow','true'),(2112,266,'_flexslider_pauseOnHover','true'),(2113,266,'_flexslider_easing','easeOutCubic'),(2114,266,'_flexslider_slideshowSpeed','5000'),(2115,266,'_flexslider_animationDuration','600'),(2116,266,'_banner_minHeight','200'),(2117,266,'_banner_padding','30'),(2118,266,'_banner_animation','fade'),(2119,266,'_banner_orderby','menu_order'),(2120,266,'_banner_order','ASC'),(2121,266,'_banner_slideshow','true'),(2122,266,'_banner_slideshowSpeed','5000'),(2123,266,'_banner_animationDuration','600'),(2124,266,'_enable_local_backgrounds','false'),(2125,266,'theme_header_style','1'),(2126,266,'theme_header_align','left'),(2127,266,'theme_toolbar_toggle','true'),(2128,266,'_transparent_header','false'),(2129,266,'_transparent_header_skin','light'),(2130,266,'_sticky_header_offset','header'),(2131,266,'background_selector_orientation','full_width_layout'),(2132,266,'boxed_layout_shadow_size','0'),(2133,266,'boxed_layout_shadow_intensity','0'),(2134,266,'body_color_rgba','1'),(2135,266,'body_source','no-image'),(2136,266,'body_parallax','false'),(2137,266,'page_color_rgba','1'),(2138,266,'page_source','no-image'),(2139,266,'page_parallax','false'),(2140,266,'header_color_rgba','1'),(2141,266,'header_source','no-image'),(2142,266,'header_parallax','false'),(2143,266,'banner_color_rgba','1'),(2144,266,'banner_source','no-image'),(2145,266,'banner_parallax','false'),(2146,266,'footer_color_rgba','1'),(2147,266,'footer_source','no-image'),(2148,266,'footer_parallax','false'),(2149,266,'_mk_post_love','14'),(2150,266,'_wpb_vc_js_status','true'),(2151,266,'_wpb_vc_js_interface_version','0'),(2152,266,'_trans_header_remove_bg','true'),(2153,266,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2154,266,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2155,266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2156,266,'_wp_old_slug','design-annual-2014'),(2157,266,'_theme_options_build','567929d10cd35'),(2158,266,'body_color_gradient','single'),(2159,266,'body_color_gradient_style','linear'),(2160,266,'body_color_gradient_angle','vertical'),(2161,266,'page_color_gradient','single'),(2162,266,'page_color_gradient_style','linear'),(2163,266,'page_color_gradient_angle','vertical'),(2164,266,'header_color_gradient','single'),(2165,266,'header_color_gradient_style','linear'),(2166,266,'header_color_gradient_angle','vertical'),(2167,266,'banner_color_gradient','single'),(2168,266,'banner_color_gradient_style','linear'),(2169,266,'banner_color_gradient_angle','vertical'),(2170,266,'footer_color_gradient','single'),(2171,266,'footer_color_gradient_style','linear'),(2172,266,'footer_color_gradient_angle','vertical'),(2173,266,'_wp_old_slug','design-annual-2016'),(2174,266,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MzQ6IgoJI3BhZGRpbmctMiB7CgkJaGVpZ2h0OiA2MHB4OwoJfQoiO31pOjE7YToyOntzOjI6ImlkIjtpOjM7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtM3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0zIHNwYW57fSI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MzthOjI6e3M6MjoiaWQiO2k6NTtzOjY6ImluamVjdCI7czoyMDA6IiNmYW5jeS10aXRsZS01e2xldHRlci1zcGFjaW5nOjFweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxNHB4O2NvbG9yOiAjNDY0NjQ2O3RleHQtYWxpZ246bGVmdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC13ZWlnaHQ6Ym9sZDtwYWRkaW5nLXRvcDowcHg7cGFkZGluZy1ib3R0b206MTJweDt9I2ZhbmN5LXRpdGxlLTUgc3Bhbnt9Ijt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjcwOiIKCSN0ZXh0LWJsb2NrLTYgewoJICAgICBtYXJnaW4tYm90dG9tOjEwcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aTo1O2E6Mjp7czoyOiJpZCI7aTo3O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTd7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMHB4O30jZmFuY3ktdGl0bGUtNyBzcGFue30iO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stOCB7CgkgICAgIG1hcmdpbi1ib3R0b206MTVweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjc7YToyOntzOjI6ImlkIjtpOjk7czo2OiJpbmplY3QiO3M6MTY0OiIKCSNtay1idXR0b24tOSB7CgkJbWFyZ2luLWJvdHRvbTogMTVweDsKCQltYXJnaW4tdG9wOiAwcHg7CgkJbWFyZ2luLXJpZ2h0OiAxNXB4OwoJfQoKCQkjbWstYnV0dG9uLTkgLm1rLWJ1dHRvbiB7CgkJCWRpc3BsYXk6IGlubGluZS1ibG9jazsKCQkJbWF4LXdpZHRoOiAxMDAlOwoJCX0KCSI7fX0='),(2175,274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2176,274,'_thumbnail_id','5508'),(2177,274,'textfalse',''),(2178,274,'_layout','full'),(2179,274,'_padding','true'),(2180,274,'page_preloader','false'),(2181,274,'_introduce_align','left'),(2182,274,'_disable_breadcrumb','true'),(2183,274,'_single_post_type','image'),(2184,274,'_single_video_site','youtube'),(2185,274,'_masonry_img_size','x_x'),(2186,274,'_portfolio_featured_image','false'),(2187,274,'_portfolio_similar','true'),(2188,274,'_portfolio_social','true'),(2189,274,'_enable_slidehsow','false'),(2190,274,'_slideshow_source','layerslider'),(2191,274,'_edge_full_height','true'),(2192,274,'_edge_height','700'),(2193,274,'_edge_orderby','menu_order'),(2194,274,'_edge_order','ASC'),(2195,274,'_edge_animation_speed','600'),(2196,274,'_edge_pause_time','15000'),(2197,274,'_edge_direction_nav','true'),(2198,274,'_icarousel_count','3'),(2199,274,'_icarousel_orderby','menu_order'),(2200,274,'_icarousel_order','ASC'),(2201,274,'_icarousel_autoplay','true'),(2202,274,'_icarousel_3d','true'),(2203,274,'_icarousel_perspective','35'),(2204,274,'_icarousel_pause_on_hover','true'),(2205,274,'_icarousel_easing','easeOutCubic'),(2206,274,'_icarousel_animation_speed','500'),(2207,274,'_icarousel_pause_time','5000'),(2208,274,'_icarousel_direction_nav','true'),(2209,274,'_flexslider_height','400'),(2210,274,'_flexslider_pagination','circle'),(2211,274,'_flexslider_count','10'),(2212,274,'_flexslider_disableCaption','true'),(2213,274,'_flexslider_orderby','menu_order'),(2214,274,'_flexslider_order','ASC'),(2215,274,'_flexslider_slideshow','true'),(2216,274,'_flexslider_pauseOnHover','true'),(2217,274,'_flexslider_easing','easeOutCubic'),(2218,274,'_flexslider_slideshowSpeed','5000'),(2219,274,'_flexslider_animationDuration','600'),(2220,274,'_banner_minHeight','200'),(2221,274,'_banner_padding','30'),(2222,274,'_banner_animation','fade'),(2223,274,'_banner_orderby','menu_order'),(2224,274,'_banner_order','ASC'),(2225,274,'_banner_slideshow','true'),(2226,274,'_banner_slideshowSpeed','5000'),(2227,274,'_banner_animationDuration','600'),(2228,274,'_enable_local_backgrounds','false'),(2229,274,'theme_header_style','1'),(2230,274,'theme_header_align','left'),(2231,274,'theme_toolbar_toggle','true'),(2232,274,'_transparent_header','false'),(2233,274,'_transparent_header_skin','light'),(2234,274,'_sticky_header_offset','header'),(2235,274,'background_selector_orientation','full_width_layout'),(2236,274,'boxed_layout_shadow_size','0'),(2237,274,'boxed_layout_shadow_intensity','0'),(2238,274,'body_color_rgba','1'),(2239,274,'body_source','no-image'),(2240,274,'body_parallax','false'),(2241,274,'page_color_rgba','1'),(2242,274,'page_source','no-image'),(2243,274,'page_parallax','false'),(2244,274,'header_color_rgba','1'),(2245,274,'header_source','no-image'),(2246,274,'header_parallax','false'),(2247,274,'banner_color_rgba','1'),(2248,274,'banner_source','no-image'),(2249,274,'banner_parallax','false'),(2250,274,'footer_color_rgba','1'),(2251,274,'footer_source','no-image'),(2252,274,'footer_parallax','false'),(2253,274,'_wpb_vc_js_status','true'),(2254,274,'_wpb_vc_js_interface_version','0'),(2255,274,'_trans_header_remove_bg','true'),(2256,274,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2257,274,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2258,274,'_mk_post_love','16'),(2259,274,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2260,274,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410768771'),(2261,274,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410768771'),(2262,274,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2263,274,'_thumbnail_id','5508'),(2264,274,'textfalse',''),(2265,274,'_layout','full'),(2266,274,'_padding','true'),(2267,274,'page_preloader','false'),(2268,274,'_introduce_align','left'),(2269,274,'_disable_breadcrumb','true'),(2270,274,'_single_post_type','image'),(2271,274,'_single_video_site','youtube'),(2272,274,'_masonry_img_size','x_x'),(2273,274,'_portfolio_featured_image','false'),(2274,274,'_portfolio_similar','true'),(2275,274,'_portfolio_social','true'),(2276,274,'_enable_slidehsow','false'),(2277,274,'_slideshow_source','layerslider'),(2278,274,'_edge_full_height','true'),(2279,274,'_edge_height','700'),(2280,274,'_edge_orderby','menu_order'),(2281,274,'_edge_order','ASC'),(2282,274,'_edge_animation_speed','600'),(2283,274,'_edge_pause_time','15000'),(2284,274,'_edge_direction_nav','true'),(2285,274,'_icarousel_count','3'),(2286,274,'_icarousel_orderby','menu_order'),(2287,274,'_icarousel_order','ASC'),(2288,274,'_icarousel_autoplay','true'),(2289,274,'_icarousel_3d','true'),(2290,274,'_icarousel_perspective','35'),(2291,274,'_icarousel_pause_on_hover','true'),(2292,274,'_icarousel_easing','easeOutCubic'),(2293,274,'_icarousel_animation_speed','500'),(2294,274,'_icarousel_pause_time','5000'),(2295,274,'_icarousel_direction_nav','true'),(2296,274,'_flexslider_height','400'),(2297,274,'_flexslider_pagination','circle'),(2298,274,'_flexslider_count','10'),(2299,274,'_flexslider_disableCaption','true'),(2300,274,'_flexslider_orderby','menu_order'),(2301,274,'_flexslider_order','ASC'),(2302,274,'_flexslider_slideshow','true'),(2303,274,'_flexslider_pauseOnHover','true'),(2304,274,'_flexslider_easing','easeOutCubic'),(2305,274,'_flexslider_slideshowSpeed','5000'),(2306,274,'_flexslider_animationDuration','600'),(2307,274,'_banner_minHeight','200'),(2308,274,'_banner_padding','30'),(2309,274,'_banner_animation','fade'),(2310,274,'_banner_orderby','menu_order'),(2311,274,'_banner_order','ASC'),(2312,274,'_banner_slideshow','true'),(2313,274,'_banner_slideshowSpeed','5000'),(2314,274,'_banner_animationDuration','600'),(2315,274,'_enable_local_backgrounds','false'),(2316,274,'theme_header_style','1'),(2317,274,'theme_header_align','left'),(2318,274,'theme_toolbar_toggle','true'),(2319,274,'_transparent_header','false'),(2320,274,'_transparent_header_skin','light'),(2321,274,'_sticky_header_offset','header'),(2322,274,'background_selector_orientation','full_width_layout'),(2323,274,'boxed_layout_shadow_size','0'),(2324,274,'boxed_layout_shadow_intensity','0'),(2325,274,'body_color_rgba','1'),(2326,274,'body_source','no-image'),(2327,274,'body_parallax','false'),(2328,274,'page_color_rgba','1'),(2329,274,'page_source','no-image'),(2330,274,'page_parallax','false'),(2331,274,'header_color_rgba','1'),(2332,274,'header_source','no-image'),(2333,274,'header_parallax','false'),(2334,274,'banner_color_rgba','1'),(2335,274,'banner_source','no-image'),(2336,274,'banner_parallax','false'),(2337,274,'footer_color_rgba','1'),(2338,274,'footer_source','no-image'),(2339,274,'footer_parallax','false'),(2340,274,'_wpb_vc_js_status','true'),(2341,274,'_wpb_vc_js_interface_version','0'),(2342,274,'_trans_header_remove_bg','true'),(2343,274,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2344,274,'_mk_post_love','16'),(2345,274,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2346,274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2347,274,'_oembed_5fa74b2f94cf29424a7ef90c118f18e4','<iframe src=\"https://player.vimeo.com/video/124964902\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"Digital Exhibition\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2348,274,'_oembed_time_5fa74b2f94cf29424a7ef90c118f18e4','1439393007'),(2349,274,'_theme_options_build','567929d10cd35'),(2350,274,'body_color_gradient','single'),(2351,274,'body_color_gradient_style','linear'),(2352,274,'body_color_gradient_angle','vertical'),(2353,274,'page_color_gradient','single'),(2354,274,'page_color_gradient_style','linear'),(2355,274,'page_color_gradient_angle','vertical'),(2356,274,'header_color_gradient','single'),(2357,274,'header_color_gradient_style','linear'),(2358,274,'header_color_gradient_angle','vertical'),(2359,274,'banner_color_gradient','single'),(2360,274,'banner_color_gradient_style','linear'),(2361,274,'banner_color_gradient_angle','vertical'),(2362,274,'footer_color_gradient','single'),(2363,274,'footer_color_gradient_style','linear'),(2364,274,'footer_color_gradient_angle','vertical'),(2365,274,'_oembed_0337f36ba80ef4d3062d4445ecdc3d19','<iframe src=\"https://player.vimeo.com/video/59056788\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"Wine\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2366,274,'_oembed_time_0337f36ba80ef4d3062d4445ecdc3d19','1450443963'),(2367,274,'_wp_old_slug','revolver-template'),(2368,274,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtMntsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0yIHNwYW57fSI7fWk6MTthOjI6e3M6MjoiaWQiO2k6MztzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay0zIHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czoxNjQ6IgoJI21rLWJ1dHRvbi00IHsKCQltYXJnaW4tYm90dG9tOiAxNXB4OwoJCW1hcmdpbi10b3A6IDBweDsKCQltYXJnaW4tcmlnaHQ6IDE1cHg7Cgl9CgoJCSNtay1idXR0b24tNCAubWstYnV0dG9uIHsKCQkJZGlzcGxheTogaW5saW5lLWJsb2NrOwoJCQltYXgtd2lkdGg6IDEwMCU7CgkJfQoJIjt9aTozO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTV7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMnB4O30jZmFuY3ktdGl0bGUtNSBzcGFue30iO31pOjQ7YToyOntzOjI6ImlkIjtpOjY7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNiB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtN3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS03IHNwYW57fSI7fWk6NjthOjI6e3M6MjoiaWQiO2k6ODtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay04IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxNXB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6NzthOjI6e3M6MjoiaWQiO2k6OTtzOjY6ImluamVjdCI7czozNDoiCgkjcGFkZGluZy05IHsKCQloZWlnaHQ6IDIwcHg7Cgl9CiI7fX0='),(2369,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2370,5402,'textfalse',''),(2371,5402,'_padding','true'),(2372,5402,'page_preloader','false'),(2373,5402,'_introduce_align','left'),(2374,5402,'_disable_breadcrumb','true'),(2375,5402,'_single_post_type','image'),(2376,5402,'_single_video_site','youtube'),(2377,5402,'_masonry_img_size','x_x'),(2378,5402,'_portfolio_featured_image','false'),(2379,5402,'_portfolio_similar','true'),(2380,5402,'_portfolio_social','true'),(2381,5402,'_enable_slidehsow','false'),(2382,5402,'_slideshow_source','layerslider'),(2383,5402,'_edge_full_height','true'),(2384,5402,'_edge_height','700'),(2385,5402,'_edge_orderby','menu_order'),(2386,5402,'_edge_order','ASC'),(2387,5402,'_edge_animation_speed','600'),(2388,5402,'_edge_pause_time','15000'),(2389,5402,'_edge_direction_nav','true'),(2390,5402,'_icarousel_count','3'),(2391,5402,'_icarousel_orderby','menu_order'),(2392,5402,'_icarousel_order','ASC'),(2393,5402,'_icarousel_autoplay','true'),(2394,5402,'_icarousel_3d','true'),(2395,5402,'_icarousel_perspective','35'),(2396,5402,'_icarousel_pause_on_hover','true'),(2397,5402,'_icarousel_easing','easeOutCubic'),(2398,5402,'_icarousel_animation_speed','500'),(2399,5402,'_icarousel_pause_time','5000'),(2400,5402,'_icarousel_direction_nav','true'),(2401,5402,'_flexslider_height','400'),(2402,5402,'_flexslider_pagination','circle'),(2403,5402,'_flexslider_count','10'),(2404,5402,'_flexslider_disableCaption','true'),(2405,5402,'_flexslider_orderby','menu_order'),(2406,5402,'_flexslider_order','ASC'),(2407,5402,'_flexslider_slideshow','true'),(2408,5402,'_flexslider_pauseOnHover','true'),(2409,5402,'_flexslider_easing','easeOutCubic'),(2410,5402,'_flexslider_slideshowSpeed','5000'),(2411,5402,'_flexslider_animationDuration','600'),(2412,5402,'_banner_minHeight','200'),(2413,5402,'_banner_padding','30'),(2414,5402,'_banner_animation','fade'),(2415,5402,'_banner_orderby','menu_order'),(2416,5402,'_banner_order','ASC'),(2417,5402,'_banner_slideshow','true'),(2418,5402,'_banner_slideshowSpeed','5000'),(2419,5402,'_banner_animationDuration','600'),(2420,5402,'_enable_local_backgrounds','false'),(2421,5402,'theme_header_style','1'),(2422,5402,'theme_header_align','left'),(2423,5402,'theme_toolbar_toggle','true'),(2424,5402,'_transparent_header','false'),(2425,5402,'_transparent_header_skin','light'),(2426,5402,'_sticky_header_offset','header'),(2427,5402,'background_selector_orientation','full_width_layout'),(2428,5402,'boxed_layout_shadow_size','0'),(2429,5402,'boxed_layout_shadow_intensity','0'),(2430,5402,'body_color_rgba','1'),(2431,5402,'body_source','no-image'),(2432,5402,'body_parallax','false'),(2433,5402,'page_color_rgba','1'),(2434,5402,'page_source','no-image'),(2435,5402,'page_parallax','false'),(2436,5402,'header_color_rgba','1'),(2437,5402,'header_source','no-image'),(2438,5402,'header_parallax','false'),(2439,5402,'banner_color_rgba','1'),(2440,5402,'banner_source','no-image'),(2441,5402,'banner_parallax','false'),(2442,5402,'footer_color_rgba','1'),(2443,5402,'footer_source','no-image'),(2444,5402,'footer_parallax','false'),(2445,5402,'_wpb_vc_js_status','true'),(2446,5402,'_wpb_vc_js_interface_version','0'),(2447,5402,'_trans_header_remove_bg','true'),(2448,5402,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2449,5402,'_mk_post_love','43'),(2450,5402,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][mk_image src=\"http://demos.artbees.net/jupiter5/wp-content/uploads/2014/08/08.jpg\" image_width=\"1269\" image_height=\"450\" crop=\"false\" svg=\"false\" lightbox=\"true\" group=\"_general\" frame_style=\"simple\" target=\"_self\" caption_location=\"inside-image\" align=\"left\" margin_bottom=\"25\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2451,5402,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2452,5402,'_wp_old_slug','absolute-beshkin-branding-2'),(2453,5402,'_theme_options_build','567929d10cd35'),(2454,5402,'body_color_gradient','single'),(2455,5402,'body_color_gradient_style','linear'),(2456,5402,'body_color_gradient_angle','vertical'),(2457,5402,'page_color_gradient','single'),(2458,5402,'page_color_gradient_style','linear'),(2459,5402,'page_color_gradient_angle','vertical'),(2460,5402,'header_color_gradient','single'),(2461,5402,'header_color_gradient_style','linear'),(2462,5402,'header_color_gradient_angle','vertical'),(2463,5402,'banner_color_gradient','single'),(2464,5402,'banner_color_gradient_style','linear'),(2465,5402,'banner_color_gradient_angle','vertical'),(2466,5402,'footer_color_gradient','single'),(2467,5402,'footer_color_gradient_style','linear'),(2468,5402,'footer_color_gradient_angle','vertical'),(2469,5402,'_thumbnail_id','5523'),(2470,5402,'_wp_old_slug','beshkin-branding'),(2471,5402,'_template','no-title'),(2472,5402,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MzY5OiIKICAgI2xvb3AtMiB7IAogICAgICAgIG1hcmdpbi1ib3R0b206MHB4OwogICAgICAgIG1hcmdpbi10b3A6IDJweDsKICAgIH0KICAgICNsb29wLTIgLml0ZW0taG9sZGVyeyAKICAgICAgICBtYXJnaW46MCAxcHggMnB4OwogICAgfQogICAgI2xvb3AtMiAuaW1hZ2UtaG92ZXItb3ZlcmxheSB7CiAgICAgICAgCiAgICB9CiAgICAjbG9vcC0yIC5ob3Zlci1ncmF5c2NhbGUgLmdhbGxlcnktaW5uZXIgaW1nIHsKICAgICAgICBmaWx0ZXI6IHVybCgnaHR0cDovL2RlbW9zLmFydGJlZXMubmV0L2p1cGl0ZXI1L2FtYWx0aGVhL3dwLWNvbnRlbnQvdGhlbWVzL2p1cGl0ZXIvYXNzZXRzL2ltYWdlcy9ncmF5c2NhbGUuc3ZnI2dyZXlzY2FsZScpOwogICAgfQoiO31pOjE7YToyOntzOjI6ImlkIjtpOjM7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtM3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0zIHNwYW57fSI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MzthOjI6e3M6MjoiaWQiO2k6NTtzOjY6ImluamVjdCI7czoxNjQ6IgoJI21rLWJ1dHRvbi01IHsKCQltYXJnaW4tYm90dG9tOiAxNXB4OwoJCW1hcmdpbi10b3A6IDBweDsKCQltYXJnaW4tcmlnaHQ6IDE1cHg7Cgl9CgoJCSNtay1idXR0b24tNSAubWstYnV0dG9uIHsKCQkJZGlzcGxheTogaW5saW5lLWJsb2NrOwoJCQltYXgtd2lkdGg6IDEwMCU7CgkJfQoJIjt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTZ7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMnB4O30jZmFuY3ktdGl0bGUtNiBzcGFue30iO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNyB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtOHtsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS04IHNwYW57fSI7fWk6NzthOjI6e3M6MjoiaWQiO2k6OTtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay05IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxNXB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fX0='),(2473,5465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2474,5465,'textfalse',''),(2475,5465,'textfalse',''),(2476,5465,'_layout','full'),(2477,5465,'_layout','full'),(2478,5465,'_padding','true'),(2479,5465,'_padding','true'),(2480,5465,'page_preloader','false'),(2481,5465,'page_preloader','false'),(2482,5465,'_introduce_align','left'),(2483,5465,'_introduce_align','left'),(2484,5465,'_disable_breadcrumb','true'),(2485,5465,'_disable_breadcrumb','true'),(2486,5465,'_single_post_type','image'),(2487,5465,'_single_post_type','image'),(2488,5465,'_single_video_site','youtube'),(2489,5465,'_single_video_site','youtube'),(2490,5465,'_masonry_img_size','two_x_x'),(2491,5465,'_masonry_img_size','two_x_x'),(2492,5465,'_portfolio_featured_image','false'),(2493,5465,'_portfolio_featured_image','false'),(2494,5465,'_portfolio_similar','true'),(2495,5465,'_portfolio_similar','true'),(2496,5465,'_portfolio_social','true'),(2497,5465,'_portfolio_social','true'),(2498,5465,'_enable_slidehsow','false'),(2499,5465,'_enable_slidehsow','false'),(2500,5465,'_slideshow_source','layerslider'),(2501,5465,'_slideshow_source','layerslider'),(2502,5465,'_edge_full_height','true'),(2503,5465,'_edge_full_height','true'),(2504,5465,'_edge_height','700'),(2505,5465,'_edge_height','700'),(2506,5465,'_edge_orderby','menu_order'),(2507,5465,'_edge_orderby','menu_order'),(2508,5465,'_edge_order','ASC'),(2509,5465,'_edge_order','ASC'),(2510,5465,'_edge_animation_speed','600'),(2511,5465,'_edge_animation_speed','600'),(2512,5465,'_edge_pause_time','15000'),(2513,5465,'_edge_pause_time','15000'),(2514,5465,'_edge_direction_nav','true'),(2515,5465,'_edge_direction_nav','true'),(2516,5465,'_icarousel_count','3'),(2517,5465,'_icarousel_count','3'),(2518,5465,'_icarousel_orderby','menu_order'),(2519,5465,'_icarousel_orderby','menu_order'),(2520,5465,'_icarousel_order','ASC'),(2521,5465,'_icarousel_order','ASC'),(2522,5465,'_icarousel_autoplay','true'),(2523,5465,'_icarousel_autoplay','true'),(2524,5465,'_icarousel_3d','true'),(2525,5465,'_icarousel_3d','true'),(2526,5465,'_icarousel_perspective','35'),(2527,5465,'_icarousel_perspective','35'),(2528,5465,'_icarousel_pause_on_hover','true'),(2529,5465,'_icarousel_pause_on_hover','true'),(2530,5465,'_icarousel_easing','easeOutCubic'),(2531,5465,'_icarousel_easing','easeOutCubic'),(2532,5465,'_icarousel_animation_speed','500'),(2533,5465,'_icarousel_animation_speed','500'),(2534,5465,'_icarousel_pause_time','5000'),(2535,5465,'_icarousel_pause_time','5000'),(2536,5465,'_icarousel_direction_nav','true'),(2537,5465,'_icarousel_direction_nav','true'),(2538,5465,'_flexslider_height','400'),(2539,5465,'_flexslider_height','400'),(2540,5465,'_flexslider_pagination','circle'),(2541,5465,'_flexslider_pagination','circle'),(2542,5465,'_flexslider_count','10'),(2543,5465,'_flexslider_count','10'),(2544,5465,'_flexslider_disableCaption','true'),(2545,5465,'_flexslider_disableCaption','true'),(2546,5465,'_flexslider_orderby','menu_order'),(2547,5465,'_flexslider_orderby','menu_order'),(2548,5465,'_flexslider_order','ASC'),(2549,5465,'_flexslider_order','ASC'),(2550,5465,'_flexslider_slideshow','true'),(2551,5465,'_flexslider_slideshow','true'),(2552,5465,'_flexslider_pauseOnHover','true'),(2553,5465,'_flexslider_pauseOnHover','true'),(2554,5465,'_flexslider_easing','easeOutCubic'),(2555,5465,'_flexslider_easing','easeOutCubic'),(2556,5465,'_flexslider_slideshowSpeed','5000'),(2557,5465,'_flexslider_slideshowSpeed','5000'),(2558,5465,'_flexslider_animationDuration','600'),(2559,5465,'_flexslider_animationDuration','600'),(2560,5465,'_banner_minHeight','200'),(2561,5465,'_banner_minHeight','200'),(2562,5465,'_banner_padding','30'),(2563,5465,'_banner_padding','30'),(2564,5465,'_banner_animation','fade'),(2565,5465,'_banner_animation','fade'),(2566,5465,'_banner_orderby','menu_order'),(2567,5465,'_banner_orderby','menu_order'),(2568,5465,'_banner_order','ASC'),(2569,5465,'_banner_order','ASC'),(2570,5465,'_banner_slideshow','true'),(2571,5465,'_banner_slideshow','true'),(2572,5465,'_banner_slideshowSpeed','5000'),(2573,5465,'_banner_slideshowSpeed','5000'),(2574,5465,'_banner_animationDuration','600'),(2575,5465,'_banner_animationDuration','600'),(2576,5465,'_enable_local_backgrounds','false'),(2577,5465,'_enable_local_backgrounds','false'),(2578,5465,'theme_header_style','1'),(2579,5465,'theme_header_style','1'),(2580,5465,'theme_header_align','left'),(2581,5465,'theme_header_align','left'),(2582,5465,'theme_toolbar_toggle','true'),(2583,5465,'theme_toolbar_toggle','true'),(2584,5465,'_transparent_header','false'),(2585,5465,'_transparent_header','false'),(2586,5465,'_transparent_header_skin','light'),(2587,5465,'_transparent_header_skin','light'),(2588,5465,'_sticky_header_offset','header'),(2589,5465,'_sticky_header_offset','header'),(2590,5465,'background_selector_orientation','full_width_layout'),(2591,5465,'background_selector_orientation','full_width_layout'),(2592,5465,'boxed_layout_shadow_size','0'),(2593,5465,'boxed_layout_shadow_size','0'),(2594,5465,'boxed_layout_shadow_intensity','0'),(2595,5465,'boxed_layout_shadow_intensity','0'),(2596,5465,'body_color_rgba','1'),(2597,5465,'body_color_rgba','1'),(2598,5465,'body_source','no-image'),(2599,5465,'body_source','no-image'),(2600,5465,'body_parallax','false'),(2601,5465,'body_parallax','false'),(2602,5465,'page_color_rgba','1'),(2603,5465,'page_color_rgba','1'),(2604,5465,'page_source','no-image'),(2605,5465,'page_source','no-image'),(2606,5465,'page_parallax','false'),(2607,5465,'page_parallax','false'),(2608,5465,'header_color_rgba','1'),(2609,5465,'header_color_rgba','1'),(2610,5465,'header_source','no-image'),(2611,5465,'header_source','no-image'),(2612,5465,'header_parallax','false'),(2613,5465,'header_parallax','false'),(2614,5465,'banner_color_rgba','1'),(2615,5465,'banner_color_rgba','1'),(2616,5465,'banner_source','no-image'),(2617,5465,'banner_source','no-image'),(2618,5465,'banner_parallax','false'),(2619,5465,'banner_parallax','false'),(2620,5465,'footer_color_rgba','1'),(2621,5465,'footer_color_rgba','1'),(2622,5465,'footer_source','no-image'),(2623,5465,'footer_source','no-image'),(2624,5465,'footer_parallax','false'),(2625,5465,'footer_parallax','false'),(2626,5465,'_mk_post_love','52'),(2627,5465,'_mk_post_love','52'),(2628,5465,'_wpb_vc_js_status','true'),(2629,5465,'_wpb_vc_js_status','true'),(2630,5465,'_wpb_vc_js_interface_version','0'),(2631,5465,'_wpb_vc_js_interface_version','0'),(2632,5465,'_trans_header_remove_bg','true'),(2633,5465,'_trans_header_remove_bg','true'),(2634,5465,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2635,5465,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2636,5465,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2637,5465,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2638,5465,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2639,5465,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2640,5465,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410769993'),(2641,5465,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410769993'),(2642,5465,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2643,5465,'_oembed_8ee162eeccf87bbef1d3bc04c2dc14c7','<iframe src=\"https://player.vimeo.com/video/68859229\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"e-David Robot Painting\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2644,5465,'_oembed_time_8ee162eeccf87bbef1d3bc04c2dc14c7','1439457247'),(2645,5465,'_dp_original','244'),(2646,5465,'_theme_options_build','567929d10cd35'),(2647,5465,'body_color_gradient','single'),(2648,5465,'body_color_gradient_style','linear'),(2649,5465,'body_color_gradient_angle','vertical'),(2650,5465,'page_color_gradient','single'),(2651,5465,'page_color_gradient_style','linear'),(2652,5465,'page_color_gradient_angle','vertical'),(2653,5465,'header_color_gradient','single'),(2654,5465,'header_color_gradient_style','linear'),(2655,5465,'header_color_gradient_angle','vertical'),(2656,5465,'banner_color_gradient','single'),(2657,5465,'banner_color_gradient_style','linear'),(2658,5465,'banner_color_gradient_angle','vertical'),(2659,5465,'footer_color_gradient','single'),(2660,5465,'footer_color_gradient_style','linear'),(2661,5465,'footer_color_gradient_angle','vertical'),(2662,5465,'_wp_old_slug','shift-magazine'),(2663,5465,'_thumbnail_id','5690'),(2664,5465,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtMntsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS0yIHNwYW57fSI7fWk6MTthOjI6e3M6MjoiaWQiO2k6MztzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay0zIHsKCSAgICAgbWFyZ2luLWJvdHRvbToxMHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MjthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czoxNjQ6IgoJI21rLWJ1dHRvbi00IHsKCQltYXJnaW4tYm90dG9tOiAxNXB4OwoJCW1hcmdpbi10b3A6IDBweDsKCQltYXJnaW4tcmlnaHQ6IDE1cHg7Cgl9CgoJCSNtay1idXR0b24tNCAubWstYnV0dG9uIHsKCQkJZGlzcGxheTogaW5saW5lLWJsb2NrOwoJCQltYXgtd2lkdGg6IDEwMCU7CgkJfQoJIjt9aTozO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjIwMDoiI2ZhbmN5LXRpdGxlLTV7bGV0dGVyLXNwYWNpbmc6MXB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICM0NjQ2NDY7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToxMnB4O30jZmFuY3ktdGl0bGUtNSBzcGFue30iO31pOjQ7YToyOntzOjI6ImlkIjtpOjY7czo2OiJpbmplY3QiO3M6NzA6IgoJI3RleHQtYmxvY2stNiB7CgkgICAgIG1hcmdpbi1ib3R0b206MTBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6MjAwOiIjZmFuY3ktdGl0bGUtN3tsZXR0ZXItc3BhY2luZzoxcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2ZvbnQtc2l6ZTogMTRweDtjb2xvcjogIzQ2NDY0Njt0ZXh0LWFsaWduOmxlZnQ7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmJvbGQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjEwcHg7fSNmYW5jeS10aXRsZS03IHNwYW57fSI7fWk6NjthOjI6e3M6MjoiaWQiO2k6ODtzOjY6ImluamVjdCI7czo3MDoiCgkjdGV4dC1ibG9jay04IHsKCSAgICAgbWFyZ2luLWJvdHRvbToxNXB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6NzthOjI6e3M6MjoiaWQiO2k6OTtzOjY6ImluamVjdCI7czozNDoiCgkjcGFkZGluZy05IHsKCQloZWlnaHQ6IDIwcHg7Cgl9CiI7fX0='),(2665,5468,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2666,5468,'textfalse',''),(2667,5468,'textfalse',''),(2668,5468,'_layout','full'),(2669,5468,'_layout','full'),(2670,5468,'_padding','true'),(2671,5468,'_padding','true'),(2672,5468,'page_preloader','false'),(2673,5468,'page_preloader','false'),(2674,5468,'_introduce_align','left'),(2675,5468,'_introduce_align','left'),(2676,5468,'_disable_breadcrumb','true'),(2677,5468,'_disable_breadcrumb','true'),(2678,5468,'_single_post_type','image'),(2679,5468,'_single_post_type','image'),(2680,5468,'_single_video_site','youtube'),(2681,5468,'_single_video_site','youtube'),(2682,5468,'_masonry_img_size','two_x_x'),(2683,5468,'_masonry_img_size','two_x_x'),(2684,5468,'_portfolio_featured_image','false'),(2685,5468,'_portfolio_featured_image','false'),(2686,5468,'_portfolio_similar','false'),(2687,5468,'_portfolio_similar','false'),(2688,5468,'_portfolio_social','true'),(2689,5468,'_portfolio_social','true'),(2690,5468,'_enable_slidehsow','false'),(2691,5468,'_enable_slidehsow','false'),(2692,5468,'_slideshow_source','layerslider'),(2693,5468,'_slideshow_source','layerslider'),(2694,5468,'_edge_full_height','true'),(2695,5468,'_edge_full_height','true'),(2696,5468,'_edge_height','700'),(2697,5468,'_edge_height','700'),(2698,5468,'_edge_orderby','menu_order'),(2699,5468,'_edge_orderby','menu_order'),(2700,5468,'_edge_order','ASC'),(2701,5468,'_edge_order','ASC'),(2702,5468,'_edge_animation_speed','600'),(2703,5468,'_edge_animation_speed','600'),(2704,5468,'_edge_pause_time','15000'),(2705,5468,'_edge_pause_time','15000'),(2706,5468,'_edge_direction_nav','true'),(2707,5468,'_edge_direction_nav','true'),(2708,5468,'_icarousel_count','3'),(2709,5468,'_icarousel_count','3'),(2710,5468,'_icarousel_orderby','menu_order'),(2711,5468,'_icarousel_orderby','menu_order'),(2712,5468,'_icarousel_order','ASC'),(2713,5468,'_icarousel_order','ASC'),(2714,5468,'_icarousel_autoplay','true'),(2715,5468,'_icarousel_autoplay','true'),(2716,5468,'_icarousel_3d','true'),(2717,5468,'_icarousel_3d','true'),(2718,5468,'_icarousel_perspective','35'),(2719,5468,'_icarousel_perspective','35'),(2720,5468,'_icarousel_pause_on_hover','true'),(2721,5468,'_icarousel_pause_on_hover','true'),(2722,5468,'_icarousel_easing','easeOutCubic'),(2723,5468,'_icarousel_easing','easeOutCubic'),(2724,5468,'_icarousel_animation_speed','500'),(2725,5468,'_icarousel_animation_speed','500'),(2726,5468,'_icarousel_pause_time','5000'),(2727,5468,'_icarousel_pause_time','5000'),(2728,5468,'_icarousel_direction_nav','true'),(2729,5468,'_icarousel_direction_nav','true'),(2730,5468,'_flexslider_height','400'),(2731,5468,'_flexslider_height','400'),(2732,5468,'_flexslider_pagination','circle'),(2733,5468,'_flexslider_pagination','circle'),(2734,5468,'_flexslider_count','10'),(2735,5468,'_flexslider_count','10'),(2736,5468,'_flexslider_disableCaption','true'),(2737,5468,'_flexslider_disableCaption','true'),(2738,5468,'_flexslider_orderby','menu_order'),(2739,5468,'_flexslider_orderby','menu_order'),(2740,5468,'_flexslider_order','ASC'),(2741,5468,'_flexslider_order','ASC'),(2742,5468,'_flexslider_slideshow','true'),(2743,5468,'_flexslider_slideshow','true'),(2744,5468,'_flexslider_pauseOnHover','true'),(2745,5468,'_flexslider_pauseOnHover','true'),(2746,5468,'_flexslider_easing','easeOutCubic'),(2747,5468,'_flexslider_easing','easeOutCubic'),(2748,5468,'_flexslider_slideshowSpeed','5000'),(2749,5468,'_flexslider_slideshowSpeed','5000'),(2750,5468,'_flexslider_animationDuration','600'),(2751,5468,'_flexslider_animationDuration','600'),(2752,5468,'_banner_minHeight','200'),(2753,5468,'_banner_minHeight','200'),(2754,5468,'_banner_padding','30'),(2755,5468,'_banner_padding','30'),(2756,5468,'_banner_animation','fade'),(2757,5468,'_banner_animation','fade'),(2758,5468,'_banner_orderby','menu_order'),(2759,5468,'_banner_orderby','menu_order'),(2760,5468,'_banner_order','ASC'),(2761,5468,'_banner_order','ASC'),(2762,5468,'_banner_slideshow','true'),(2763,5468,'_banner_slideshow','true'),(2764,5468,'_banner_slideshowSpeed','5000'),(2765,5468,'_banner_slideshowSpeed','5000'),(2766,5468,'_banner_animationDuration','600'),(2767,5468,'_banner_animationDuration','600'),(2768,5468,'_enable_local_backgrounds','false'),(2769,5468,'_enable_local_backgrounds','false'),(2770,5468,'theme_header_style','1'),(2771,5468,'theme_header_style','1'),(2772,5468,'theme_header_align','left'),(2773,5468,'theme_header_align','left'),(2774,5468,'theme_toolbar_toggle','true'),(2775,5468,'theme_toolbar_toggle','true'),(2776,5468,'_transparent_header','false'),(2777,5468,'_transparent_header','false'),(2778,5468,'_transparent_header_skin','light'),(2779,5468,'_transparent_header_skin','light'),(2780,5468,'_sticky_header_offset','header'),(2781,5468,'_sticky_header_offset','header'),(2782,5468,'background_selector_orientation','full_width_layout'),(2783,5468,'background_selector_orientation','full_width_layout'),(2784,5468,'boxed_layout_shadow_size','0'),(2785,5468,'boxed_layout_shadow_size','0'),(2786,5468,'boxed_layout_shadow_intensity','0'),(2787,5468,'boxed_layout_shadow_intensity','0'),(2788,5468,'body_color_rgba','1'),(2789,5468,'body_color_rgba','1'),(2790,5468,'body_source','no-image'),(2791,5468,'body_source','no-image'),(2792,5468,'body_parallax','false'),(2793,5468,'body_parallax','false'),(2794,5468,'page_color_rgba','1'),(2795,5468,'page_color_rgba','1'),(2796,5468,'page_source','no-image'),(2797,5468,'page_source','no-image'),(2798,5468,'page_parallax','false'),(2799,5468,'page_parallax','false'),(2800,5468,'header_color_rgba','1'),(2801,5468,'header_color_rgba','1'),(2802,5468,'header_source','no-image'),(2803,5468,'header_source','no-image'),(2804,5468,'header_parallax','false'),(2805,5468,'header_parallax','false'),(2806,5468,'banner_color_rgba','1'),(2807,5468,'banner_color_rgba','1'),(2808,5468,'banner_source','no-image'),(2809,5468,'banner_source','no-image'),(2810,5468,'banner_parallax','false'),(2811,5468,'banner_parallax','false'),(2812,5468,'footer_color_rgba','1'),(2813,5468,'footer_color_rgba','1'),(2814,5468,'footer_source','no-image'),(2815,5468,'footer_source','no-image'),(2816,5468,'footer_parallax','false'),(2817,5468,'footer_parallax','false'),(2818,5468,'_mk_post_love','52'),(2819,5468,'_mk_post_love','52'),(2820,5468,'_wpb_vc_js_status','true'),(2821,5468,'_wpb_vc_js_status','true'),(2822,5468,'_wpb_vc_js_interface_version','0'),(2823,5468,'_wpb_vc_js_interface_version','0'),(2824,5468,'_trans_header_remove_bg','true'),(2825,5468,'_trans_header_remove_bg','true'),(2826,5468,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2827,5468,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2828,5468,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\r\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\r\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\r\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\r\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\r\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2829,5468,'_ajax_content','[vc_row fullwidth=\"false\" attached=\"true\" padding=\"2\"][vc_column width=\"1/1\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]Challange[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\r\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\r\n[/vc_column_text][mk_button dimension=\"outline\" corner_style=\"pointed\" size=\"medium\" outline_skin=\"dark\" outline_active_color=\"#ffffff\" outline_hover_color=\"#333333\" bg_color=\"#f97352\" btn_hover_bg=\"#252525\" text_color=\"light\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\" target=\"_self\" align=\"left\" fullwidth=\"false\" margin_top=\"0\" margin_bottom=\"15\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"12\" font_family=\"none\" align=\"left\"]CUSTOMER[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"10\"]\r\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\r\n[/vc_column_text][mk_fancy_title tag_name=\"h2\" style=\"false\" color=\"#464646\" size=\"14\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_top=\"0\" margin_bottom=\"10\" font_family=\"none\" align=\"left\"]What we did[/mk_fancy_title][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"15\"]\r\n<p style=\"color: #808080;\">Photography / Graphic design / Web design</p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]'),(2830,5468,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2831,5468,'_oembed_7e0f2387d1474f65ef0220f9b5af6759','<iframe src=\"//player.vimeo.com/video/33091687\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"The Making of "Hero"\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2832,5468,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410769993'),(2833,5468,'_oembed_time_7e0f2387d1474f65ef0220f9b5af6759','1410769993'),(2834,5468,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2835,5468,'_oembed_8ee162eeccf87bbef1d3bc04c2dc14c7','<iframe src=\"https://player.vimeo.com/video/68859229\" width=\"1140\" height=\"641\" frameborder=\"0\" title=\"e-David Robot Painting\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2836,5468,'_oembed_time_8ee162eeccf87bbef1d3bc04c2dc14c7','1439457247'),(2837,5468,'_dp_original','244'),(2838,5468,'_thumbnail_id','5504'),(2839,5468,'body_color_gradient','single'),(2840,5468,'body_color_gradient_style','linear'),(2841,5468,'body_color_gradient_angle','vertical'),(2842,5468,'page_color_gradient','single'),(2843,5468,'page_color_gradient_style','linear'),(2844,5468,'page_color_gradient_angle','vertical'),(2845,5468,'header_color_gradient','single'),(2846,5468,'header_color_gradient_style','linear'),(2847,5468,'header_color_gradient_angle','vertical'),(2848,5468,'banner_color_gradient','single'),(2849,5468,'banner_color_gradient_style','linear'),(2850,5468,'banner_color_gradient_angle','vertical'),(2851,5468,'footer_color_gradient','single'),(2852,5468,'footer_color_gradient_style','linear'),(2853,5468,'footer_color_gradient_angle','vertical'),(2854,5468,'_theme_options_build','5995ef3c141f3'),(2855,5468,'_oembed_de8bca309728b107bcff28182cf3e306','{{unknown}}'),(2856,5468,'_oembed_7657962a6087e3e533e411b8be4b7a35','{{unknown}}'),(2857,5468,'_oembed_4c99dd89733651666c17d76b79a4263a','<iframe width=\"1140\" height=\"641\" src=\"https://www.youtube.com/embed/okyRBWtWfJY?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2858,5468,'_oembed_time_4c99dd89733651666c17d76b79a4263a','1450442542'),(2860,5527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2861,5527,'_wp_page_template','default'),(2862,5527,'_wpb_vc_js_status','true'),(2863,5527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2864,5527,'textfalse',''),(2865,5527,'_layout','full'),(2866,5527,'_padding','true'),(2867,5527,'page_preloader','false'),(2868,5527,'_introduce_align','left'),(2869,5527,'_disable_breadcrumb','true'),(2870,5527,'_enable_local_backgrounds','true'),(2871,5527,'theme_header_style','1'),(2872,5527,'theme_header_align','left'),(2873,5527,'theme_toolbar_toggle','false'),(2874,5527,'_transparent_header','true'),(2875,5527,'_trans_header_remove_bg','true'),(2876,5527,'_transparent_header_skin','light'),(2877,5527,'_sticky_header_offset','header'),(2878,5527,'background_selector_orientation','full_width_layout'),(2879,5527,'boxed_layout_shadow_size','0'),(2880,5527,'boxed_layout_shadow_intensity','0'),(2881,5527,'body_color_gradient','single'),(2882,5527,'body_color_gradient_style','linear'),(2883,5527,'body_color_gradient_angle','vertical'),(2884,5527,'body_source','no-image'),(2885,5527,'body_parallax','false'),(2886,5527,'page_color_gradient','single'),(2887,5527,'page_color_gradient_style','linear'),(2888,5527,'page_color_gradient_angle','vertical'),(2889,5527,'page_source','no-image'),(2890,5527,'page_parallax','false'),(2891,5527,'header_color_gradient','single'),(2892,5527,'header_color_gradient_style','linear'),(2893,5527,'header_color_gradient_angle','vertical'),(2894,5527,'header_source','no-image'),(2895,5527,'header_parallax','false'),(2896,5527,'banner_color_gradient','single'),(2897,5527,'banner_color_gradient_style','linear'),(2898,5527,'banner_color_gradient_angle','vertical'),(2899,5527,'banner_source','no-image'),(2900,5527,'banner_parallax','false'),(2901,5527,'footer_color_gradient','single'),(2902,5527,'footer_color_gradient_style','linear'),(2903,5527,'footer_color_gradient_angle','vertical'),(2904,5527,'footer_source','no-image'),(2905,5527,'footer_parallax','false'),(2906,5527,'_theme_options_build','567929d10cd35'),(2907,5527,'_template','no-title'),(2908,5527,'logo','http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/header-logo.png'),(2909,5527,'_dp_original','5'),(2910,5527,'_dynamic_styles','YToxNDp7aTowO2E6Mjp7czoyOiJpZCI7aTozO3M6NjoiaW5qZWN0IjtzOjIwNjoiI2ZhbmN5LXRpdGxlLTN7bGV0dGVyLXNwYWNpbmc6MTBweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxOHB4O2NvbG9yOiAjZmZmZmZmO3RleHQtYWxpZ246Y2VudGVyO2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDppbmhlcml0O3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToyMHB4O30jZmFuY3ktdGl0bGUtMyBzcGFue30iO31pOjE7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6NjA2OiIKICAgIC5mdWxsLXdpZHRoLTIgewogICAgICAgIG1pbi1oZWlnaHQ6NTAwcHg7CiAgICAgICAgbWFyZ2luLWJvdHRvbTowcHg7CiAgICAgICAgCiAgICAgICAgCiAgICB9CgogICAgLmZ1bGwtd2lkdGgtMiAubWstaGFsZi1sYXlvdXQgewogICAgICAgIGJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9kZW1vcy5hcnRiZWVzLm5ldC9qdXBpdGVyNS9hbWFsdGhlYS93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvNjUvMjAxNS8xMi9jb250YWN0LXVzLWJnLmpwZyk7CiAgICB9CgogICAgLmZ1bGwtd2lkdGgtMiAucGFnZS1zZWN0aW9uLWNvbnRlbnQgewogICAgICAgIHBhZGRpbmc6MTBweCAwIDEwcHg7CiAgICB9CiAgICAjYmFja2dyb3VuZC1sYXllci0tMiB7CiAgICAgICAgYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL2RlbW9zLmFydGJlZXMubmV0L2p1cGl0ZXI1L2FtYWx0aGVhL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy82NS8yMDE1LzEyL2NvbnRhY3QtdXMtYmcuanBnKTsgCiAgICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbjpjZW50ZXIgdG9wOwogICAgICAgIGJhY2tncm91bmQtcmVwZWF0Om5vLXJlcGVhdDsKICAgICAgICA7CiAgICAgICAgOwogICAgfQoiO31pOjI7YToyOntzOjI6ImlkIjtpOjQ7czo2OiJpbmplY3QiO3M6MzQ6IgoJI3BhZGRpbmctNCB7CgkJaGVpZ2h0OiA2MHB4OwoJfQoiO31pOjM7YToyOntzOjI6ImlkIjtpOjU7czo2OiJpbmplY3QiO3M6MzQ6IgoJI3BhZGRpbmctNSB7CgkJaGVpZ2h0OiA5MHB4OwoJfQoiO31pOjQ7YToyOntzOjI6ImlkIjtpOjY7czo2OiJpbmplY3QiO3M6MjAxOiIjZmFuY3ktdGl0bGUtNntsZXR0ZXItc3BhY2luZzoxMHB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE0cHg7Y29sb3I6ICMzMzMzMzM7dGV4dC1hbGlnbjpsZWZ0O2ZvbnQtc3R5bGU6aW5oZXJpdDtmb250LXdlaWdodDpib2xkO3BhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbToyMHB4O30jZmFuY3ktdGl0bGUtNiBzcGFue30iO31pOjU7YToyOntzOjI6ImlkIjtpOjc7czo2OiJpbmplY3QiO3M6NzA6IiNib3gtaWNvbi03IHB7Y29sb3I6Izc3Nzc3Nzt9I2JveC1pY29uLTcgaDQge2NvbG9yOiMzMzMzMzMhaW1wb3J0YW50O30iO31pOjY7YToyOntzOjI6ImlkIjtpOjg7czo2OiJpbmplY3QiO3M6NzA6IiNib3gtaWNvbi04IHB7Y29sb3I6Izc3Nzc3Nzt9I2JveC1pY29uLTggaDQge2NvbG9yOiMzMzMzMzMhaW1wb3J0YW50O30iO31pOjc7YToyOntzOjI6ImlkIjtpOjk7czo2OiJpbmplY3QiO3M6NzA6IiNib3gtaWNvbi05IHB7Y29sb3I6Izc3Nzc3Nzt9I2JveC1pY29uLTkgaDQge2NvbG9yOiMzMzMzMzMhaW1wb3J0YW50O30iO31pOjg7YToyOntzOjI6ImlkIjtpOjEwO3M6NjoiaW5qZWN0IjtzOjM1OiIKCSNwYWRkaW5nLTEwIHsKCQloZWlnaHQ6IDYwcHg7Cgl9CiI7fWk6OTthOjI6e3M6MjoiaWQiO2k6MTE7czo2OiJpbmplY3QiO3M6MjAzOiIjZmFuY3ktdGl0bGUtMTF7bGV0dGVyLXNwYWNpbmc6MTBweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7Zm9udC1zaXplOiAxNHB4O2NvbG9yOiAjMzMzMzMzO3RleHQtYWxpZ246bGVmdDtmb250LXN0eWxlOmluaGVyaXQ7Zm9udC13ZWlnaHQ6Ym9sZDtwYWRkaW5nLXRvcDowcHg7cGFkZGluZy1ib3R0b206MjBweDt9I2ZhbmN5LXRpdGxlLTExIHNwYW57fSI7fWk6MTA7YToyOntzOjI6ImlkIjtpOjEyO3M6NjoiaW5qZWN0IjtzOjg2MjoiCiAgICAjbWstY29udGFjdC1mb3JtLTEyIC5tay1mb3JtLXJvdyAudGV4dC1pbnB1dCwKICAgICNtay1jb250YWN0LWZvcm0tMTIgLm1rLWZvcm0tcm93IC5tay10ZXh0YXJlYSwKICAgICNtay1jb250YWN0LWZvcm0tMTIgLm1rLWZvcm0tcm93IC5scy10ZXh0LWxhYmVsIHsKICAgICAgICBjb2xvcjogIzMzMzMzMzsKICAgIH0KICAgICNtay1jb250YWN0LWZvcm0tMTIgLm1rLWZvcm0tcm93IC5scy10ZXh0LWxhYmVsOjphZnRlciB7CiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzMzMzMzMzsKICAgIH0KICAgICNtay1jb250YWN0LWZvcm0tMTIgLm1rLWZvcm0tcm93IC5jb250YWN0LXN1Ym1pdCB7CiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogIzMzMzMzMzsKICAgICAgICBib3JkZXI6IDA7CiAgICB9CiAgICAjbWstY29udGFjdC1mb3JtLTEyIC5tay1mb3JtLXJvdyBhLmNhcHRjaGEtY2hhbmdlLWltYWdlIHsKICAgICAgICBjb2xvcjogIzMzMzMzMzsKICAgIH0KICAgIC5tay1jb250YWN0LWZvcm0td3JhcHBlci5zX2xpbmUgLm1rLWZvcm0tcm93IC50ZXh0LWlucHV0OmZvY3VzICsgLmxzLXRleHQtbGFiZWwgLmxzLXRleHQtbGFiZWwtLWNvbnRlbnQsCiAgICAubWstY29udGFjdC1mb3JtLXdyYXBwZXIuc19saW5lIC5tay1mb3JtLXJvdyAubWstdGV4dGFyZWE6Zm9jdXMgKyAubHMtdGV4dC1sYWJlbCAubHMtdGV4dC1sYWJlbC0tY29udGVudCB7CiAgICAgICAgY29sb3I6ICMzMzMzMzM7CiAgICB9CiAgICAKICAgICAgICAuc19saW5lICNtay1jb250YWN0LWZvcm0tMTIgLm1rLWZvcm0tcm93IC5jb250YWN0LXN1Ym1pdCB7CiAgICAgICAgICAgIGNvbG9yOiAjZmZmICFpbXBvcnRhbnQ7CiAgICAgICAgfSI7fWk6MTE7YToyOntzOjI6ImlkIjtpOjEzO3M6NjoiaW5qZWN0IjtzOjM1OiIKCSNwYWRkaW5nLTEzIHsKCQloZWlnaHQ6IDYwcHg7Cgl9CiI7fWk6MTI7YToyOntzOjI6ImlkIjtpOjE0O3M6NjoiaW5qZWN0IjtzOjM1OiIKCSNwYWRkaW5nLTE0IHsKCQloZWlnaHQ6IDIwcHg7Cgl9CiI7fWk6MTM7YToyOntzOjI6ImlkIjtpOjE1O3M6NjoiaW5qZWN0IjtzOjM2OiIKCSNwYWRkaW5nLTE1IHsKCQloZWlnaHQ6IDEzMHB4OwoJfQoiO319'),(2911,5537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2912,5537,'_wp_page_template','default'),(2913,5537,'_wpb_vc_js_status','true'),(2914,5537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2915,5537,'textfalse',''),(2916,5537,'_layout','full'),(2917,5537,'_padding','true'),(2918,5537,'page_preloader','false'),(2919,5537,'_introduce_align','left'),(2920,5537,'_disable_breadcrumb','true'),(2921,5537,'_enable_local_backgrounds','true'),(2922,5537,'theme_header_style','1'),(2923,5537,'theme_header_align','left'),(2924,5537,'theme_toolbar_toggle','false'),(2925,5537,'_transparent_header','true'),(2926,5537,'_trans_header_remove_bg','true'),(2927,5537,'_transparent_header_skin','light'),(2928,5537,'_sticky_header_offset','header'),(2929,5537,'background_selector_orientation','full_width_layout'),(2930,5537,'boxed_layout_shadow_size','0'),(2931,5537,'boxed_layout_shadow_intensity','0'),(2932,5537,'body_color_gradient','single'),(2933,5537,'body_color_gradient_style','linear'),(2934,5537,'body_color_gradient_angle','vertical'),(2935,5537,'body_source','no-image'),(2936,5537,'body_parallax','false'),(2937,5537,'page_color_gradient','single'),(2938,5537,'page_color_gradient_style','linear'),(2939,5537,'page_color_gradient_angle','vertical'),(2940,5537,'page_source','no-image'),(2941,5537,'page_parallax','false'),(2942,5537,'header_color_gradient','single'),(2943,5537,'header_color_gradient_style','linear'),(2944,5537,'header_color_gradient_angle','vertical'),(2945,5537,'header_source','no-image'),(2946,5537,'header_parallax','false'),(2947,5537,'banner_color_gradient','single'),(2948,5537,'banner_color_gradient_style','linear'),(2949,5537,'banner_color_gradient_angle','vertical'),(2950,5537,'banner_source','no-image'),(2951,5537,'banner_parallax','false'),(2952,5537,'footer_color_gradient','single'),(2953,5537,'footer_color_gradient_style','linear'),(2954,5537,'footer_color_gradient_angle','vertical'),(2955,5537,'footer_source','no-image'),(2956,5537,'footer_parallax','false'),(2957,5537,'_theme_options_build','567929d10cd35'),(2958,5537,'_template','no-title'),(2959,5537,'logo','http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/header-logo.png'),(2960,5537,'_dp_original','5527'),(2961,5537,'_dynamic_styles','YTo4OntpOjA7YToyOntzOjI6ImlkIjtpOjM7czo2OiJpbmplY3QiO3M6MjA2OiIjZmFuY3ktdGl0bGUtM3tsZXR0ZXItc3BhY2luZzoxMHB4O3RleHQtdHJhbnNmb3JtOnVwcGVyY2FzZTtmb250LXNpemU6IDE4cHg7Y29sb3I6ICNmZmZmZmY7dGV4dC1hbGlnbjpjZW50ZXI7Zm9udC1zdHlsZTppbmhlcml0O2ZvbnQtd2VpZ2h0OmluaGVyaXQ7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjIwcHg7fSNmYW5jeS10aXRsZS0zIHNwYW57fSI7fWk6MTthOjI6e3M6MjoiaWQiO2k6MjtzOjY6ImluamVjdCI7czo2MDQ6IgogICAgLmZ1bGwtd2lkdGgtMiB7CiAgICAgICAgbWluLWhlaWdodDo1MDBweDsKICAgICAgICBtYXJnaW4tYm90dG9tOjBweDsKICAgICAgICAKICAgICAgICAKICAgIH0KCiAgICAuZnVsbC13aWR0aC0yIC5tay1oYWxmLWxheW91dCB7CiAgICAgICAgYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL2RlbW9zLmFydGJlZXMubmV0L2p1cGl0ZXI1L2FtYWx0aGVhL3dwLWNvbnRlbnQvdXBsb2Fkcy9zaXRlcy82NS8yMDE1LzEyL3BvcnRmb2xpby1iZy5qcGcpOwogICAgfQoKICAgIC5mdWxsLXdpZHRoLTIgLnBhZ2Utc2VjdGlvbi1jb250ZW50IHsKICAgICAgICBwYWRkaW5nOjEwcHggMCAxMHB4OwogICAgfQogICAgI2JhY2tncm91bmQtbGF5ZXItLTIgewogICAgICAgIGJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9kZW1vcy5hcnRiZWVzLm5ldC9qdXBpdGVyNS9hbWFsdGhlYS93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvNjUvMjAxNS8xMi9wb3J0Zm9saW8tYmcuanBnKTsgCiAgICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbjpjZW50ZXIgdG9wOwogICAgICAgIGJhY2tncm91bmQtcmVwZWF0Om5vLXJlcGVhdDsKICAgICAgICA7CiAgICAgICAgOwogICAgfQoiO31pOjI7YToyOntzOjI6ImlkIjtpOjQ7czo2OiJpbmplY3QiO3M6MzU6IgoJI3BhZGRpbmctNCB7CgkJaGVpZ2h0OiAxMzBweDsKCX0KIjt9aTozO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjM0OiIKCSNwYWRkaW5nLTUgewoJCWhlaWdodDogMjBweDsKCX0KIjt9aTo0O2E6Mjp7czoyOiJpZCI7aTo2O3M6NjoiaW5qZWN0IjtzOjMyNjoiCiAgICAgICAgI2xvb3AtNi5ncmlkLXNwYWNpbmctdHJ1ZSB7CiAgICAgICAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7CiAgICAgICAgICAgIHBhZGRpbmctbGVmdDoxNXB4OwogICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OjE1cHg7CiAgICAgICAgfQogICAgICAgICNsb29wLTYuZ3JpZC1zcGFjaW5nLXRydWUgLm1rLXBvcnRmb2xpby1ncmlkLWl0ZW0gLml0ZW0taG9sZGVyIHsKICAgICAgICAgICAgbWFyZ2luLWxlZnQ6MTVweDsKICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OjE1cHg7CiAgICAgICAgICAgIG1hcmdpbi1ib3R0b206MzBweDsKICAgICAgICB9CiAgICAiO31pOjU7YToyOntzOjI6ImlkIjtpOjY7czo2OiJpbmplY3QiO3M6MjY2OiIKICAgIC5zb3J0YWJsZS1pZC02LnNvcnRhYmxlLW91dGxpbmUtc3R5bGUgewogICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmY7CiAgICB9CgogICAgLnNvcnRhYmxlLWlkLTYuc29ydGFibGUtb3V0bGluZS1zdHlsZSBhIHsKICAgICAgICAgY29sb3I6IzMzMzMzMzsKICAgIH0KCiAgICAuc29ydGFibGUtaWQtNi5zb3J0YWJsZS1vdXRsaW5lLXN0eWxlIGEuY3VycmVudCB7CiAgICAgICAgIGJvcmRlci1jb2xvcjojMzMzMzMzICFpbXBvcnRhbnQ7CiAgICB9CiI7fWk6NjthOjI6e3M6MjoiaWQiO2k6NztzOjY6ImluamVjdCI7czozNDoiCgkjcGFkZGluZy03IHsKCQloZWlnaHQ6IDIwcHg7Cgl9CiI7fWk6NzthOjI6e3M6MjoiaWQiO2k6ODtzOjY6ImluamVjdCI7czozNDoiCgkjcGFkZGluZy04IHsKCQloZWlnaHQ6IDkwcHg7Cgl9CiI7fX0='),(2962,5557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2963,5557,'_wp_page_template','default'),(2964,5557,'_wpb_vc_js_status','true'),(2965,5557,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2966,5557,'textfalse',''),(2967,5557,'_layout','full'),(2968,5557,'_padding','true'),(2969,5557,'page_preloader','false'),(2970,5557,'_introduce_align','left'),(2971,5557,'_disable_breadcrumb','true'),(2972,5557,'_enable_local_backgrounds','true'),(2973,5557,'theme_header_style','1'),(2974,5557,'theme_header_align','left'),(2975,5557,'theme_toolbar_toggle','false'),(2976,5557,'_transparent_header','true'),(2977,5557,'_trans_header_remove_bg','true'),(2978,5557,'_transparent_header_skin','light'),(2979,5557,'_sticky_header_offset','header'),(2980,5557,'background_selector_orientation','full_width_layout'),(2981,5557,'boxed_layout_shadow_size','0'),(2982,5557,'boxed_layout_shadow_intensity','0'),(2983,5557,'body_color_gradient','single'),(2984,5557,'body_color_gradient_style','linear'),(2985,5557,'body_color_gradient_angle','vertical'),(2986,5557,'body_source','no-image'),(2987,5557,'body_parallax','false'),(2988,5557,'page_color_gradient','single'),(2989,5557,'page_color_gradient_style','linear'),(2990,5557,'page_color_gradient_angle','vertical'),(2991,5557,'page_source','no-image'),(2992,5557,'page_parallax','false'),(2993,5557,'header_color_gradient','single'),(2994,5557,'header_color_gradient_style','linear'),(2995,5557,'header_color_gradient_angle','vertical'),(2996,5557,'header_source','no-image'),(2997,5557,'header_parallax','false'),(2998,5557,'banner_color_gradient','single'),(2999,5557,'banner_color_gradient_style','linear'),(3000,5557,'banner_color_gradient_angle','vertical'),(3001,5557,'banner_source','no-image'),(3002,5557,'banner_parallax','false'),(3003,5557,'footer_color_gradient','single'),(3004,5557,'footer_color_gradient_style','linear'),(3005,5557,'footer_color_gradient_angle','vertical'),(3006,5557,'footer_source','no-image'),(3007,5557,'footer_parallax','false'),(3008,5557,'_theme_options_build','5994b4ea0ca6c'),(3009,5557,'_template','no-title'),(3010,5557,'logo','http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/header-logo.png'),(3011,5557,'_dp_original','5537'),(3012,5557,'_dynamic_styles','Tjs='),(3015,7587,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3018,7587,'_theme_options_build','567929d10cd35'),(3019,7587,'_mk_post_love','0'),(3022,7587,'_wp_old_slug','a-twitter-post-1'),(3027,7587,'_blog_post_tweet_text','Tired of clutter?Here is how to achieve a clean minimal #WordPress layout. Read on our #blog https://t.co/2X2v5DcyrX https://t.co/Uz1ci1w9St'),(3028,7587,'_blog_post_tweet_screen_name','artbees_design'),(3029,7587,'_blog_post_tweet_name','Artbees'),(3030,7587,'_disable_about_author','true'),(3031,7587,'_disable_comments','true'),(3032,7587,'_enable_local_backgrounds','false'),(3033,7587,'theme_header_style','1'),(3034,7587,'theme_header_align','left'),(3035,7587,'theme_toolbar_toggle','true'),(3036,7587,'_transparent_header','false'),(3037,7587,'_trans_header_remove_bg','true'),(3038,7587,'_transparent_header_skin','light'),(3039,7587,'_sticky_header_offset','header'),(3040,7587,'background_selector_orientation','full_width_layout'),(3041,7587,'boxed_layout_shadow_size','0'),(3042,7587,'boxed_layout_shadow_intensity','0'),(3043,7587,'body_color_gradient','single'),(3044,7587,'body_color_gradient_style','linear'),(3045,7587,'body_color_gradient_angle','vertical'),(3046,7587,'body_source','no-image'),(3047,7587,'body_parallax','false'),(3048,7587,'page_color_gradient','single'),(3049,7587,'page_color_gradient_style','linear'),(3050,7587,'page_color_gradient_angle','vertical'),(3051,7587,'page_source','no-image'),(3052,7587,'page_parallax','false'),(3053,7587,'header_color_gradient','single'),(3054,7587,'header_color_gradient_style','linear'),(3055,7587,'header_color_gradient_angle','vertical'),(3056,7587,'header_source','no-image'),(3057,7587,'header_parallax','false'),(3058,7587,'banner_color_gradient','single'),(3059,7587,'banner_color_gradient_style','linear'),(3060,7587,'banner_color_gradient_angle','vertical'),(3061,7587,'banner_source','no-image'),(3062,7587,'banner_parallax','false'),(3063,7587,'footer_color_gradient','single'),(3064,7587,'footer_color_gradient_style','linear'),(3065,7587,'footer_color_gradient_angle','vertical'),(3066,7587,'footer_source','no-image'),(3067,7587,'footer_parallax','false'),(3075,7587,'_wpb_vc_js_status','true'),(3076,7587,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3077,7587,'textfalse',''),(3078,7587,'_layout','default'),(3079,7587,'_padding','false'),(3080,7587,'page_preloader','false'),(3081,7587,'_introduce_align','left'),(3082,7587,'_disable_breadcrumb','true'),(3083,7587,'_single_blog_style','default'),(3084,7587,'_single_post_type','twitter'),(3085,7587,'_classic_orientation','landscape'),(3086,7587,'_tweet_oembed','https://twitter.com/artbees_design/status/664465791362969600'),(3087,7587,'_single_video_site','youtube'),(3088,7587,'_disable_featured_image','true'),(3089,7587,'_disable_meta','true'),(3090,7587,'_disable_tags','true'),(3091,7587,'_disable_related_posts','true'),(3093,7587,'_thumbnail_id','8532'),(3102,7587,'_dynamic_styles','Tjs='),(3103,7791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3104,7791,'_wp_page_template','default'),(3105,7791,'_wpb_vc_js_status','true'),(3106,7791,'textfalse',''),(3107,7791,'_layout','full'),(3108,7791,'_padding','false'),(3109,7791,'page_preloader','false'),(3110,7791,'_introduce_align','left'),(3111,7791,'_disable_breadcrumb','true'),(3112,7791,'_enable_local_backgrounds','false'),(3113,7791,'theme_header_style','1'),(3114,7791,'theme_header_align','left'),(3115,7791,'theme_toolbar_toggle','true'),(3116,7791,'_transparent_header','false'),(3117,7791,'_trans_header_remove_bg','true'),(3118,7791,'_transparent_header_skin','light'),(3119,7791,'_sticky_header_offset','header'),(3120,7791,'background_selector_orientation','full_width_layout'),(3121,7791,'boxed_layout_shadow_size','0'),(3122,7791,'boxed_layout_shadow_intensity','0'),(3123,7791,'body_color_gradient','single'),(3124,7791,'body_color_gradient_style','linear'),(3125,7791,'body_color_gradient_angle','vertical'),(3126,7791,'body_source','no-image'),(3127,7791,'body_parallax','false'),(3128,7791,'page_color_gradient','single'),(3129,7791,'page_color_gradient_style','linear'),(3130,7791,'page_color_gradient_angle','vertical'),(3131,7791,'page_source','no-image'),(3132,7791,'page_parallax','false'),(3133,7791,'header_color_gradient','single'),(3134,7791,'header_color_gradient_style','linear'),(3135,7791,'header_color_gradient_angle','vertical'),(3136,7791,'header_source','no-image'),(3137,7791,'header_parallax','false'),(3138,7791,'banner_color_gradient','single'),(3139,7791,'banner_color_gradient_style','linear'),(3140,7791,'banner_color_gradient_angle','vertical'),(3141,7791,'banner_source','no-image'),(3142,7791,'banner_parallax','false'),(3143,7791,'footer_color_gradient','single'),(3144,7791,'footer_color_gradient_style','linear'),(3145,7791,'footer_color_gradient_angle','vertical'),(3146,7791,'footer_source','no-image'),(3147,7791,'footer_parallax','false'),(3148,7791,'_theme_options_build','567929d10cd35'),(3149,7791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3150,7791,'_dynamic_styles','YToxOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6NDk2OiIKICAgICNsb29wLTIgLmJsb2ctdHdpdHRlci1jb250ZW50OmJlZm9yZSwKICAgICNsb29wLTIgLm1rLWJsb2ctbW9kZXJuLWl0ZW0udHdpdHRlci1wb3N0LXR5cGUgLmJsb2ctdHdpdHRlci1jb250ZW50IGZvb3RlcjpiZWZvcmUgewogICAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybCgnaHR0cDovL2RlbW9zLmFydGJlZXMubmV0L2p1cGl0ZXI1L2FtYWx0aGVhL3dwLWNvbnRlbnQvdGhlbWVzL2p1cGl0ZXIvYXNzZXRzL2ltYWdlcy9zb2NpYWwtaWNvbnMvdHdpdHRlci1ibHVlLnN2ZycpOwogICAgfQogICAgI2xvb3AtMiAubWstYmxvZy1tZXRhLXdyYXBwZXI6YmVmb3JlIHsKICAgICAgICBiYWNrZ3JvdW5kOiB1cmwoJ2h0dHA6Ly9kZW1vcy5hcnRiZWVzLm5ldC9qdXBpdGVyNS9hbWFsdGhlYS93cC1jb250ZW50L3RoZW1lcy9qdXBpdGVyL2Fzc2V0cy9pbWFnZXMvc29jaWFsLWljb25zL2luc3RhZ3JhbS5wbmcnKSBjZW50ZXIgY2VudGVyIG5vLXJlcGVhdDsKICAgIH0KIjt9fQ=='),(3151,136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3152,136,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3153,136,'textfalse',''),(3154,136,'_desc','Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent.'),(3155,136,'_author','Billy Moore'),(3156,136,'_company','Red Hat'),(3157,136,'featured','-1'),(3158,136,'_share_button','-1'),(3159,136,'_thumbnail_id','318'),(3160,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3161,141,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3162,141,'textfalse',''),(3163,141,'_desc','Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt'),(3164,141,'_author','Jessica & William Stevens'),(3165,141,'_company','Backgammon'),(3166,141,'featured','-1'),(3167,141,'_share_button','-1'),(3168,141,'_thumbnail_id','315'),(3169,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3170,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3171,143,'textfalse',''),(3172,143,'_desc','Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram.'),(3173,143,'_author','John Wayne'),(3174,143,'_company','Marketing Manager'),(3175,143,'featured','-1'),(3176,143,'_share_button','-1'),(3177,143,'_thumbnail_id','316'),(3180,500,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3181,500,'enable_noti_bar','-1'),(3182,500,'_layout','default'),(3183,500,'textfalse',''),(3184,500,'_page_disable_title','-1'),(3185,500,'_enable_slidehsow','-1'),(3186,500,'_icarousel_autoplay','-1'),(3187,500,'_icarousel_3d','-1'),(3188,500,'_icarousel_pause_on_hover','-1'),(3189,500,'_icarousel_direction_nav','-1'),(3190,500,'_flexslider_disableCaption','-1'),(3191,500,'_flexslider_slideshow','-1'),(3192,500,'_flexslider_pauseOnHover','-1'),(3193,500,'_enable_page_gmap','-1'),(3194,500,'_enable_panControl','-1'),(3195,500,'_enable_draggable','-1'),(3196,500,'_enable_scrollwheel','-1'),(3197,500,'_enable_zoomControl','-1'),(3198,500,'_enable_mapTypeControl','-1'),(3199,500,'_enable_scaleControl','-1'),(3200,500,'_gmap_marker','-1'),(3201,500,'_disable_coloring','-1'),(3202,500,'_single_post_type','portfolio'),(3203,500,'_classic_orientation','landscape'),(3204,500,'_single_video_site','youtube'),(3205,500,'_post_newspaper_image_height','500'),(3206,500,'_newspaper_title_position','top'),(3207,500,'_disable_featured_image','true'),(3208,500,'_disable_meta','true'),(3209,500,'_disable_breadcrumb','-1'),(3210,500,'_disable_social_share','true'),(3211,500,'_disable_tags','true'),(3212,500,'_disable_related_posts','true'),(3213,500,'_disable_about_author','true'),(3214,500,'_single_video_id','4lyVG-v_j3M'),(3215,500,'_enable_custom_bg','-1'),(3216,500,'_banner_slideshow','-1'),(3217,500,'_disable_news_slider','-1'),(3218,500,'_wpb_vc_js_status','true'),(3219,500,'_wp_old_slug','integer-quis-ligula-ipsum-sit-amet-scelerisque-leo'),(3220,500,'_enable_local_backgrounds','-1'),(3221,500,'_portfolio_featured_image','-1'),(3222,500,'_portfolio_similar','-1'),(3223,500,'_wpb_vc_js_interface_version','2'),(3224,500,'_introduce_align','left'),(3225,500,'background_selector_orientation','full_width_layout'),(3226,500,'boxed_layout_shadow_size','0'),(3227,500,'boxed_layout_shadow_intensity','0'),(3228,500,'body_color_rgba','1'),(3229,500,'body_source','no-image'),(3230,500,'body_parallax','false'),(3231,500,'page_color_rgba','1'),(3232,500,'page_source','no-image'),(3233,500,'page_parallax','false'),(3234,500,'header_color_rgba','1'),(3235,500,'header_source','no-image'),(3236,500,'header_parallax','false'),(3237,500,'banner_color_rgba','1'),(3238,500,'banner_source','no-image'),(3239,500,'banner_parallax','false'),(3240,500,'footer_color_rgba','1'),(3241,500,'footer_source','no-image'),(3242,500,'footer_parallax','false'),(3243,500,'_slideshow_source','layerslider'),(3244,500,'_icarousel_count','3'),(3245,500,'_icarousel_orderby','menu_order'),(3246,500,'_icarousel_order','ASC'),(3247,500,'_icarousel_perspective','35'),(3248,500,'_icarousel_easing','easeOutCubic'),(3249,500,'_icarousel_animation_speed','500'),(3250,500,'_icarousel_pause_time','5000'),(3251,500,'_flexslider_height','400'),(3252,500,'_flexslider_pagination','circle'),(3253,500,'_flexslider_count','10'),(3254,500,'_flexslider_orderby','menu_order'),(3255,500,'_flexslider_order','ASC'),(3256,500,'_flexslider_easing','easeOutCubic'),(3257,500,'_flexslider_slideshowSpeed','5000'),(3258,500,'_flexslider_animationDuration','600'),(3259,500,'_banner_minHeight','200'),(3260,500,'_banner_padding','30'),(3261,500,'_banner_animation','fade'),(3262,500,'_banner_orderby','menu_order'),(3263,500,'_banner_order','ASC'),(3264,500,'_banner_slideshowSpeed','5000'),(3265,500,'_banner_animationDuration','600'),(3266,500,'_enable_banner_video','-1'),(3267,500,'_banner_video_pattern','-1'),(3268,500,'_enable_footer_twitter','-1'),(3269,500,'_disable_post_lightbox','true'),(3270,500,'_mk_post_love','34'),(3271,500,'_padding','false'),(3272,500,'page_preloader','false'),(3273,500,'_disable_comments','true'),(3274,500,'_edge_full_height','true'),(3275,500,'_edge_height','700'),(3276,500,'_edge_orderby','menu_order'),(3277,500,'_edge_order','ASC'),(3278,500,'_edge_animation_speed','600'),(3279,500,'_edge_pause_time','15000'),(3280,500,'_edge_direction_nav','true'),(3281,500,'theme_header_style','1'),(3282,500,'theme_header_align','left'),(3283,500,'theme_toolbar_toggle','true'),(3284,500,'_transparent_header','false'),(3285,500,'_transparent_header_skin','light'),(3286,500,'_trans_header_remove_bg','true'),(3287,500,'_sticky_header_offset','header'),(3288,500,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3289,500,'_theme_options_build','567929d10cd35'),(3290,500,'_single_blog_style','default'),(3291,500,'body_color_gradient','single'),(3292,500,'body_color_gradient_style','linear'),(3293,500,'body_color_gradient_angle','vertical'),(3294,500,'page_color_gradient','single'),(3295,500,'page_color_gradient_style','linear'),(3296,500,'page_color_gradient_angle','vertical'),(3297,500,'header_color_gradient','single'),(3298,500,'header_color_gradient_style','linear'),(3299,500,'header_color_gradient_angle','vertical'),(3300,500,'banner_color_gradient','single'),(3301,500,'banner_color_gradient_style','linear'),(3302,500,'banner_color_gradient_angle','vertical'),(3303,500,'footer_color_gradient','single'),(3304,500,'footer_color_gradient_style','linear'),(3305,500,'footer_color_gradient_angle','vertical'),(3308,500,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3315,500,'_gallery_images','7832,7833,,7830'),(3316,500,'_thumbnail_id','7831'),(3319,500,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(3322,501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3323,501,'enable_noti_bar','-1'),(3324,501,'_layout','default'),(3325,501,'textfalse',''),(3326,501,'_page_disable_title','-1'),(3327,501,'_enable_slidehsow','-1'),(3328,501,'_icarousel_autoplay','-1'),(3329,501,'_icarousel_3d','-1'),(3330,501,'_icarousel_pause_on_hover','-1'),(3331,501,'_icarousel_direction_nav','-1'),(3332,501,'_flexslider_disableCaption','-1'),(3333,501,'_flexslider_slideshow','-1'),(3334,501,'_flexslider_pauseOnHover','-1'),(3335,501,'_enable_page_gmap','-1'),(3336,501,'_enable_panControl','-1'),(3337,501,'_enable_draggable','-1'),(3338,501,'_enable_scrollwheel','-1'),(3339,501,'_enable_zoomControl','-1'),(3340,501,'_enable_mapTypeControl','-1'),(3341,501,'_enable_scaleControl','-1'),(3342,501,'_gmap_marker','-1'),(3343,501,'_disable_coloring','-1'),(3344,501,'_single_post_type','video'),(3345,501,'_classic_orientation','landscape'),(3346,501,'_single_video_site','youtube'),(3347,501,'_post_newspaper_image_height','500'),(3348,501,'_newspaper_title_position','top'),(3349,501,'_disable_featured_image','true'),(3350,501,'_disable_meta','true'),(3351,501,'_disable_breadcrumb','true'),(3352,501,'_disable_social_share','true'),(3353,501,'_disable_tags','true'),(3354,501,'_disable_related_posts','true'),(3355,501,'_disable_about_author','true'),(3356,501,'_enable_custom_bg','-1'),(3357,501,'_banner_slideshow','-1'),(3358,501,'_disable_news_slider','-1'),(3359,501,'_wpb_vc_js_status','true'),(3360,501,'_wp_old_slug','suspendisse-egestas-luctus-urna-vitae-dapibus-turpis-ultrices-in'),(3361,501,'_wpb_vc_js_interface_version','2'),(3362,501,'_introduce_align','left'),(3363,501,'_enable_local_backgrounds','false'),(3364,501,'background_selector_orientation','full_width_layout'),(3365,501,'boxed_layout_shadow_size','0'),(3366,501,'boxed_layout_shadow_intensity','0'),(3367,501,'body_color_rgba','1'),(3368,501,'body_source','no-image'),(3369,501,'body_parallax','false'),(3370,501,'page_color_rgba','1'),(3371,501,'page_source','no-image'),(3372,501,'page_parallax','false'),(3373,501,'header_color_rgba','1'),(3374,501,'header_source','no-image'),(3375,501,'header_parallax','false'),(3376,501,'banner_color_rgba','1'),(3377,501,'banner_source','no-image'),(3378,501,'banner_parallax','false'),(3379,501,'footer_color_rgba','1'),(3380,501,'footer_source','no-image'),(3381,501,'footer_parallax','false'),(3382,501,'_slideshow_source','layerslider'),(3383,501,'_edge_full_height','true'),(3384,501,'_icarousel_count','3'),(3385,501,'_icarousel_orderby','menu_order'),(3386,501,'_icarousel_order','ASC'),(3387,501,'_icarousel_perspective','35'),(3388,501,'_icarousel_easing','easeOutCubic'),(3389,501,'_icarousel_animation_speed','500'),(3390,501,'_icarousel_pause_time','5000'),(3391,501,'_flexslider_height','400'),(3392,501,'_flexslider_pagination','circle'),(3393,501,'_flexslider_count','10'),(3394,501,'_flexslider_orderby','menu_order'),(3395,501,'_flexslider_order','ASC'),(3396,501,'_flexslider_easing','easeOutCubic'),(3397,501,'_flexslider_slideshowSpeed','5000'),(3398,501,'_flexslider_animationDuration','600'),(3399,501,'_banner_minHeight','200'),(3400,501,'_banner_padding','30'),(3401,501,'_banner_animation','fade'),(3402,501,'_banner_orderby','menu_order'),(3403,501,'_banner_order','ASC'),(3404,501,'_banner_slideshowSpeed','5000'),(3405,501,'_banner_animationDuration','600'),(3406,501,'_enable_banner_video','-1'),(3407,501,'_banner_video_pattern','-1'),(3408,501,'_enable_footer_twitter','-1'),(3409,501,'_disable_post_lightbox','true'),(3410,501,'_portfolio_featured_image','-1'),(3411,501,'_portfolio_similar','-1'),(3412,501,'_mk_post_love','218'),(3413,501,'_padding','false'),(3414,501,'_disable_comments','true'),(3415,501,'_edge_height','700'),(3416,501,'_edge_orderby','menu_order'),(3417,501,'_edge_order','ASC'),(3418,501,'_edge_animation_speed','600'),(3419,501,'_edge_pause_time','15000'),(3420,501,'_edge_direction_nav','true'),(3421,501,'page_preloader','false'),(3422,501,'theme_header_style','1'),(3423,501,'theme_header_align','left'),(3424,501,'theme_toolbar_toggle','true'),(3425,501,'_transparent_header','false'),(3426,501,'_transparent_header_skin','light'),(3427,501,'_trans_header_remove_bg','true'),(3428,501,'_sticky_header_offset','header'),(3429,501,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3430,501,'_single_video_id','akVHQfb85eQ'),(3431,501,'_thumbnail_id','4324'),(3432,501,'_theme_options_build','567929d10cd35'),(3433,501,'_single_blog_style','default'),(3434,501,'body_color_gradient','single'),(3435,501,'body_color_gradient_style','linear'),(3436,501,'body_color_gradient_angle','vertical'),(3437,501,'page_color_gradient','single'),(3438,501,'page_color_gradient_style','linear'),(3439,501,'page_color_gradient_angle','vertical'),(3440,501,'header_color_gradient','single'),(3441,501,'header_color_gradient_style','linear'),(3442,501,'header_color_gradient_angle','vertical'),(3443,501,'banner_color_gradient','single'),(3444,501,'banner_color_gradient_style','linear'),(3445,501,'banner_color_gradient_angle','vertical'),(3446,501,'footer_color_gradient','single'),(3447,501,'footer_color_gradient_style','linear'),(3448,501,'footer_color_gradient_angle','vertical'),(3451,501,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3460,501,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(3463,504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3464,504,'enable_noti_bar','-1'),(3465,504,'_layout','default'),(3466,504,'textfalse',''),(3467,504,'_page_disable_title','-1'),(3468,504,'_enable_slidehsow','-1'),(3469,504,'_icarousel_autoplay','-1'),(3470,504,'_icarousel_3d','-1'),(3471,504,'_icarousel_pause_on_hover','-1'),(3472,504,'_icarousel_direction_nav','-1'),(3473,504,'_flexslider_disableCaption','-1'),(3474,504,'_flexslider_slideshow','-1'),(3475,504,'_flexslider_pauseOnHover','-1'),(3476,504,'_enable_page_gmap','-1'),(3477,504,'_enable_panControl','-1'),(3478,504,'_enable_draggable','-1'),(3479,504,'_enable_scrollwheel','-1'),(3480,504,'_enable_zoomControl','-1'),(3481,504,'_enable_mapTypeControl','-1'),(3482,504,'_enable_scaleControl','-1'),(3483,504,'_gmap_marker','-1'),(3484,504,'_disable_coloring','-1'),(3485,504,'_single_post_type','video'),(3486,504,'_classic_orientation','landscape'),(3487,504,'_single_video_site','vimeo'),(3488,504,'_post_newspaper_image_height','500'),(3489,504,'_newspaper_title_position','top'),(3490,504,'_disable_featured_image','true'),(3491,504,'_disable_meta','true'),(3492,504,'_disable_breadcrumb','true'),(3493,504,'_disable_social_share','true'),(3494,504,'_disable_tags','true'),(3495,504,'_disable_related_posts','true'),(3496,504,'_disable_about_author','true'),(3497,504,'_wp_old_slug','massa-sit-amet-arcu-auctor-imperdiet'),(3498,504,'_enable_custom_bg','-1'),(3499,504,'_banner_slideshow','-1'),(3500,504,'_disable_news_slider','-1'),(3501,504,'_wpb_vc_js_status','true'),(3502,504,'_wp_old_slug','nullam-laoreet-massa-sit-amet-arcu-auctor-imperdiet'),(3503,504,'body_color_rgba','1'),(3504,504,'_enable_local_backgrounds','false'),(3505,504,'boxed_layout_shadow_intensity','0'),(3506,504,'_introduce_align','left'),(3507,504,'boxed_layout_shadow_size','0'),(3508,504,'_wpb_vc_js_interface_version','0'),(3509,504,'background_selector_orientation','full_width_layout'),(3510,504,'body_source','no-image'),(3511,504,'body_parallax','false'),(3512,504,'page_color_rgba','1'),(3513,504,'page_source','no-image'),(3514,504,'page_parallax','false'),(3515,504,'header_color_rgba','1'),(3516,504,'header_source','no-image'),(3517,504,'header_parallax','false'),(3518,504,'banner_color_rgba','1'),(3519,504,'banner_source','no-image'),(3520,504,'banner_parallax','false'),(3521,504,'footer_color_rgba','1'),(3522,504,'footer_source','no-image'),(3523,504,'footer_parallax','false'),(3524,504,'_slideshow_source','layerslider'),(3525,504,'_icarousel_count','3'),(3526,504,'_icarousel_orderby','menu_order'),(3527,504,'_icarousel_order','ASC'),(3528,504,'_icarousel_perspective','35'),(3529,504,'_icarousel_easing','easeOutCubic'),(3530,504,'_icarousel_animation_speed','500'),(3531,504,'_icarousel_pause_time','5000'),(3532,504,'_flexslider_height','400'),(3533,504,'_flexslider_pagination','circle'),(3534,504,'_flexslider_count','10'),(3535,504,'_flexslider_orderby','menu_order'),(3536,504,'_flexslider_order','ASC'),(3537,504,'_flexslider_easing','easeOutCubic'),(3538,504,'_flexslider_slideshowSpeed','5000'),(3539,504,'_flexslider_animationDuration','600'),(3540,504,'_banner_minHeight','200'),(3541,504,'_banner_padding','30'),(3542,504,'_banner_animation','fade'),(3543,504,'_banner_orderby','menu_order'),(3544,504,'_banner_order','ASC'),(3545,504,'_banner_slideshowSpeed','5000'),(3546,504,'_banner_animationDuration','600'),(3547,504,'_enable_banner_video','-1'),(3548,504,'_banner_video_pattern','-1'),(3549,504,'_enable_footer_twitter','-1'),(3550,504,'_disable_post_lightbox','true'),(3551,504,'_portfolio_featured_image','-1'),(3552,504,'_portfolio_similar','-1'),(3553,504,'_mk_post_love','115'),(3554,504,'_padding','false'),(3555,504,'page_preloader','false'),(3556,504,'_disable_comments','true'),(3557,504,'_edge_full_height','true'),(3558,504,'_edge_height','700'),(3559,504,'_edge_orderby','menu_order'),(3560,504,'_edge_order','ASC'),(3561,504,'_edge_animation_speed','600'),(3562,504,'_edge_pause_time','15000'),(3563,504,'_edge_direction_nav','true'),(3564,504,'theme_header_style','1'),(3565,504,'theme_header_align','left'),(3566,504,'theme_toolbar_toggle','true'),(3567,504,'_transparent_header','false'),(3568,504,'_transparent_header_skin','light'),(3569,504,'_trans_header_remove_bg','true'),(3570,504,'_sticky_header_offset','header'),(3571,504,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3572,504,'_thumbnail_id','4321'),(3573,504,'_single_video_id','76566050'),(3574,504,'_theme_options_build','567929d10cd35'),(3575,504,'_single_blog_style','default'),(3576,504,'body_color_gradient','single'),(3577,504,'body_color_gradient_style','linear'),(3578,504,'body_color_gradient_angle','vertical'),(3579,504,'page_color_gradient','single'),(3580,504,'page_color_gradient_style','linear'),(3581,504,'page_color_gradient_angle','vertical'),(3582,504,'header_color_gradient','single'),(3583,504,'header_color_gradient_style','linear'),(3584,504,'header_color_gradient_angle','vertical'),(3585,504,'banner_color_gradient','single'),(3586,504,'banner_color_gradient_style','linear'),(3587,504,'banner_color_gradient_angle','vertical'),(3588,504,'footer_color_gradient','single'),(3589,504,'footer_color_gradient_style','linear'),(3590,504,'footer_color_gradient_angle','vertical'),(3593,504,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3602,504,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(3605,507,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3606,507,'enable_noti_bar','-1'),(3607,507,'_layout','default'),(3608,507,'textfalse',''),(3609,507,'_page_disable_title','-1'),(3610,507,'_enable_slidehsow','-1'),(3611,507,'_icarousel_autoplay','-1'),(3612,507,'_icarousel_3d','-1'),(3613,507,'_icarousel_pause_on_hover','-1'),(3614,507,'_icarousel_direction_nav','-1'),(3615,507,'_flexslider_disableCaption','-1'),(3616,507,'_flexslider_slideshow','-1'),(3617,507,'_flexslider_pauseOnHover','-1'),(3618,507,'_enable_page_gmap','-1'),(3619,507,'_enable_panControl','-1'),(3620,507,'_enable_draggable','-1'),(3621,507,'_enable_scrollwheel','-1'),(3622,507,'_enable_zoomControl','-1'),(3623,507,'_enable_mapTypeControl','-1'),(3624,507,'_enable_scaleControl','-1'),(3625,507,'_gmap_marker','-1'),(3626,507,'_disable_coloring','-1'),(3627,507,'_single_post_type','audio'),(3628,507,'_classic_orientation','landscape'),(3629,507,'_single_video_site','youtube'),(3630,507,'_post_newspaper_image_height','500'),(3631,507,'_newspaper_title_position','top'),(3632,507,'_disable_featured_image','true'),(3633,507,'_disable_meta','true'),(3634,507,'_disable_breadcrumb','true'),(3635,507,'_disable_social_share','true'),(3636,507,'_disable_tags','true'),(3637,507,'_disable_related_posts','true'),(3638,507,'_disable_about_author','true'),(3639,507,'_wp_old_slug','proin-urna-enim-semper-at-egestas-2'),(3640,507,'_enable_custom_bg','-1'),(3641,507,'_banner_slideshow','-1'),(3642,507,'_disable_news_slider','-1'),(3643,507,'_wpb_vc_js_status','false'),(3644,507,'_wp_old_slug','proin-urna-enim-semper-at-egestas-sed-elementum-in-justo-3'),(3645,507,'_wp_old_slug','proin-urna-enim-semper-at-egestas-sed-elementum'),(3646,507,'_wpb_vc_js_interface_version','2'),(3647,507,'_introduce_align','left'),(3648,507,'_enable_local_backgrounds','false'),(3649,507,'background_selector_orientation','full_width_layout'),(3650,507,'boxed_layout_shadow_size','0'),(3651,507,'boxed_layout_shadow_intensity','0'),(3652,507,'body_color_rgba','1'),(3653,507,'body_source','no-image'),(3654,507,'body_parallax','false'),(3655,507,'page_color_rgba','1'),(3656,507,'page_source','no-image'),(3657,507,'page_parallax','false'),(3658,507,'header_color_rgba','1'),(3659,507,'header_source','no-image'),(3660,507,'header_parallax','false'),(3661,507,'banner_color_rgba','1'),(3662,507,'banner_source','no-image'),(3663,507,'banner_parallax','false'),(3664,507,'footer_color_rgba','1'),(3665,507,'footer_source','no-image'),(3666,507,'footer_parallax','false'),(3667,507,'_slideshow_source','layerslider'),(3668,507,'_icarousel_count','3'),(3669,507,'_icarousel_orderby','menu_order'),(3670,507,'_icarousel_order','ASC'),(3671,507,'_icarousel_perspective','35'),(3672,507,'_icarousel_easing','easeOutCubic'),(3673,507,'_icarousel_animation_speed','500'),(3674,507,'_icarousel_pause_time','5000'),(3675,507,'_flexslider_height','400'),(3676,507,'_flexslider_pagination','circle'),(3677,507,'_flexslider_count','10'),(3678,507,'_flexslider_orderby','menu_order'),(3679,507,'_flexslider_order','ASC'),(3680,507,'_flexslider_easing','easeOutCubic'),(3681,507,'_flexslider_slideshowSpeed','5000'),(3682,507,'_flexslider_animationDuration','600'),(3683,507,'_banner_minHeight','200'),(3684,507,'_banner_padding','30'),(3685,507,'_banner_animation','fade'),(3686,507,'_banner_orderby','menu_order'),(3687,507,'_banner_order','ASC'),(3688,507,'_banner_slideshowSpeed','5000'),(3689,507,'_banner_animationDuration','600'),(3690,507,'_enable_banner_video','-1'),(3691,507,'_banner_video_pattern','-1'),(3692,507,'_enable_footer_twitter','-1'),(3693,507,'_disable_post_lightbox','true'),(3694,507,'_portfolio_featured_image','-1'),(3695,507,'_portfolio_similar','-1'),(3696,507,'_mk_post_love','153'),(3697,507,'_padding','false'),(3698,507,'page_preloader','false'),(3699,507,'_disable_comments','true'),(3700,507,'_edge_full_height','true'),(3701,507,'_edge_height','700'),(3702,507,'_edge_orderby','menu_order'),(3703,507,'_edge_order','ASC'),(3704,507,'_edge_animation_speed','600'),(3705,507,'_edge_pause_time','15000'),(3706,507,'_edge_direction_nav','true'),(3707,507,'theme_header_style','1'),(3708,507,'theme_header_align','left'),(3709,507,'theme_toolbar_toggle','true'),(3710,507,'_transparent_header','false'),(3711,507,'_transparent_header_skin','light'),(3712,507,'_trans_header_remove_bg','true'),(3713,507,'_sticky_header_offset','header'),(3714,507,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3715,507,'_audio_iframe','<iframe width=\"100%\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/137693578&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false\"></iframe>'),(3716,507,'_thumbnail_id','8152'),(3717,507,'_layer_slider_source','1'),(3718,507,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3719,507,'_theme_options_build','567929d10cd35'),(3720,507,'_single_blog_style','default'),(3721,507,'body_color_gradient','single'),(3722,507,'body_color_gradient_style','linear'),(3723,507,'body_color_gradient_angle','vertical'),(3724,507,'page_color_gradient','single'),(3725,507,'page_color_gradient_style','linear'),(3726,507,'page_color_gradient_angle','vertical'),(3727,507,'header_color_gradient','single'),(3728,507,'header_color_gradient_style','linear'),(3729,507,'header_color_gradient_angle','vertical'),(3730,507,'banner_color_gradient','single'),(3731,507,'banner_color_gradient_style','linear'),(3732,507,'banner_color_gradient_angle','vertical'),(3733,507,'footer_color_gradient','single'),(3734,507,'footer_color_gradient_style','linear'),(3735,507,'footer_color_gradient_angle','vertical'),(3748,507,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(3751,508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3752,508,'enable_noti_bar','-1'),(3753,508,'_layout','default'),(3754,508,'textfalse',''),(3755,508,'_page_disable_title','-1'),(3756,508,'_enable_slidehsow','-1'),(3757,508,'_icarousel_autoplay','-1'),(3758,508,'_icarousel_3d','-1'),(3759,508,'_icarousel_pause_on_hover','-1'),(3760,508,'_icarousel_direction_nav','-1'),(3761,508,'_flexslider_disableCaption','-1'),(3762,508,'_flexslider_slideshow','-1'),(3763,508,'_flexslider_pauseOnHover','-1'),(3764,508,'_enable_page_gmap','-1'),(3765,508,'_enable_panControl','-1'),(3766,508,'_enable_draggable','-1'),(3767,508,'_enable_scrollwheel','-1'),(3768,508,'_enable_zoomControl','-1'),(3769,508,'_enable_mapTypeControl','-1'),(3770,508,'_enable_scaleControl','-1'),(3771,508,'_gmap_marker','-1'),(3772,508,'_disable_coloring','-1'),(3773,508,'_single_post_type','portfolio'),(3774,508,'_classic_orientation','landscape'),(3775,508,'_single_video_site','youtube'),(3776,508,'_post_newspaper_image_height','500'),(3777,508,'_newspaper_title_position','top'),(3778,508,'_disable_featured_image','true'),(3779,508,'_disable_meta','true'),(3780,508,'_disable_breadcrumb','-1'),(3781,508,'_disable_social_share','true'),(3782,508,'_disable_tags','true'),(3783,508,'_disable_related_posts','true'),(3784,508,'_disable_about_author','true'),(3785,508,'_single_video_id','pY1_HrhwaXU'),(3786,508,'_wp_old_slug','proin-vel-mauris-diam-tempus-scelerisque-2'),(3787,508,'_enable_custom_bg','-1'),(3788,508,'_banner_slideshow','-1'),(3789,508,'_disable_news_slider','-1'),(3790,508,'_wpb_vc_js_status','true'),(3791,508,'_enable_local_backgrounds','-1'),(3792,508,'_portfolio_featured_image','-1'),(3793,508,'_portfolio_similar','-1'),(3794,508,'_wp_old_slug','proin-vel-mauris-diam-tempus-scelerisque-enim-2'),(3795,508,'_wpb_vc_js_interface_version','2'),(3796,508,'_introduce_align','left'),(3797,508,'background_selector_orientation','full_width_layout'),(3798,508,'boxed_layout_shadow_size','0'),(3799,508,'boxed_layout_shadow_intensity','0'),(3800,508,'body_color_rgba','1'),(3801,508,'body_source','no-image'),(3802,508,'body_parallax','false'),(3803,508,'page_color_rgba','1'),(3804,508,'page_source','no-image'),(3805,508,'page_parallax','false'),(3806,508,'header_color_rgba','1'),(3807,508,'header_source','no-image'),(3808,508,'header_parallax','false'),(3809,508,'banner_color_rgba','1'),(3810,508,'banner_source','no-image'),(3811,508,'banner_parallax','false'),(3812,508,'footer_color_rgba','1'),(3813,508,'footer_source','no-image'),(3814,508,'footer_parallax','false'),(3815,508,'_slideshow_source','layerslider'),(3816,508,'_icarousel_count','3'),(3817,508,'_icarousel_orderby','menu_order'),(3818,508,'_icarousel_order','ASC'),(3819,508,'_icarousel_perspective','35'),(3820,508,'_icarousel_easing','easeOutCubic'),(3821,508,'_icarousel_animation_speed','500'),(3822,508,'_icarousel_pause_time','5000'),(3823,508,'_flexslider_height','400'),(3824,508,'_flexslider_pagination','circle'),(3825,508,'_flexslider_count','10'),(3826,508,'_flexslider_orderby','menu_order'),(3827,508,'_flexslider_order','ASC'),(3828,508,'_flexslider_easing','easeOutCubic'),(3829,508,'_flexslider_slideshowSpeed','5000'),(3830,508,'_flexslider_animationDuration','600'),(3831,508,'_banner_minHeight','200'),(3832,508,'_banner_padding','30'),(3833,508,'_banner_animation','fade'),(3834,508,'_banner_orderby','menu_order'),(3835,508,'_banner_order','ASC'),(3836,508,'_banner_slideshowSpeed','5000'),(3837,508,'_banner_animationDuration','600'),(3838,508,'_enable_banner_video','-1'),(3839,508,'_banner_video_pattern','-1'),(3840,508,'_enable_footer_twitter','-1'),(3841,508,'_disable_post_lightbox','true'),(3842,508,'_mk_post_love','211'),(3843,508,'_padding','false'),(3844,508,'page_preloader','false'),(3845,508,'_disable_comments','true'),(3846,508,'_edge_full_height','true'),(3847,508,'_edge_height','700'),(3848,508,'_edge_orderby','menu_order'),(3849,508,'_edge_order','ASC'),(3850,508,'_edge_animation_speed','600'),(3851,508,'_edge_pause_time','15000'),(3852,508,'_edge_direction_nav','true'),(3853,508,'theme_header_style','1'),(3854,508,'theme_header_align','left'),(3855,508,'theme_toolbar_toggle','true'),(3856,508,'_transparent_header','false'),(3857,508,'_transparent_header_skin','light'),(3858,508,'_trans_header_remove_bg','true'),(3859,508,'_sticky_header_offset','header'),(3860,508,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3861,508,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3862,508,'_theme_options_build','567929d10cd35'),(3863,508,'_single_blog_style','default'),(3864,508,'body_color_gradient','single'),(3865,508,'body_color_gradient_style','linear'),(3866,508,'body_color_gradient_angle','vertical'),(3867,508,'page_color_gradient','single'),(3868,508,'page_color_gradient_style','linear'),(3869,508,'page_color_gradient_angle','vertical'),(3870,508,'header_color_gradient','single'),(3871,508,'header_color_gradient_style','linear'),(3872,508,'header_color_gradient_angle','vertical'),(3873,508,'banner_color_gradient','single'),(3874,508,'banner_color_gradient_style','linear'),(3875,508,'banner_color_gradient_angle','vertical'),(3876,508,'footer_color_gradient','single'),(3877,508,'footer_color_gradient_style','linear'),(3878,508,'footer_color_gradient_angle','vertical'),(3889,508,'_thumbnail_id','7835'),(3892,508,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(3895,509,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3896,509,'_layout','default'),(3897,509,'textfalse',''),(3898,509,'_page_disable_title','-1'),(3899,509,'_enable_slidehsow','-1'),(3900,509,'_icarousel_autoplay','-1'),(3901,509,'_icarousel_3d','-1'),(3902,509,'_icarousel_pause_on_hover','-1'),(3903,509,'_icarousel_direction_nav','-1'),(3904,509,'_flexslider_disableCaption','-1'),(3905,509,'_flexslider_slideshow','-1'),(3906,509,'_flexslider_pauseOnHover','-1'),(3907,509,'_enable_page_gmap','-1'),(3908,509,'_enable_panControl','-1'),(3909,509,'_enable_draggable','-1'),(3910,509,'_enable_scrollwheel','-1'),(3911,509,'_enable_zoomControl','-1'),(3912,509,'_enable_mapTypeControl','-1'),(3913,509,'_enable_scaleControl','-1'),(3914,509,'_gmap_marker','-1'),(3915,509,'_disable_coloring','-1'),(3916,509,'_single_post_type','image'),(3917,509,'_classic_orientation','landscape'),(3918,509,'_single_video_site','youtube'),(3919,509,'_post_newspaper_image_height','500'),(3920,509,'_newspaper_title_position','top'),(3921,509,'_disable_featured_image','true'),(3922,509,'_disable_meta','true'),(3923,509,'_disable_breadcrumb','-1'),(3924,509,'_disable_social_share','true'),(3925,509,'_disable_tags','true'),(3926,509,'_disable_related_posts','true'),(3927,509,'_disable_about_author','true'),(3928,509,'_enable_custom_bg','-1'),(3929,509,'_banner_slideshow','-1'),(3930,509,'_disable_news_slider','-1'),(3931,509,'_wpb_vc_js_status','true'),(3932,509,'_wp_old_slug','curabitur-ac-neque-at-arcu-consectetur-auctor-eget-id-elit'),(3933,509,'_enable_local_backgrounds','-1'),(3934,509,'enable_noti_bar','-1'),(3935,509,'_mp3_file','http://demos.artbees.net/jupiter5-demo/wp-content/uploads/2013/05/adg3com_cloudlessdays.mp3'),(3936,509,'_ogg_file','http://demos.artbees.net/jupiter5-demo/wp-content/uploads/2013/05/misc-5.jpg'),(3937,509,'_single_audio_author','Cloudless days'),(3938,509,'_portfolio_featured_image','-1'),(3939,509,'_portfolio_similar','-1'),(3940,509,'_wpb_vc_js_interface_version','2'),(3941,509,'_introduce_align','left'),(3942,509,'background_selector_orientation','full_width_layout'),(3943,509,'boxed_layout_shadow_size','0'),(3944,509,'boxed_layout_shadow_intensity','0'),(3945,509,'body_color_rgba','1'),(3946,509,'body_source','no-image'),(3947,509,'body_parallax','false'),(3948,509,'page_color_rgba','1'),(3949,509,'page_source','no-image'),(3950,509,'page_parallax','false'),(3951,509,'header_color_rgba','1'),(3952,509,'header_source','no-image'),(3953,509,'header_parallax','false'),(3954,509,'banner_color_rgba','1'),(3955,509,'banner_source','no-image'),(3956,509,'banner_parallax','false'),(3957,509,'footer_color_rgba','1'),(3958,509,'footer_source','no-image'),(3959,509,'footer_parallax','false'),(3960,509,'_slideshow_source','layerslider'),(3961,509,'_icarousel_count','3'),(3962,509,'_icarousel_orderby','menu_order'),(3963,509,'_icarousel_order','ASC'),(3964,509,'_icarousel_perspective','35'),(3965,509,'_icarousel_easing','easeOutCubic'),(3966,509,'_icarousel_animation_speed','500'),(3967,509,'_icarousel_pause_time','5000'),(3968,509,'_flexslider_height','400'),(3969,509,'_flexslider_pagination','circle'),(3970,509,'_flexslider_count','10'),(3971,509,'_flexslider_orderby','menu_order'),(3972,509,'_flexslider_order','ASC'),(3973,509,'_flexslider_easing','easeOutCubic'),(3974,509,'_flexslider_slideshowSpeed','5000'),(3975,509,'_flexslider_animationDuration','600'),(3976,509,'_banner_minHeight','200'),(3977,509,'_banner_padding','30'),(3978,509,'_banner_animation','fade'),(3979,509,'_banner_orderby','menu_order'),(3980,509,'_banner_order','ASC'),(3981,509,'_banner_slideshowSpeed','5000'),(3982,509,'_banner_animationDuration','600'),(3983,509,'_enable_banner_video','-1'),(3984,509,'_banner_video_pattern','-1'),(3985,509,'_enable_footer_twitter','-1'),(3986,509,'_disable_post_lightbox','true'),(3987,509,'_mk_post_love','659'),(3988,509,'_padding','false'),(3989,509,'page_preloader','false'),(3990,509,'_disable_comments','true'),(3991,509,'_edge_full_height','true'),(3992,509,'_edge_height','700'),(3993,509,'_edge_orderby','menu_order'),(3994,509,'_edge_order','ASC'),(3995,509,'_edge_animation_speed','600'),(3996,509,'_edge_pause_time','15000'),(3997,509,'_edge_direction_nav','true'),(3998,509,'theme_header_style','1'),(3999,509,'theme_header_align','left'),(4000,509,'theme_toolbar_toggle','true'),(4001,509,'_transparent_header','false'),(4002,509,'_transparent_header_skin','light'),(4003,509,'_trans_header_remove_bg','true'),(4004,509,'_sticky_header_offset','header'),(4005,509,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4006,509,'_thumbnail_id','7836'),(4007,509,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4008,509,'_theme_options_build','567929d10cd35'),(4011,509,'_single_blog_style','default'),(4012,509,'body_color_gradient','single'),(4013,509,'body_color_gradient_style','linear'),(4014,509,'body_color_gradient_angle','vertical'),(4015,509,'page_color_gradient','single'),(4016,509,'page_color_gradient_style','linear'),(4017,509,'page_color_gradient_angle','vertical'),(4018,509,'header_color_gradient','single'),(4019,509,'header_color_gradient_style','linear'),(4020,509,'header_color_gradient_angle','vertical'),(4021,509,'banner_color_gradient','single'),(4022,509,'banner_color_gradient_style','linear'),(4023,509,'banner_color_gradient_angle','vertical'),(4024,509,'footer_color_gradient','single'),(4025,509,'footer_color_gradient_style','linear'),(4026,509,'footer_color_gradient_angle','vertical'),(4035,509,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(4038,4518,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4039,4518,'enable_noti_bar','-1'),(4040,4518,'_layout','default'),(4041,4518,'textfalse',''),(4042,4518,'_page_disable_title','-1'),(4043,4518,'_enable_slidehsow','-1'),(4044,4518,'_icarousel_autoplay','-1'),(4045,4518,'_icarousel_3d','-1'),(4046,4518,'_icarousel_pause_on_hover','-1'),(4047,4518,'_icarousel_direction_nav','-1'),(4048,4518,'_flexslider_disableCaption','-1'),(4049,4518,'_flexslider_slideshow','-1'),(4050,4518,'_flexslider_pauseOnHover','-1'),(4051,4518,'_enable_page_gmap','-1'),(4052,4518,'_enable_panControl','-1'),(4053,4518,'_enable_draggable','-1'),(4054,4518,'_enable_scrollwheel','-1'),(4055,4518,'_enable_zoomControl','-1'),(4056,4518,'_enable_mapTypeControl','-1'),(4057,4518,'_enable_scaleControl','-1'),(4058,4518,'_gmap_marker','-1'),(4059,4518,'_disable_coloring','-1'),(4060,4518,'_single_post_type','portfolio'),(4061,4518,'_classic_orientation','landscape'),(4062,4518,'_single_video_site','youtube'),(4063,4518,'_post_newspaper_image_height','500'),(4064,4518,'_newspaper_title_position','top'),(4065,4518,'_disable_featured_image','true'),(4066,4518,'_disable_meta','true'),(4067,4518,'_disable_breadcrumb','true'),(4068,4518,'_disable_social_share','true'),(4069,4518,'_disable_tags','true'),(4070,4518,'_disable_related_posts','true'),(4071,4518,'_disable_about_author','true'),(4072,4518,'_wp_old_slug','nunc-adipiscing-semper-nisl-in-tempor'),(4073,4518,'_enable_custom_bg','-1'),(4074,4518,'_banner_slideshow','-1'),(4075,4518,'_disable_news_slider','-1'),(4076,4518,'_wpb_vc_js_status','true'),(4077,4518,'_wpb_vc_js_interface_version','2'),(4078,4518,'_introduce_align','left'),(4079,4518,'_enable_local_backgrounds','false'),(4080,4518,'background_selector_orientation','full_width_layout'),(4081,4518,'boxed_layout_shadow_size','0'),(4082,4518,'boxed_layout_shadow_intensity','0'),(4083,4518,'body_color_rgba','1'),(4084,4518,'body_source','no-image'),(4085,4518,'body_parallax','false'),(4086,4518,'page_color_rgba','1'),(4087,4518,'page_source','no-image'),(4088,4518,'page_parallax','false'),(4089,4518,'header_color_rgba','1'),(4090,4518,'header_source','no-image'),(4091,4518,'header_parallax','false'),(4092,4518,'banner_color_rgba','1'),(4093,4518,'banner_source','no-image'),(4094,4518,'banner_parallax','false'),(4095,4518,'footer_color_rgba','1'),(4096,4518,'footer_source','no-image'),(4097,4518,'footer_parallax','false'),(4098,4518,'_slideshow_source','layerslider'),(4099,4518,'_icarousel_count','3'),(4100,4518,'_icarousel_orderby','menu_order'),(4101,4518,'_icarousel_order','ASC'),(4102,4518,'_icarousel_perspective','35'),(4103,4518,'_icarousel_easing','easeOutCubic'),(4104,4518,'_icarousel_animation_speed','500'),(4105,4518,'_icarousel_pause_time','5000'),(4106,4518,'_flexslider_height','400'),(4107,4518,'_flexslider_pagination','circle'),(4108,4518,'_flexslider_count','10'),(4109,4518,'_flexslider_orderby','menu_order'),(4110,4518,'_flexslider_order','ASC'),(4111,4518,'_flexslider_easing','easeOutCubic'),(4112,4518,'_flexslider_slideshowSpeed','5000'),(4113,4518,'_flexslider_animationDuration','600'),(4114,4518,'_banner_minHeight','200'),(4115,4518,'_banner_padding','30'),(4116,4518,'_banner_animation','fade'),(4117,4518,'_banner_orderby','menu_order'),(4118,4518,'_banner_order','ASC'),(4119,4518,'_banner_slideshowSpeed','5000'),(4120,4518,'_banner_animationDuration','600'),(4121,4518,'_enable_banner_video','-1'),(4122,4518,'_banner_video_pattern','-1'),(4123,4518,'_enable_footer_twitter','-1'),(4124,4518,'_disable_post_lightbox','true'),(4125,4518,'_portfolio_featured_image','-1'),(4126,4518,'_portfolio_similar','-1'),(4127,4518,'_mk_post_love','43'),(4128,4518,'_padding','false'),(4129,4518,'page_preloader','false'),(4130,4518,'_disable_comments','true'),(4131,4518,'_edge_full_height','true'),(4132,4518,'_edge_height','700'),(4133,4518,'_edge_orderby','menu_order'),(4134,4518,'_edge_order','ASC'),(4135,4518,'_edge_animation_speed','600'),(4136,4518,'_edge_pause_time','15000'),(4137,4518,'_edge_direction_nav','true'),(4138,4518,'theme_header_style','1'),(4139,4518,'theme_header_align','left'),(4140,4518,'theme_toolbar_toggle','true'),(4141,4518,'_transparent_header','false'),(4142,4518,'_transparent_header_skin','light'),(4143,4518,'_trans_header_remove_bg','true'),(4144,4518,'_sticky_header_offset','header'),(4145,4518,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4146,4518,'_gallery_images','7815,7816,7817'),(4147,4518,'_thumbnail_id','7813'),(4148,4518,'_dp_original','506'),(4149,4518,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4150,4518,'_theme_options_build','567929d10cd35'),(4155,4518,'_single_blog_style','default'),(4156,4518,'body_color_gradient','single'),(4157,4518,'body_color_gradient_style','linear'),(4158,4518,'body_color_gradient_angle','vertical'),(4159,4518,'page_color_gradient','single'),(4160,4518,'page_color_gradient_style','linear'),(4161,4518,'page_color_gradient_angle','vertical'),(4162,4518,'header_color_gradient','single'),(4163,4518,'header_color_gradient_style','linear'),(4164,4518,'header_color_gradient_angle','vertical'),(4165,4518,'banner_color_gradient','single'),(4166,4518,'banner_color_gradient_style','linear'),(4167,4518,'banner_color_gradient_angle','vertical'),(4168,4518,'footer_color_gradient','single'),(4169,4518,'footer_color_gradient_style','linear'),(4170,4518,'footer_color_gradient_angle','vertical'),(4181,4518,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(4184,4520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4185,4520,'enable_noti_bar','-1'),(4186,4520,'_layout','default'),(4187,4520,'textfalse',''),(4188,4520,'_page_disable_title','-1'),(4189,4520,'_enable_slidehsow','-1'),(4190,4520,'_icarousel_autoplay','-1'),(4191,4520,'_icarousel_3d','-1'),(4192,4520,'_icarousel_pause_on_hover','-1'),(4193,4520,'_icarousel_direction_nav','-1'),(4194,4520,'_flexslider_disableCaption','-1'),(4195,4520,'_flexslider_slideshow','-1'),(4196,4520,'_flexslider_pauseOnHover','-1'),(4197,4520,'_enable_page_gmap','-1'),(4198,4520,'_enable_panControl','-1'),(4199,4520,'_enable_draggable','-1'),(4200,4520,'_enable_scrollwheel','-1'),(4201,4520,'_enable_zoomControl','-1'),(4202,4520,'_enable_mapTypeControl','-1'),(4203,4520,'_enable_scaleControl','-1'),(4204,4520,'_gmap_marker','-1'),(4205,4520,'_disable_coloring','-1'),(4206,4520,'_single_post_type','portfolio'),(4207,4520,'_classic_orientation','portraite'),(4208,4520,'_single_video_site','vimeo'),(4209,4520,'_post_newspaper_image_height','500'),(4210,4520,'_newspaper_title_position','top'),(4211,4520,'_disable_featured_image','true'),(4212,4520,'_disable_meta','true'),(4213,4520,'_disable_breadcrumb','true'),(4214,4520,'_disable_social_share','true'),(4215,4520,'_disable_tags','true'),(4216,4520,'_disable_related_posts','true'),(4217,4520,'_disable_about_author','true'),(4218,4520,'_wp_old_slug','pellentesque-tempus-sem-et-fermentum'),(4219,4520,'_wp_old_slug','pellentesque-tempus-sem-et-fermentum-scelerisque'),(4220,4520,'_enable_custom_bg','-1'),(4221,4520,'_banner_slideshow','-1'),(4222,4520,'_disable_news_slider','-1'),(4223,4520,'_wpb_vc_js_status','true'),(4224,4520,'_wpb_vc_js_interface_version','2'),(4225,4520,'_introduce_align','left'),(4226,4520,'_enable_local_backgrounds','false'),(4227,4520,'background_selector_orientation','full_width_layout'),(4228,4520,'boxed_layout_shadow_size','0'),(4229,4520,'boxed_layout_shadow_intensity','0'),(4230,4520,'body_color_rgba','1'),(4231,4520,'body_source','no-image'),(4232,4520,'body_parallax','false'),(4233,4520,'page_color_rgba','1'),(4234,4520,'page_source','no-image'),(4235,4520,'page_parallax','false'),(4236,4520,'header_color_rgba','1'),(4237,4520,'header_source','no-image'),(4238,4520,'header_parallax','false'),(4239,4520,'banner_color_rgba','1'),(4240,4520,'banner_source','no-image'),(4241,4520,'banner_parallax','false'),(4242,4520,'footer_color_rgba','1'),(4243,4520,'footer_source','no-image'),(4244,4520,'footer_parallax','false'),(4245,4520,'_slideshow_source','layerslider'),(4246,4520,'_icarousel_count','3'),(4247,4520,'_icarousel_orderby','menu_order'),(4248,4520,'_icarousel_order','ASC'),(4249,4520,'_icarousel_perspective','35'),(4250,4520,'_icarousel_easing','easeOutCubic'),(4251,4520,'_icarousel_animation_speed','500'),(4252,4520,'_icarousel_pause_time','5000'),(4253,4520,'_flexslider_height','400'),(4254,4520,'_flexslider_pagination','circle'),(4255,4520,'_flexslider_count','10'),(4256,4520,'_flexslider_orderby','menu_order'),(4257,4520,'_flexslider_order','ASC'),(4258,4520,'_flexslider_easing','easeOutCubic'),(4259,4520,'_flexslider_slideshowSpeed','5000'),(4260,4520,'_flexslider_animationDuration','600'),(4261,4520,'_banner_minHeight','200'),(4262,4520,'_banner_padding','30'),(4263,4520,'_banner_animation','fade'),(4264,4520,'_banner_orderby','menu_order'),(4265,4520,'_banner_order','ASC'),(4266,4520,'_banner_slideshowSpeed','5000'),(4267,4520,'_banner_animationDuration','600'),(4268,4520,'_enable_banner_video','-1'),(4269,4520,'_banner_video_pattern','-1'),(4270,4520,'_enable_footer_twitter','-1'),(4271,4520,'_disable_post_lightbox','true'),(4272,4520,'_portfolio_featured_image','-1'),(4273,4520,'_portfolio_similar','-1'),(4274,4520,'_mk_post_love','112'),(4275,4520,'_padding','false'),(4276,4520,'page_preloader','false'),(4277,4520,'_disable_comments','true'),(4278,4520,'_edge_full_height','true'),(4279,4520,'_edge_height','700'),(4280,4520,'_edge_orderby','menu_order'),(4281,4520,'_edge_order','ASC'),(4282,4520,'_edge_animation_speed','600'),(4283,4520,'_edge_pause_time','15000'),(4284,4520,'_edge_direction_nav','true'),(4285,4520,'theme_header_style','1'),(4286,4520,'theme_header_align','left'),(4287,4520,'theme_toolbar_toggle','true'),(4288,4520,'_transparent_header','false'),(4289,4520,'_transparent_header_skin','light'),(4290,4520,'_trans_header_remove_bg','true'),(4291,4520,'_sticky_header_offset','header'),(4292,4520,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4293,4520,'_single_video_id','103927232'),(4294,4520,'_dp_original','505'),(4295,4520,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4296,4520,'_theme_options_build','567929d10cd35'),(4299,4520,'_single_blog_style','default'),(4300,4520,'body_color_gradient','single'),(4301,4520,'body_color_gradient_style','linear'),(4302,4520,'body_color_gradient_angle','vertical'),(4303,4520,'page_color_gradient','single'),(4304,4520,'page_color_gradient_style','linear'),(4305,4520,'page_color_gradient_angle','vertical'),(4306,4520,'header_color_gradient','single'),(4307,4520,'header_color_gradient_style','linear'),(4308,4520,'header_color_gradient_angle','vertical'),(4309,4520,'banner_color_gradient','single'),(4310,4520,'banner_color_gradient_style','linear'),(4311,4520,'banner_color_gradient_angle','vertical'),(4312,4520,'footer_color_gradient','single'),(4313,4520,'footer_color_gradient_style','linear'),(4314,4520,'footer_color_gradient_angle','vertical'),(4329,4520,'_gallery_images','7845,7844'),(4336,4520,'_thumbnail_id','7846'),(4339,4520,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(4342,7600,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4345,7600,'_theme_options_build','567929d10cd35'),(4346,7600,'_wp_old_slug','instagram-post-1'),(4349,7600,'_mk_post_love','0'),(4352,7600,'_wp_old_slug','a1-instagram-post'),(4353,7600,'_instagram_url','https://www.instagram.com/p/4jyMwUvdKh'),(4354,7600,'_single_video_site','youtube'),(4355,7600,'_disable_featured_image','true'),(4356,7600,'_disable_meta','true'),(4357,7600,'_disable_tags','true'),(4358,7600,'_disable_related_posts','true'),(4359,7600,'_disable_about_author','true'),(4360,7600,'_disable_comments','true'),(4361,7600,'_enable_local_backgrounds','false'),(4362,7600,'theme_header_style','1'),(4363,7600,'theme_header_align','left'),(4364,7600,'theme_toolbar_toggle','true'),(4365,7600,'_transparent_header','false'),(4366,7600,'_trans_header_remove_bg','true'),(4367,7600,'_transparent_header_skin','light'),(4368,7600,'_sticky_header_offset','header'),(4369,7600,'background_selector_orientation','full_width_layout'),(4370,7600,'boxed_layout_shadow_size','0'),(4371,7600,'boxed_layout_shadow_intensity','0'),(4372,7600,'body_color_gradient','single'),(4373,7600,'body_color_gradient_style','linear'),(4374,7600,'body_color_gradient_angle','vertical'),(4375,7600,'body_source','no-image'),(4376,7600,'body_parallax','false'),(4377,7600,'page_color_gradient','single'),(4378,7600,'page_color_gradient_style','linear'),(4379,7600,'page_color_gradient_angle','vertical'),(4380,7600,'page_source','no-image'),(4381,7600,'page_parallax','false'),(4382,7600,'header_color_gradient','single'),(4383,7600,'header_color_gradient_style','linear'),(4384,7600,'header_color_gradient_angle','vertical'),(4385,7600,'header_source','no-image'),(4386,7600,'header_parallax','false'),(4387,7600,'banner_color_gradient','single'),(4388,7600,'banner_color_gradient_style','linear'),(4389,7600,'banner_color_gradient_angle','vertical'),(4390,7600,'banner_source','no-image'),(4391,7600,'banner_parallax','false'),(4392,7600,'footer_color_gradient','single'),(4393,7600,'footer_color_gradient_style','linear'),(4394,7600,'footer_color_gradient_angle','vertical'),(4395,7600,'footer_source','no-image'),(4396,7600,'footer_parallax','false'),(4399,7600,'_wpb_vc_js_status','false'),(4400,7600,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4401,7600,'textfalse',''),(4402,7600,'_layout','default'),(4403,7600,'_padding','false'),(4404,7600,'page_preloader','false'),(4405,7600,'_introduce_align','left'),(4406,7600,'_disable_breadcrumb','true'),(4407,7600,'_single_blog_style','default'),(4408,7600,'_single_post_type','instagram'),(4409,7600,'_classic_orientation','landscape'),(4410,7600,'_thumbnail_id','8537'),(4419,7600,'_blog_instagram_feed','a:15:{s:12:\"provider_url\";s:25:\"https://www.instagram.com\";s:8:\"media_id\";s:29:\"1018878719562732193_267018955\";s:11:\"author_name\";s:7:\"artbees\";s:6:\"height\";N;s:13:\"thumbnail_url\";s:105:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/e15/11419008_1607977919470072_1482677502_n.jpg\";s:15:\"thumbnail_width\";i:640;s:16:\"thumbnail_height\";i:640;s:13:\"provider_name\";s:9:\"Instagram\";s:5:\"title\";s:90:\"#deviantart #mascot spotted on @erkolcuneyt \'s desk!\n#puppet #creative #desktop #workspace\";s:4:\"html\";s:1962:\"<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-version=\"6\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:8px;\"> <div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;\"> <div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAGFBMVEUiIiI9PT0eHh4gIB4hIBkcHBwcHBwcHBydr+JQAAAACHRSTlMABA4YHyQsM5jtaMwAAADfSURBVDjL7ZVBEgMhCAQBAf//42xcNbpAqakcM0ftUmFAAIBE81IqBJdS3lS6zs3bIpB9WED3YYXFPmHRfT8sgyrCP1x8uEUxLMzNWElFOYCV6mHWWwMzdPEKHlhLw7NWJqkHc4uIZphavDzA2JPzUDsBZziNae2S6owH8xPmX8G7zzgKEOPUoYHvGz1TBCxMkd3kwNVbU0gKHkx+iZILf77IofhrY1nYFnB/lQPb79drWOyJVa/DAvg9B/rLB4cC+Nqgdz/TvBbBnr6GBReqn/nRmDgaQEej7WhonozjF+Y2I/fZou/qAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div></div> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/4jyMwUvdKh/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">#deviantart #mascot spotted on @erkolcuneyt 's desk! #puppet #creative #desktop #workspace</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A photo posted by Artbees (@artbees) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2015-06-30T15:57:10+00:00\">Jun 30, 2015 at 8:57am PDT</time></p></div></blockquote>\n<script async defer src=\"//platform.instagram.com/en_US/embeds.js\"></script>\";s:5:\"width\";i:658;s:7:\"version\";s:3:\"1.0\";s:10:\"author_url\";s:33:\"https://www.instagram.com/artbees\";s:9:\"author_id\";i:267018955;s:4:\"type\";s:4:\"rich\";}'),(4420,7600,'_dynamic_styles','Tjs='),(4423,7604,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4424,7604,'_theme_options_build','567929d10cd35'),(4425,7604,'footer_color_gradient_angle','vertical'),(4426,7604,'footer_source','no-image'),(4427,7604,'footer_parallax','false'),(4430,7604,'_mk_post_love','0'),(4433,7604,'_wp_old_slug','a2-blockquote-post-1'),(4436,7604,'_trans_header_remove_bg','true'),(4437,7604,'_transparent_header_skin','light'),(4438,7604,'_sticky_header_offset','header'),(4439,7604,'background_selector_orientation','full_width_layout'),(4440,7604,'boxed_layout_shadow_size','0'),(4441,7604,'boxed_layout_shadow_intensity','0'),(4442,7604,'body_color_gradient','single'),(4443,7604,'body_color_gradient_style','linear'),(4444,7604,'body_color_gradient_angle','vertical'),(4445,7604,'body_source','no-image'),(4446,7604,'body_parallax','false'),(4447,7604,'page_color_gradient','single'),(4448,7604,'page_color_gradient_style','linear'),(4449,7604,'page_color_gradient_angle','vertical'),(4450,7604,'page_source','no-image'),(4451,7604,'page_parallax','false'),(4452,7604,'header_color_gradient','single'),(4453,7604,'header_color_gradient_style','linear'),(4454,7604,'header_color_gradient_angle','vertical'),(4455,7604,'header_source','no-image'),(4456,7604,'header_parallax','false'),(4457,7604,'_enable_local_backgrounds','false'),(4458,7604,'theme_header_style','1'),(4459,7604,'theme_header_align','left'),(4460,7604,'theme_toolbar_toggle','true'),(4461,7604,'_transparent_header','false'),(4464,7604,'_wpb_vc_js_status','false'),(4465,7604,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4466,7604,'textfalse',''),(4467,7604,'_layout','default'),(4468,7604,'_padding','false'),(4469,7604,'page_preloader','false'),(4470,7604,'_introduce_align','left'),(4471,7604,'_disable_breadcrumb','true'),(4472,7604,'_single_blog_style','default'),(4473,7604,'_single_post_type','blockquote'),(4474,7604,'_classic_orientation','landscape'),(4475,7604,'_blockquote_content','My favorite things in life don\'t cost any money. It\'s really clear that the most precious resource we all have is time.'),(4476,7604,'_blockquote_author','Steve JOBS'),(4477,7604,'_single_video_site','youtube'),(4478,7604,'_disable_featured_image','true'),(4479,7604,'_disable_meta','true'),(4480,7604,'_disable_tags','true'),(4481,7604,'_disable_related_posts','true'),(4482,7604,'_disable_about_author','true'),(4483,7604,'_disable_comments','true'),(4484,7604,'banner_color_gradient','single'),(4485,7604,'banner_color_gradient_style','linear'),(4486,7604,'banner_color_gradient_angle','vertical'),(4487,7604,'banner_source','no-image'),(4488,7604,'banner_parallax','false'),(4489,7604,'footer_color_gradient','single'),(4490,7604,'footer_color_gradient_style','linear'),(4491,7604,'_thumbnail_id','104'),(4496,7604,'_dynamic_styles','Tjs='),(4499,7612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4500,7612,'_theme_options_build','567929d10cd35'),(4501,7612,'_blockquote_author','Steve JOBS'),(4502,7612,'_single_video_site','youtube'),(4503,7612,'_disable_featured_image','true'),(4504,7612,'_disable_meta','true'),(4505,7612,'_disable_tags','true'),(4506,7612,'_disable_related_posts','true'),(4507,7612,'_disable_about_author','true'),(4508,7612,'_disable_comments','true'),(4509,7612,'_enable_local_backgrounds','false'),(4510,7612,'theme_header_style','1'),(4511,7612,'theme_header_align','left'),(4512,7612,'theme_toolbar_toggle','true'),(4513,7612,'_transparent_header','false'),(4514,7612,'_trans_header_remove_bg','true'),(4515,7612,'_transparent_header_skin','light'),(4516,7612,'_sticky_header_offset','header'),(4517,7612,'background_selector_orientation','full_width_layout'),(4518,7612,'boxed_layout_shadow_size','0'),(4519,7612,'boxed_layout_shadow_intensity','0'),(4520,7612,'body_color_gradient','single'),(4521,7612,'body_color_gradient_style','linear'),(4522,7612,'body_color_gradient_angle','vertical'),(4523,7612,'body_source','no-image'),(4524,7612,'body_parallax','false'),(4525,7612,'page_color_gradient','single'),(4526,7612,'page_color_gradient_style','linear'),(4527,7612,'page_color_gradient_angle','vertical'),(4528,7612,'page_source','no-image'),(4529,7612,'page_parallax','false'),(4530,7612,'header_color_gradient','single'),(4531,7612,'header_color_gradient_style','linear'),(4532,7612,'header_color_gradient_angle','vertical'),(4533,7612,'header_source','no-image'),(4534,7612,'header_parallax','false'),(4535,7612,'banner_color_gradient','single'),(4536,7612,'banner_color_gradient_style','linear'),(4537,7612,'banner_color_gradient_angle','vertical'),(4538,7612,'banner_source','no-image'),(4539,7612,'banner_parallax','false'),(4540,7612,'footer_color_gradient','single'),(4541,7612,'footer_color_gradient_style','linear'),(4542,7612,'footer_color_gradient_angle','vertical'),(4543,7612,'footer_source','no-image'),(4544,7612,'footer_parallax','false'),(4545,7612,'_mk_post_love','1'),(4546,7612,'_dp_original','7604'),(4551,7612,'_wp_old_slug','a2-blockquote-post-1-2'),(4554,7612,'_introduce_align','left'),(4555,7612,'_disable_breadcrumb','true'),(4556,7612,'_single_blog_style','default'),(4557,7612,'_single_post_type','blockquote'),(4558,7612,'_classic_orientation','landscape'),(4559,7612,'_blockquote_content','Design is not just what it looks like and feels like. Design is how it works.'),(4566,7612,'_wpb_vc_js_status','false'),(4567,7612,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4568,7612,'textfalse',''),(4569,7612,'_layout','default'),(4570,7612,'_padding','false'),(4571,7612,'page_preloader','false'),(4572,7612,'_thumbnail_id','106'),(4577,7612,'_dynamic_styles','Tjs='),(4580,7616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4583,7616,'_wp_old_slug','instagram-post-2'),(4586,7616,'_theme_options_build','567929d10cd35'),(4591,7616,'_wpb_vc_js_status','false'),(4592,7616,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4593,7616,'textfalse',''),(4594,7616,'_layout','default'),(4595,7616,'_padding','false'),(4596,7616,'page_preloader','false'),(4597,7616,'_introduce_align','left'),(4598,7616,'_disable_breadcrumb','true'),(4599,7616,'_single_blog_style','default'),(4600,7616,'_single_post_type','instagram'),(4601,7616,'_classic_orientation','landscape'),(4602,7616,'_instagram_url','https://www.instagram.com/p/zScMWNPdM8'),(4603,7616,'_single_video_site','youtube'),(4604,7616,'_disable_featured_image','true'),(4605,7616,'_disable_meta','true'),(4606,7616,'_disable_tags','true'),(4607,7616,'_disable_related_posts','true'),(4608,7616,'_disable_about_author','true'),(4609,7616,'_disable_comments','true'),(4610,7616,'_enable_local_backgrounds','false'),(4611,7616,'theme_header_style','1'),(4612,7616,'theme_header_align','left'),(4613,7616,'theme_toolbar_toggle','true'),(4614,7616,'_transparent_header','false'),(4615,7616,'_trans_header_remove_bg','true'),(4616,7616,'_transparent_header_skin','light'),(4617,7616,'_sticky_header_offset','header'),(4618,7616,'background_selector_orientation','full_width_layout'),(4619,7616,'boxed_layout_shadow_size','0'),(4620,7616,'boxed_layout_shadow_intensity','0'),(4621,7616,'body_color_gradient','single'),(4622,7616,'body_color_gradient_style','linear'),(4623,7616,'body_color_gradient_angle','vertical'),(4624,7616,'body_source','no-image'),(4625,7616,'body_parallax','false'),(4626,7616,'page_color_gradient','single'),(4627,7616,'page_color_gradient_style','linear'),(4628,7616,'page_color_gradient_angle','vertical'),(4629,7616,'page_source','no-image'),(4630,7616,'page_parallax','false'),(4631,7616,'header_color_gradient','single'),(4632,7616,'header_color_gradient_style','linear'),(4633,7616,'header_color_gradient_angle','vertical'),(4634,7616,'header_source','no-image'),(4635,7616,'header_parallax','false'),(4636,7616,'banner_color_gradient','single'),(4637,7616,'banner_color_gradient_style','linear'),(4638,7616,'banner_color_gradient_angle','vertical'),(4639,7616,'banner_source','no-image'),(4640,7616,'banner_parallax','false'),(4641,7616,'footer_color_gradient','single'),(4642,7616,'footer_color_gradient_style','linear'),(4643,7616,'footer_color_gradient_angle','vertical'),(4644,7616,'footer_source','no-image'),(4645,7616,'footer_parallax','false'),(4646,7616,'_mk_post_love','0'),(4647,7616,'_dp_original','7600'),(4658,7616,'_blog_instagram_feed','a:15:{s:12:\"provider_url\";s:25:\"https://www.instagram.com\";s:8:\"media_id\";s:28:\"923924867344880444_267018955\";s:11:\"author_name\";s:7:\"artbees\";s:6:\"height\";N;s:13:\"thumbnail_url\";s:104:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-15/e15/10955101_349193905278180_1228773872_n.jpg\";s:15:\"thumbnail_width\";i:640;s:16:\"thumbnail_height\";i:640;s:13:\"provider_name\";s:9:\"Instagram\";s:5:\"title\";s:58:\"I got a guest on my desk ! #artbees #mascot #minisculpture\";s:4:\"html\";s:1924:\"<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-version=\"6\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:8px;\"> <div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;\"> <div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAGFBMVEUiIiI9PT0eHh4gIB4hIBkcHBwcHBwcHBydr+JQAAAACHRSTlMABA4YHyQsM5jtaMwAAADfSURBVDjL7ZVBEgMhCAQBAf//42xcNbpAqakcM0ftUmFAAIBE81IqBJdS3lS6zs3bIpB9WED3YYXFPmHRfT8sgyrCP1x8uEUxLMzNWElFOYCV6mHWWwMzdPEKHlhLw7NWJqkHc4uIZphavDzA2JPzUDsBZziNae2S6owH8xPmX8G7zzgKEOPUoYHvGz1TBCxMkd3kwNVbU0gKHkx+iZILf77IofhrY1nYFnB/lQPb79drWOyJVa/DAvg9B/rLB4cC+Nqgdz/TvBbBnr6GBReqn/nRmDgaQEej7WhonozjF+Y2I/fZou/qAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div></div> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/zScMWNPdM8/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">I got a guest on my desk ! #artbees #mascot #minisculpture</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A photo posted by Artbees (@artbees) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2015-02-19T15:40:48+00:00\">Feb 19, 2015 at 7:40am PST</time></p></div></blockquote>\n<script async defer src=\"//platform.instagram.com/en_US/embeds.js\"></script>\";s:5:\"width\";i:658;s:7:\"version\";s:3:\"1.0\";s:10:\"author_url\";s:33:\"https://www.instagram.com/artbees\";s:9:\"author_id\";i:267018955;s:4:\"type\";s:4:\"rich\";}'),(4659,7616,'_thumbnail_id','8530'),(4664,7616,'_dynamic_styles','Tjs='),(4667,7620,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4668,7620,'_theme_options_build','567929d10cd35'),(4685,7620,'_wpb_vc_js_status','true'),(4686,7620,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4687,7620,'textfalse',''),(4688,7620,'_layout','default'),(4689,7620,'_padding','false'),(4690,7620,'page_preloader','false'),(4691,7620,'_introduce_align','left'),(4692,7620,'_disable_breadcrumb','true'),(4693,7620,'_single_blog_style','default'),(4694,7620,'_single_post_type','twitter'),(4695,7620,'_classic_orientation','landscape'),(4696,7620,'_tweet_oembed','https://twitter.com/artbees_design/status/662230438740672513'),(4697,7620,'_single_video_site','youtube'),(4698,7620,'_disable_featured_image','true'),(4699,7620,'_disable_meta','true'),(4700,7620,'_disable_tags','true'),(4701,7620,'_disable_related_posts','true'),(4702,7620,'_disable_about_author','true'),(4703,7620,'_disable_comments','true'),(4704,7620,'_enable_local_backgrounds','false'),(4705,7620,'theme_header_style','1'),(4706,7620,'theme_header_align','left'),(4707,7620,'theme_toolbar_toggle','true'),(4708,7620,'_transparent_header','false'),(4709,7620,'_trans_header_remove_bg','true'),(4710,7620,'_transparent_header_skin','light'),(4711,7620,'_sticky_header_offset','header'),(4712,7620,'background_selector_orientation','full_width_layout'),(4713,7620,'boxed_layout_shadow_size','0'),(4714,7620,'boxed_layout_shadow_intensity','0'),(4715,7620,'body_color_gradient','single'),(4716,7620,'body_color_gradient_style','linear'),(4717,7620,'body_color_gradient_angle','vertical'),(4718,7620,'body_source','no-image'),(4719,7620,'body_parallax','false'),(4720,7620,'page_color_gradient','single'),(4721,7620,'page_color_gradient_style','linear'),(4722,7620,'page_color_gradient_angle','vertical'),(4723,7620,'page_source','no-image'),(4724,7620,'page_parallax','false'),(4725,7620,'header_color_gradient','single'),(4726,7620,'header_color_gradient_style','linear'),(4727,7620,'header_color_gradient_angle','vertical'),(4728,7620,'header_source','no-image'),(4729,7620,'header_parallax','false'),(4730,7620,'banner_color_gradient','single'),(4731,7620,'banner_color_gradient_style','linear'),(4732,7620,'banner_color_gradient_angle','vertical'),(4733,7620,'banner_source','no-image'),(4734,7620,'banner_parallax','false'),(4735,7620,'footer_color_gradient','single'),(4736,7620,'footer_color_gradient_style','linear'),(4737,7620,'footer_color_gradient_angle','vertical'),(4738,7620,'footer_source','no-image'),(4739,7620,'footer_parallax','false'),(4740,7620,'_blog_post_tweet_text','Your purchased website #template sucks after #customisation? Here is how to improve it. https://t.co/skimeXpPQn https://t.co/ghVGDF6BCV'),(4741,7620,'_blog_post_tweet_screen_name','artbees_design'),(4742,7620,'_blog_post_tweet_name','Artbees'),(4743,7620,'_mk_post_love','0'),(4744,7620,'_wp_old_slug','a-twitter-post-1'),(4745,7620,'_dp_original','7587'),(4750,7620,'_thumbnail_id','8534'),(4757,7620,'_dynamic_styles','Tjs='),(4760,7790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4763,7790,'_thumbnail_id','7847'),(4764,7790,'_introduce_align','left'),(4765,7790,'background_selector_orientation','full_width_layout'),(4766,7790,'boxed_layout_shadow_size','0'),(4767,7790,'boxed_layout_shadow_intensity','0'),(4770,7790,'_disable_breadcrumb','-1'),(4771,7790,'_disable_social_share','true'),(4772,7790,'_disable_tags','true'),(4773,7790,'_disable_related_posts','true'),(4774,7790,'_disable_about_author','true'),(4775,7790,'_enable_custom_bg','-1'),(4776,7790,'_banner_slideshow','-1'),(4777,7790,'_disable_news_slider','-1'),(4778,7790,'_wpb_vc_js_status','true'),(4779,7790,'_wp_old_slug','curabitur-ac-neque-at-arcu-consectetur-auctor-eget-id-elit'),(4780,7790,'_enable_local_backgrounds','-1'),(4781,7790,'enable_noti_bar','-1'),(4782,7790,'_mp3_file','http://demos.artbees.net/jupiter5-demo/wp-content/uploads/2013/05/adg3com_cloudlessdays.mp3'),(4783,7790,'_ogg_file','http://demos.artbees.net/jupiter5-demo/wp-content/uploads/2013/05/misc-5.jpg'),(4784,7790,'_single_audio_author','Cloudless days'),(4785,7790,'_portfolio_featured_image','-1'),(4786,7790,'_portfolio_similar','-1'),(4787,7790,'_wpb_vc_js_interface_version','2'),(4792,7790,'body_color_rgba','1'),(4793,7790,'body_source','no-image'),(4794,7790,'body_parallax','false'),(4795,7790,'page_color_rgba','1'),(4796,7790,'page_source','no-image'),(4797,7790,'page_parallax','false'),(4798,7790,'header_color_rgba','1'),(4799,7790,'header_source','no-image'),(4800,7790,'header_parallax','false'),(4801,7790,'banner_color_rgba','1'),(4802,7790,'banner_source','no-image'),(4803,7790,'banner_parallax','false'),(4804,7790,'footer_color_rgba','1'),(4805,7790,'footer_source','no-image'),(4806,7790,'footer_parallax','false'),(4807,7790,'_slideshow_source','layerslider'),(4808,7790,'_icarousel_count','3'),(4809,7790,'_icarousel_orderby','menu_order'),(4810,7790,'_icarousel_order','ASC'),(4811,7790,'_icarousel_perspective','35'),(4812,7790,'_icarousel_easing','easeOutCubic'),(4813,7790,'_icarousel_animation_speed','500'),(4814,7790,'_icarousel_pause_time','5000'),(4815,7790,'_flexslider_height','400'),(4816,7790,'_flexslider_pagination','circle'),(4817,7790,'_flexslider_count','10'),(4818,7790,'_flexslider_orderby','menu_order'),(4819,7790,'_flexslider_order','ASC'),(4820,7790,'_flexslider_easing','easeOutCubic'),(4821,7790,'_flexslider_slideshowSpeed','5000'),(4822,7790,'_flexslider_animationDuration','600'),(4823,7790,'_banner_minHeight','200'),(4824,7790,'_banner_padding','30'),(4825,7790,'_banner_animation','fade'),(4826,7790,'_banner_orderby','menu_order'),(4827,7790,'_banner_order','ASC'),(4828,7790,'_banner_slideshowSpeed','5000'),(4829,7790,'_banner_animationDuration','600'),(4830,7790,'_enable_banner_video','-1'),(4831,7790,'_banner_video_pattern','-1'),(4832,7790,'_enable_footer_twitter','-1'),(4833,7790,'_disable_post_lightbox','true'),(4834,7790,'_mk_post_love','657'),(4835,7790,'_padding','false'),(4836,7790,'page_preloader','false'),(4837,7790,'_disable_comments','true'),(4838,7790,'_edge_full_height','true'),(4839,7790,'_edge_height','700'),(4840,7790,'_edge_orderby','menu_order'),(4841,7790,'_edge_order','ASC'),(4842,7790,'_edge_animation_speed','600'),(4843,7790,'_edge_pause_time','15000'),(4844,7790,'_edge_direction_nav','true'),(4845,7790,'theme_header_style','1'),(4846,7790,'theme_header_align','left'),(4847,7790,'theme_toolbar_toggle','true'),(4848,7790,'_transparent_header','false'),(4849,7790,'_transparent_header_skin','light'),(4850,7790,'_trans_header_remove_bg','true'),(4851,7790,'_sticky_header_offset','header'),(4852,7790,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4853,7790,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4854,7790,'_theme_options_build','567929d10cd35'),(4857,7790,'_single_blog_style','default'),(4858,7790,'body_color_gradient','single'),(4859,7790,'body_color_gradient_style','linear'),(4860,7790,'body_color_gradient_angle','vertical'),(4861,7790,'page_color_gradient','single'),(4862,7790,'page_color_gradient_style','linear'),(4863,7790,'page_color_gradient_angle','vertical'),(4864,7790,'header_color_gradient','single'),(4865,7790,'header_color_gradient_style','linear'),(4866,7790,'header_color_gradient_angle','vertical'),(4867,7790,'banner_color_gradient','single'),(4868,7790,'banner_color_gradient_style','linear'),(4869,7790,'banner_color_gradient_angle','vertical'),(4870,7790,'footer_color_gradient','single'),(4871,7790,'footer_color_gradient_style','linear'),(4872,7790,'footer_color_gradient_angle','vertical'),(4873,7790,'_dp_original','509'),(4878,7790,'_layout','default'),(4879,7790,'textfalse',''),(4880,7790,'_page_disable_title','-1'),(4881,7790,'_enable_slidehsow','-1'),(4882,7790,'_icarousel_autoplay','-1'),(4883,7790,'_icarousel_3d','-1'),(4884,7790,'_icarousel_pause_on_hover','-1'),(4885,7790,'_icarousel_direction_nav','-1'),(4886,7790,'_flexslider_disableCaption','-1'),(4887,7790,'_flexslider_slideshow','-1'),(4888,7790,'_flexslider_pauseOnHover','-1'),(4889,7790,'_enable_page_gmap','-1'),(4890,7790,'_enable_panControl','-1'),(4891,7790,'_enable_draggable','-1'),(4892,7790,'_enable_scrollwheel','-1'),(4893,7790,'_enable_zoomControl','-1'),(4894,7790,'_enable_mapTypeControl','-1'),(4895,7790,'_enable_scaleControl','-1'),(4896,7790,'_gmap_marker','-1'),(4897,7790,'_disable_coloring','-1'),(4898,7790,'_single_post_type','image'),(4899,7790,'_classic_orientation','landscape'),(4900,7790,'_single_video_site','youtube'),(4901,7790,'_post_newspaper_image_height','500'),(4902,7790,'_newspaper_title_position','top'),(4903,7790,'_disable_featured_image','true'),(4904,7790,'_disable_meta','true'),(4909,7790,'_wp_old_slug','medium-post'),(4910,7790,'_wp_old_slug','the-new-clear-and-bold-blog-post'),(4917,7790,'_dynamic_styles','YTozOntpOjA7YToyOntzOjI6ImlkIjtpOjI7czo2OiJpbmplY3QiO3M6Njk6IgoJI3RleHQtYmxvY2stMiB7CgkgICAgIG1hcmdpbi1ib3R0b206MHB4OwoJICAgICB0ZXh0LWFsaWduOmxlZnQ7Cgl9CiI7fWk6MTthOjI6e3M6MjoiaWQiO2k6NDtzOjY6ImluamVjdCI7czo2OToiCgkjdGV4dC1ibG9jay00IHsKCSAgICAgbWFyZ2luLWJvdHRvbTowcHg7CgkgICAgIHRleHQtYWxpZ246bGVmdDsKCX0KIjt9aToyO2E6Mjp7czoyOiJpZCI7aTo1O3M6NjoiaW5qZWN0IjtzOjY5OiIKCSN0ZXh0LWJsb2NrLTUgewoJICAgICBtYXJnaW4tYm90dG9tOjBweDsKCSAgICAgdGV4dC1hbGlnbjpsZWZ0OwoJfQoiO319'),(4954,5,'_edit_last','1'),(4955,5,'_edit_lock','1503359288:1'),(4956,5557,'_edit_last','1'),(4957,5557,'_edit_lock','1502906607:1'),(4958,5527,'_edit_last','1'),(4959,5527,'_edit_lock','1502906617:1'),(4960,7791,'_edit_last','1'),(4961,7791,'_edit_lock','1502906626:1'),(4962,5537,'_edit_last','1'),(4963,5537,'_edit_lock','1502906641:1'),(4964,7801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4965,7801,'_edit_last','1'),(4966,7801,'_wp_page_template','default'),(4967,7801,'_wpb_vc_js_status','false'),(4968,7801,'textfalse',''),(4969,7801,'_layout','full'),(4970,7801,'_padding','false'),(4971,7801,'page_preloader','false'),(4972,7801,'_introduce_align','left'),(4973,7801,'_disable_breadcrumb','true'),(4974,7801,'_enable_local_backgrounds','false'),(4975,7801,'theme_header_style','1'),(4976,7801,'theme_header_align','left'),(4977,7801,'theme_toolbar_toggle','true'),(4978,7801,'_transparent_header','false'),(4979,7801,'_trans_header_remove_bg','true'),(4980,7801,'_transparent_header_skin','light'),(4981,7801,'_sticky_header_offset','header'),(4982,7801,'background_selector_orientation','full_width_layout'),(4983,7801,'boxed_layout_shadow_size','0'),(4984,7801,'boxed_layout_shadow_intensity','0'),(4985,7801,'body_color_gradient','single'),(4986,7801,'body_color_gradient_style','linear'),(4987,7801,'body_color_gradient_angle','vertical'),(4988,7801,'body_size','false'),(4989,7801,'body_source','no-image'),(4990,7801,'body_parallax','false'),(4991,7801,'page_color_gradient','single'),(4992,7801,'page_color_gradient_style','linear'),(4993,7801,'page_color_gradient_angle','vertical'),(4994,7801,'page_size','false'),(4995,7801,'page_source','no-image'),(4996,7801,'page_parallax','false'),(4997,7801,'header_color_gradient','single'),(4998,7801,'header_color_gradient_style','linear'),(4999,7801,'header_color_gradient_angle','vertical'),(5000,7801,'header_size','false'),(5001,7801,'header_source','no-image'),(5002,7801,'header_parallax','false'),(5003,7801,'banner_color_gradient','single'),(5004,7801,'banner_color_gradient_style','linear'),(5005,7801,'banner_color_gradient_angle','vertical'),(5006,7801,'banner_size','false'),(5007,7801,'banner_source','no-image'),(5008,7801,'banner_parallax','false'),(5009,7801,'footer_color_gradient','single'),(5010,7801,'footer_color_gradient_style','linear'),(5011,7801,'footer_color_gradient_angle','vertical'),(5012,7801,'footer_size','false'),(5013,7801,'footer_source','no-image'),(5014,7801,'footer_parallax','false'),(5015,7801,'_edit_lock','1502925461:1'),(5016,7803,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5017,7803,'_edit_last','1'),(5018,7803,'_wp_page_template','default'),(5019,7803,'_wpb_vc_js_status','true'),(5020,7803,'textfalse',''),(5021,7803,'_layout','full'),(5022,7803,'_padding','false'),(5023,7803,'page_preloader','false'),(5024,7803,'_introduce_align','left'),(5025,7803,'_disable_breadcrumb','true'),(5026,7803,'_enable_local_backgrounds','false'),(5027,7803,'theme_header_style','1'),(5028,7803,'theme_header_align','left'),(5029,7803,'theme_toolbar_toggle','true'),(5030,7803,'_transparent_header','false'),(5031,7803,'_trans_header_remove_bg','true'),(5032,7803,'_transparent_header_skin','light'),(5033,7803,'_sticky_header_offset','header'),(5034,7803,'background_selector_orientation','full_width_layout'),(5035,7803,'boxed_layout_shadow_size','0'),(5036,7803,'boxed_layout_shadow_intensity','0'),(5037,7803,'body_color_gradient','single'),(5038,7803,'body_color_gradient_style','linear'),(5039,7803,'body_color_gradient_angle','vertical'),(5040,7803,'body_size','false'),(5041,7803,'body_source','no-image'),(5042,7803,'body_parallax','false'),(5043,7803,'page_color_gradient','single'),(5044,7803,'page_color_gradient_style','linear'),(5045,7803,'page_color_gradient_angle','vertical'),(5046,7803,'page_size','false'),(5047,7803,'page_source','no-image'),(5048,7803,'page_parallax','false'),(5049,7803,'header_color_gradient','single'),(5050,7803,'header_color_gradient_style','linear'),(5051,7803,'header_color_gradient_angle','vertical'),(5052,7803,'header_size','false'),(5053,7803,'header_source','no-image'),(5054,7803,'header_parallax','false'),(5055,7803,'banner_color_gradient','single'),(5056,7803,'banner_color_gradient_style','linear'),(5057,7803,'banner_color_gradient_angle','vertical'),(5058,7803,'banner_size','false'),(5059,7803,'banner_source','no-image'),(5060,7803,'banner_parallax','false'),(5061,7803,'footer_color_gradient','single'),(5062,7803,'footer_color_gradient_style','linear'),(5063,7803,'footer_color_gradient_angle','vertical'),(5064,7803,'footer_size','false'),(5065,7803,'footer_source','no-image'),(5066,7803,'footer_parallax','false'),(5067,7803,'_edit_lock','1503422150:1'),(5068,7805,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5069,7805,'_edit_last','1'),(5070,7805,'_wp_page_template','default'),(5071,7805,'_wpb_vc_js_status','false'),(5072,7805,'textfalse',''),(5073,7805,'_layout','full'),(5074,7805,'_padding','false'),(5075,7805,'page_preloader','false'),(5076,7805,'_introduce_align','left'),(5077,7805,'_disable_breadcrumb','true'),(5078,7805,'_enable_local_backgrounds','false'),(5079,7805,'theme_header_style','1'),(5080,7805,'theme_header_align','left'),(5081,7805,'theme_toolbar_toggle','true'),(5082,7805,'_transparent_header','false'),(5083,7805,'_trans_header_remove_bg','true'),(5084,7805,'_transparent_header_skin','light'),(5085,7805,'_sticky_header_offset','header'),(5086,7805,'background_selector_orientation','full_width_layout'),(5087,7805,'boxed_layout_shadow_size','0'),(5088,7805,'boxed_layout_shadow_intensity','0'),(5089,7805,'body_color_gradient','single'),(5090,7805,'body_color_gradient_style','linear'),(5091,7805,'body_color_gradient_angle','vertical'),(5092,7805,'body_size','false'),(5093,7805,'body_source','no-image'),(5094,7805,'body_parallax','false'),(5095,7805,'page_color_gradient','single'),(5096,7805,'page_color_gradient_style','linear'),(5097,7805,'page_color_gradient_angle','vertical'),(5098,7805,'page_size','false'),(5099,7805,'page_source','no-image'),(5100,7805,'page_parallax','false'),(5101,7805,'header_color_gradient','single'),(5102,7805,'header_color_gradient_style','linear'),(5103,7805,'header_color_gradient_angle','vertical'),(5104,7805,'header_size','false'),(5105,7805,'header_source','no-image'),(5106,7805,'header_parallax','false'),(5107,7805,'banner_color_gradient','single'),(5108,7805,'banner_color_gradient_style','linear'),(5109,7805,'banner_color_gradient_angle','vertical'),(5110,7805,'banner_size','false'),(5111,7805,'banner_source','no-image'),(5112,7805,'banner_parallax','false'),(5113,7805,'footer_color_gradient','single'),(5114,7805,'footer_color_gradient_style','linear'),(5115,7805,'footer_color_gradient_angle','vertical'),(5116,7805,'footer_size','false'),(5117,7805,'footer_source','no-image'),(5118,7805,'footer_parallax','false'),(5119,7805,'_edit_lock','1502906585:1'),(5120,7807,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5121,7807,'_edit_last','1'),(5122,7807,'_edit_lock','1502906611:1'),(5123,7807,'_wp_page_template','default'),(5124,7807,'_wpb_vc_js_status','false'),(5125,7807,'textfalse',''),(5126,7807,'_layout','full'),(5127,7807,'_padding','false'),(5128,7807,'page_preloader','false'),(5129,7807,'_introduce_align','left'),(5130,7807,'_disable_breadcrumb','true'),(5131,7807,'_enable_local_backgrounds','false'),(5132,7807,'theme_header_style','1'),(5133,7807,'theme_header_align','left'),(5134,7807,'theme_toolbar_toggle','true'),(5135,7807,'_transparent_header','false'),(5136,7807,'_trans_header_remove_bg','true'),(5137,7807,'_transparent_header_skin','light'),(5138,7807,'_sticky_header_offset','header'),(5139,7807,'background_selector_orientation','full_width_layout'),(5140,7807,'boxed_layout_shadow_size','0'),(5141,7807,'boxed_layout_shadow_intensity','0'),(5142,7807,'body_color_gradient','single'),(5143,7807,'body_color_gradient_style','linear'),(5144,7807,'body_color_gradient_angle','vertical'),(5145,7807,'body_size','false'),(5146,7807,'body_source','no-image'),(5147,7807,'body_parallax','false'),(5148,7807,'page_color_gradient','single'),(5149,7807,'page_color_gradient_style','linear'),(5150,7807,'page_color_gradient_angle','vertical'),(5151,7807,'page_size','false'),(5152,7807,'page_source','no-image'),(5153,7807,'page_parallax','false'),(5154,7807,'header_color_gradient','single'),(5155,7807,'header_color_gradient_style','linear'),(5156,7807,'header_color_gradient_angle','vertical'),(5157,7807,'header_size','false'),(5158,7807,'header_source','no-image'),(5159,7807,'header_parallax','false'),(5160,7807,'banner_color_gradient','single'),(5161,7807,'banner_color_gradient_style','linear'),(5162,7807,'banner_color_gradient_angle','vertical'),(5163,7807,'banner_size','false'),(5164,7807,'banner_source','no-image'),(5165,7807,'banner_parallax','false'),(5166,7807,'footer_color_gradient','single'),(5167,7807,'footer_color_gradient_style','linear'),(5168,7807,'footer_color_gradient_angle','vertical'),(5169,7807,'footer_size','false'),(5170,7807,'footer_source','no-image'),(5171,7807,'footer_parallax','false'),(5173,7810,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5174,7810,'_edit_last','1'),(5175,7810,'_edit_lock','1502906647:1'),(5176,7810,'_wp_page_template','default'),(5177,7810,'_wpb_vc_js_status','false'),(5178,7810,'textfalse',''),(5179,7810,'_layout','full'),(5180,7810,'_padding','false'),(5181,7810,'page_preloader','false'),(5182,7810,'_introduce_align','left'),(5183,7810,'_disable_breadcrumb','true'),(5184,7810,'_enable_local_backgrounds','false'),(5185,7810,'theme_header_style','1'),(5186,7810,'theme_header_align','left'),(5187,7810,'theme_toolbar_toggle','true'),(5188,7810,'_transparent_header','false'),(5189,7810,'_trans_header_remove_bg','true'),(5190,7810,'_transparent_header_skin','light'),(5191,7810,'_sticky_header_offset','header'),(5192,7810,'background_selector_orientation','full_width_layout'),(5193,7810,'boxed_layout_shadow_size','0'),(5194,7810,'boxed_layout_shadow_intensity','0'),(5195,7810,'body_color_gradient','single'),(5196,7810,'body_color_gradient_style','linear'),(5197,7810,'body_color_gradient_angle','vertical'),(5198,7810,'body_size','false'),(5199,7810,'body_source','no-image'),(5200,7810,'body_parallax','false'),(5201,7810,'page_color_gradient','single'),(5202,7810,'page_color_gradient_style','linear'),(5203,7810,'page_color_gradient_angle','vertical'),(5204,7810,'page_size','false'),(5205,7810,'page_source','no-image'),(5206,7810,'page_parallax','false'),(5207,7810,'header_color_gradient','single'),(5208,7810,'header_color_gradient_style','linear'),(5209,7810,'header_color_gradient_angle','vertical'),(5210,7810,'header_size','false'),(5211,7810,'header_source','no-image'),(5212,7810,'header_parallax','false'),(5213,7810,'banner_color_gradient','single'),(5214,7810,'banner_color_gradient_style','linear'),(5215,7810,'banner_color_gradient_angle','vertical'),(5216,7810,'banner_size','false'),(5217,7810,'banner_source','no-image'),(5218,7810,'banner_parallax','false'),(5219,7810,'footer_color_gradient','single'),(5220,7810,'footer_color_gradient_style','linear'),(5221,7810,'footer_color_gradient_angle','vertical'),(5222,7810,'footer_size','false'),(5223,7810,'footer_source','no-image'),(5224,7810,'footer_parallax','false'),(5225,7812,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5226,7812,'_edit_last','1'),(5227,7812,'_edit_lock','1502906672:1'),(5228,7812,'_wp_page_template','default'),(5229,7812,'_wpb_vc_js_status','false'),(5230,7812,'textfalse',''),(5231,7812,'_layout','full'),(5232,7812,'_padding','false'),(5233,7812,'page_preloader','false'),(5234,7812,'_introduce_align','left'),(5235,7812,'_disable_breadcrumb','true'),(5236,7812,'_enable_local_backgrounds','false'),(5237,7812,'theme_header_style','1'),(5238,7812,'theme_header_align','left'),(5239,7812,'theme_toolbar_toggle','true'),(5240,7812,'_transparent_header','false'),(5241,7812,'_trans_header_remove_bg','true'),(5242,7812,'_transparent_header_skin','light'),(5243,7812,'_sticky_header_offset','header'),(5244,7812,'background_selector_orientation','full_width_layout'),(5245,7812,'boxed_layout_shadow_size','0'),(5246,7812,'boxed_layout_shadow_intensity','0'),(5247,7812,'body_color_gradient','single'),(5248,7812,'body_color_gradient_style','linear'),(5249,7812,'body_color_gradient_angle','vertical'),(5250,7812,'body_size','false'),(5251,7812,'body_source','no-image'),(5252,7812,'body_parallax','false'),(5253,7812,'page_color_gradient','single'),(5254,7812,'page_color_gradient_style','linear'),(5255,7812,'page_color_gradient_angle','vertical'),(5256,7812,'page_size','false'),(5257,7812,'page_source','no-image'),(5258,7812,'page_parallax','false'),(5259,7812,'header_color_gradient','single'),(5260,7812,'header_color_gradient_style','linear'),(5261,7812,'header_color_gradient_angle','vertical'),(5262,7812,'header_size','false'),(5263,7812,'header_source','no-image'),(5264,7812,'header_parallax','false'),(5265,7812,'banner_color_gradient','single'),(5266,7812,'banner_color_gradient_style','linear'),(5267,7812,'banner_color_gradient_angle','vertical'),(5268,7812,'banner_size','false'),(5269,7812,'banner_source','no-image'),(5270,7812,'banner_parallax','false'),(5271,7812,'footer_color_gradient','single'),(5272,7812,'footer_color_gradient_style','linear'),(5273,7812,'footer_color_gradient_angle','vertical'),(5274,7812,'footer_size','false'),(5275,7812,'footer_source','no-image'),(5276,7812,'footer_parallax','false'),(5277,7814,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5278,7814,'_edit_last','1'),(5279,7814,'_wp_page_template','default'),(5280,7814,'_wpb_vc_js_status','false'),(5281,7814,'textfalse',''),(5282,7814,'_layout','full'),(5283,7814,'_padding','false'),(5284,7814,'page_preloader','false'),(5285,7814,'_introduce_align','left'),(5286,7814,'_disable_breadcrumb','true'),(5287,7814,'_enable_local_backgrounds','false'),(5288,7814,'theme_header_style','1'),(5289,7814,'theme_header_align','left'),(5290,7814,'theme_toolbar_toggle','true'),(5291,7814,'_transparent_header','false'),(5292,7814,'_trans_header_remove_bg','true'),(5293,7814,'_transparent_header_skin','light'),(5294,7814,'_sticky_header_offset','header'),(5295,7814,'background_selector_orientation','full_width_layout'),(5296,7814,'boxed_layout_shadow_size','0'),(5297,7814,'boxed_layout_shadow_intensity','0'),(5298,7814,'body_color_gradient','single'),(5299,7814,'body_color_gradient_style','linear'),(5300,7814,'body_color_gradient_angle','vertical'),(5301,7814,'body_size','false'),(5302,7814,'body_source','no-image'),(5303,7814,'body_parallax','false'),(5304,7814,'page_color_gradient','single'),(5305,7814,'page_color_gradient_style','linear'),(5306,7814,'page_color_gradient_angle','vertical'),(5307,7814,'page_size','false'),(5308,7814,'page_source','no-image'),(5309,7814,'page_parallax','false'),(5310,7814,'header_color_gradient','single'),(5311,7814,'header_color_gradient_style','linear'),(5312,7814,'header_color_gradient_angle','vertical'),(5313,7814,'header_size','false'),(5314,7814,'header_source','no-image'),(5315,7814,'header_parallax','false'),(5316,7814,'banner_color_gradient','single'),(5317,7814,'banner_color_gradient_style','linear'),(5318,7814,'banner_color_gradient_angle','vertical'),(5319,7814,'banner_size','false'),(5320,7814,'banner_source','no-image'),(5321,7814,'banner_parallax','false'),(5322,7814,'footer_color_gradient','single'),(5323,7814,'footer_color_gradient_style','linear'),(5324,7814,'footer_color_gradient_angle','vertical'),(5325,7814,'footer_size','false'),(5326,7814,'footer_source','no-image'),(5327,7814,'footer_parallax','false'),(5328,7814,'_edit_lock','1502906696:1'),(5329,7816,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5330,7816,'_edit_last','1'),(5331,7816,'_wp_page_template','default'),(5332,7816,'_wpb_vc_js_status','true'),(5333,7816,'textfalse',''),(5334,7816,'_layout','full'),(5335,7816,'_padding','true'),(5336,7816,'page_preloader','false'),(5337,7816,'_introduce_align','left'),(5338,7816,'_disable_breadcrumb','true'),(5339,7816,'_enable_local_backgrounds','false'),(5340,7816,'theme_header_style','1'),(5341,7816,'theme_header_align','left'),(5342,7816,'theme_toolbar_toggle','true'),(5343,7816,'_transparent_header','false'),(5344,7816,'_trans_header_remove_bg','true'),(5345,7816,'_transparent_header_skin','light'),(5346,7816,'_sticky_header_offset','header'),(5347,7816,'background_selector_orientation','full_width_layout'),(5348,7816,'boxed_layout_shadow_size','0'),(5349,7816,'boxed_layout_shadow_intensity','0'),(5350,7816,'body_color_gradient','single'),(5351,7816,'body_color_gradient_style','linear'),(5352,7816,'body_color_gradient_angle','vertical'),(5353,7816,'body_size','false'),(5354,7816,'body_source','no-image'),(5355,7816,'body_parallax','false'),(5356,7816,'page_color_gradient','single'),(5357,7816,'page_color_gradient_style','linear'),(5358,7816,'page_color_gradient_angle','vertical'),(5359,7816,'page_size','false'),(5360,7816,'page_source','no-image'),(5361,7816,'page_parallax','false'),(5362,7816,'header_color_gradient','single'),(5363,7816,'header_color_gradient_style','linear'),(5364,7816,'header_color_gradient_angle','vertical'),(5365,7816,'header_size','false'),(5366,7816,'header_source','no-image'),(5367,7816,'header_parallax','false'),(5368,7816,'banner_color_gradient','single'),(5369,7816,'banner_color_gradient_style','linear'),(5370,7816,'banner_color_gradient_angle','vertical'),(5371,7816,'banner_size','false'),(5372,7816,'banner_source','no-image'),(5373,7816,'banner_parallax','false'),(5374,7816,'footer_color_gradient','single'),(5375,7816,'footer_color_gradient_style','linear'),(5376,7816,'footer_color_gradient_angle','vertical'),(5377,7816,'footer_size','false'),(5378,7816,'footer_source','no-image'),(5379,7816,'footer_parallax','false'),(5380,7816,'_edit_lock','1503095823:1'),(5381,7818,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5382,7818,'_edit_last','1'),(5383,7818,'_edit_lock','1502906874:1'),(5384,7818,'_wp_page_template','default'),(5385,7818,'_wpb_vc_js_status','false'),(5386,7818,'textfalse',''),(5387,7818,'_layout','full'),(5388,7818,'_padding','false'),(5389,7818,'page_preloader','false'),(5390,7818,'_introduce_align','left'),(5391,7818,'_disable_breadcrumb','true'),(5392,7818,'_enable_local_backgrounds','false'),(5393,7818,'theme_header_style','1'),(5394,7818,'theme_header_align','left'),(5395,7818,'theme_toolbar_toggle','true'),(5396,7818,'_transparent_header','false'),(5397,7818,'_trans_header_remove_bg','true'),(5398,7818,'_transparent_header_skin','light'),(5399,7818,'_sticky_header_offset','header'),(5400,7818,'background_selector_orientation','full_width_layout'),(5401,7818,'boxed_layout_shadow_size','0'),(5402,7818,'boxed_layout_shadow_intensity','0'),(5403,7818,'body_color_gradient','single'),(5404,7818,'body_color_gradient_style','linear'),(5405,7818,'body_color_gradient_angle','vertical'),(5406,7818,'body_size','false'),(5407,7818,'body_source','no-image'),(5408,7818,'body_parallax','false'),(5409,7818,'page_color_gradient','single'),(5410,7818,'page_color_gradient_style','linear'),(5411,7818,'page_color_gradient_angle','vertical'),(5412,7818,'page_size','false'),(5413,7818,'page_source','no-image'),(5414,7818,'page_parallax','false'),(5415,7818,'header_color_gradient','single'),(5416,7818,'header_color_gradient_style','linear'),(5417,7818,'header_color_gradient_angle','vertical'),(5418,7818,'header_size','false'),(5419,7818,'header_source','no-image'),(5420,7818,'header_parallax','false'),(5421,7818,'banner_color_gradient','single'),(5422,7818,'banner_color_gradient_style','linear'),(5423,7818,'banner_color_gradient_angle','vertical'),(5424,7818,'banner_size','false'),(5425,7818,'banner_source','no-image'),(5426,7818,'banner_parallax','false'),(5427,7818,'footer_color_gradient','single'),(5428,7818,'footer_color_gradient_style','linear'),(5429,7818,'footer_color_gradient_angle','vertical'),(5430,7818,'footer_size','false'),(5431,7818,'footer_source','no-image'),(5432,7818,'footer_parallax','false'),(5433,7820,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5434,7820,'_edit_last','1'),(5435,7820,'_wp_page_template','default'),(5436,7820,'_wpb_vc_js_status','false'),(5437,7820,'textfalse',''),(5438,7820,'_layout','full'),(5439,7820,'_padding','false'),(5440,7820,'page_preloader','false'),(5441,7820,'_introduce_align','left'),(5442,7820,'_disable_breadcrumb','true'),(5443,7820,'_enable_local_backgrounds','false'),(5444,7820,'theme_header_style','1'),(5445,7820,'theme_header_align','left'),(5446,7820,'theme_toolbar_toggle','true'),(5447,7820,'_transparent_header','false'),(5448,7820,'_trans_header_remove_bg','true'),(5449,7820,'_transparent_header_skin','light'),(5450,7820,'_sticky_header_offset','header'),(5451,7820,'background_selector_orientation','full_width_layout'),(5452,7820,'boxed_layout_shadow_size','0'),(5453,7820,'boxed_layout_shadow_intensity','0'),(5454,7820,'body_color_gradient','single'),(5455,7820,'body_color_gradient_style','linear'),(5456,7820,'body_color_gradient_angle','vertical'),(5457,7820,'body_size','false'),(5458,7820,'body_source','no-image'),(5459,7820,'body_parallax','false'),(5460,7820,'page_color_gradient','single'),(5461,7820,'page_color_gradient_style','linear'),(5462,7820,'page_color_gradient_angle','vertical'),(5463,7820,'page_size','false'),(5464,7820,'page_source','no-image'),(5465,7820,'page_parallax','false'),(5466,7820,'header_color_gradient','single'),(5467,7820,'header_color_gradient_style','linear'),(5468,7820,'header_color_gradient_angle','vertical'),(5469,7820,'header_size','false'),(5470,7820,'header_source','no-image'),(5471,7820,'header_parallax','false'),(5472,7820,'banner_color_gradient','single'),(5473,7820,'banner_color_gradient_style','linear'),(5474,7820,'banner_color_gradient_angle','vertical'),(5475,7820,'banner_size','false'),(5476,7820,'banner_source','no-image'),(5477,7820,'banner_parallax','false'),(5478,7820,'footer_color_gradient','single'),(5479,7820,'footer_color_gradient_style','linear'),(5480,7820,'footer_color_gradient_angle','vertical'),(5481,7820,'footer_size','false'),(5482,7820,'footer_source','no-image'),(5483,7820,'footer_parallax','false'),(5484,7820,'_edit_lock','1502906796:1'),(5485,7822,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5486,7822,'_edit_last','1'),(5487,7822,'_wp_page_template','default'),(5488,7822,'_wpb_vc_js_status','false'),(5489,7822,'textfalse',''),(5490,7822,'_layout','full'),(5491,7822,'_padding','false'),(5492,7822,'page_preloader','false'),(5493,7822,'_introduce_align','left'),(5494,7822,'_disable_breadcrumb','true'),(5495,7822,'_enable_local_backgrounds','false'),(5496,7822,'theme_header_style','1'),(5497,7822,'theme_header_align','left'),(5498,7822,'theme_toolbar_toggle','true'),(5499,7822,'_transparent_header','false'),(5500,7822,'_trans_header_remove_bg','true'),(5501,7822,'_transparent_header_skin','light'),(5502,7822,'_sticky_header_offset','header'),(5503,7822,'background_selector_orientation','full_width_layout'),(5504,7822,'boxed_layout_shadow_size','0'),(5505,7822,'boxed_layout_shadow_intensity','0'),(5506,7822,'body_color_gradient','single'),(5507,7822,'body_color_gradient_style','linear'),(5508,7822,'body_color_gradient_angle','vertical'),(5509,7822,'body_size','false'),(5510,7822,'body_source','no-image'),(5511,7822,'body_parallax','false'),(5512,7822,'page_color_gradient','single'),(5513,7822,'page_color_gradient_style','linear'),(5514,7822,'page_color_gradient_angle','vertical'),(5515,7822,'page_size','false'),(5516,7822,'page_source','no-image'),(5517,7822,'page_parallax','false'),(5518,7822,'header_color_gradient','single'),(5519,7822,'header_color_gradient_style','linear'),(5520,7822,'header_color_gradient_angle','vertical'),(5521,7822,'header_size','false'),(5522,7822,'header_source','no-image'),(5523,7822,'header_parallax','false'),(5524,7822,'banner_color_gradient','single'),(5525,7822,'banner_color_gradient_style','linear'),(5526,7822,'banner_color_gradient_angle','vertical'),(5527,7822,'banner_size','false'),(5528,7822,'banner_source','no-image'),(5529,7822,'banner_parallax','false'),(5530,7822,'footer_color_gradient','single'),(5531,7822,'footer_color_gradient_style','linear'),(5532,7822,'footer_color_gradient_angle','vertical'),(5533,7822,'footer_size','false'),(5534,7822,'footer_source','no-image'),(5535,7822,'footer_parallax','false'),(5536,7822,'_edit_lock','1502908387:1'),(5537,7824,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5538,7824,'_edit_last','1'),(5539,7824,'_wp_page_template','default'),(5540,7824,'_wpb_vc_js_status','false'),(5541,7824,'textfalse',''),(5542,7824,'_layout','full'),(5543,7824,'_padding','false'),(5544,7824,'page_preloader','false'),(5545,7824,'_introduce_align','left'),(5546,7824,'_disable_breadcrumb','true'),(5547,7824,'_enable_local_backgrounds','false'),(5548,7824,'theme_header_style','1'),(5549,7824,'theme_header_align','left'),(5550,7824,'theme_toolbar_toggle','true'),(5551,7824,'_transparent_header','false'),(5552,7824,'_trans_header_remove_bg','true'),(5553,7824,'_transparent_header_skin','light'),(5554,7824,'_sticky_header_offset','header'),(5555,7824,'background_selector_orientation','full_width_layout'),(5556,7824,'boxed_layout_shadow_size','0'),(5557,7824,'boxed_layout_shadow_intensity','0'),(5558,7824,'body_color_gradient','single'),(5559,7824,'body_color_gradient_style','linear'),(5560,7824,'body_color_gradient_angle','vertical'),(5561,7824,'body_size','false'),(5562,7824,'body_source','no-image'),(5563,7824,'body_parallax','false'),(5564,7824,'page_color_gradient','single'),(5565,7824,'page_color_gradient_style','linear'),(5566,7824,'page_color_gradient_angle','vertical'),(5567,7824,'page_size','false'),(5568,7824,'page_source','no-image'),(5569,7824,'page_parallax','false'),(5570,7824,'header_color_gradient','single'),(5571,7824,'header_color_gradient_style','linear'),(5572,7824,'header_color_gradient_angle','vertical'),(5573,7824,'header_size','false'),(5574,7824,'header_source','no-image'),(5575,7824,'header_parallax','false'),(5576,7824,'banner_color_gradient','single'),(5577,7824,'banner_color_gradient_style','linear'),(5578,7824,'banner_color_gradient_angle','vertical'),(5579,7824,'banner_size','false'),(5580,7824,'banner_source','no-image'),(5581,7824,'banner_parallax','false'),(5582,7824,'footer_color_gradient','single'),(5583,7824,'footer_color_gradient_style','linear'),(5584,7824,'footer_color_gradient_angle','vertical'),(5585,7824,'footer_size','false'),(5586,7824,'footer_source','no-image'),(5587,7824,'footer_parallax','false'),(5588,7824,'_edit_lock','1502997477:1'),(5589,7826,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5590,7826,'_edit_last','1'),(5591,7826,'_wp_page_template','default'),(5592,7826,'_wpb_vc_js_status','false'),(5593,7826,'textfalse',''),(5594,7826,'_layout','full'),(5595,7826,'_padding','false'),(5596,7826,'page_preloader','false'),(5597,7826,'_introduce_align','left'),(5598,7826,'_disable_breadcrumb','true'),(5599,7826,'_enable_local_backgrounds','false'),(5600,7826,'theme_header_style','1'),(5601,7826,'theme_header_align','left'),(5602,7826,'theme_toolbar_toggle','true'),(5603,7826,'_transparent_header','false'),(5604,7826,'_trans_header_remove_bg','true'),(5605,7826,'_transparent_header_skin','light'),(5606,7826,'_sticky_header_offset','header'),(5607,7826,'background_selector_orientation','full_width_layout'),(5608,7826,'boxed_layout_shadow_size','0'),(5609,7826,'boxed_layout_shadow_intensity','0'),(5610,7826,'body_color_gradient','single'),(5611,7826,'body_color_gradient_style','linear'),(5612,7826,'body_color_gradient_angle','vertical'),(5613,7826,'body_size','false'),(5614,7826,'body_source','no-image'),(5615,7826,'body_parallax','false'),(5616,7826,'page_color_gradient','single'),(5617,7826,'page_color_gradient_style','linear'),(5618,7826,'page_color_gradient_angle','vertical'),(5619,7826,'page_size','false'),(5620,7826,'page_source','no-image'),(5621,7826,'page_parallax','false'),(5622,7826,'header_color_gradient','single'),(5623,7826,'header_color_gradient_style','linear'),(5624,7826,'header_color_gradient_angle','vertical'),(5625,7826,'header_size','false'),(5626,7826,'header_source','no-image'),(5627,7826,'header_parallax','false'),(5628,7826,'banner_color_gradient','single'),(5629,7826,'banner_color_gradient_style','linear'),(5630,7826,'banner_color_gradient_angle','vertical'),(5631,7826,'banner_size','false'),(5632,7826,'banner_source','no-image'),(5633,7826,'banner_parallax','false'),(5634,7826,'footer_color_gradient','single'),(5635,7826,'footer_color_gradient_style','linear'),(5636,7826,'footer_color_gradient_angle','vertical'),(5637,7826,'footer_size','false'),(5638,7826,'footer_source','no-image'),(5639,7826,'footer_parallax','false'),(5640,7826,'_edit_lock','1502908563:1'),(5641,7828,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5642,7828,'_edit_last','1'),(5643,7828,'_wp_page_template','default'),(5644,7828,'_wpb_vc_js_status','false'),(5645,7828,'textfalse',''),(5646,7828,'_layout','full'),(5647,7828,'_padding','false'),(5648,7828,'page_preloader','false'),(5649,7828,'_introduce_align','left'),(5650,7828,'_disable_breadcrumb','true'),(5651,7828,'_enable_local_backgrounds','false'),(5652,7828,'theme_header_style','1'),(5653,7828,'theme_header_align','left'),(5654,7828,'theme_toolbar_toggle','true'),(5655,7828,'_transparent_header','false'),(5656,7828,'_trans_header_remove_bg','true'),(5657,7828,'_transparent_header_skin','light'),(5658,7828,'_sticky_header_offset','header'),(5659,7828,'background_selector_orientation','full_width_layout'),(5660,7828,'boxed_layout_shadow_size','0'),(5661,7828,'boxed_layout_shadow_intensity','0'),(5662,7828,'body_color_gradient','single'),(5663,7828,'body_color_gradient_style','linear'),(5664,7828,'body_color_gradient_angle','vertical'),(5665,7828,'body_size','false'),(5666,7828,'body_source','no-image'),(5667,7828,'body_parallax','false'),(5668,7828,'page_color_gradient','single'),(5669,7828,'page_color_gradient_style','linear'),(5670,7828,'page_color_gradient_angle','vertical'),(5671,7828,'page_size','false'),(5672,7828,'page_source','no-image'),(5673,7828,'page_parallax','false'),(5674,7828,'header_color_gradient','single'),(5675,7828,'header_color_gradient_style','linear'),(5676,7828,'header_color_gradient_angle','vertical'),(5677,7828,'header_size','false'),(5678,7828,'header_source','no-image'),(5679,7828,'header_parallax','false'),(5680,7828,'banner_color_gradient','single'),(5681,7828,'banner_color_gradient_style','linear'),(5682,7828,'banner_color_gradient_angle','vertical'),(5683,7828,'banner_size','false'),(5684,7828,'banner_source','no-image'),(5685,7828,'banner_parallax','false'),(5686,7828,'footer_color_gradient','single'),(5687,7828,'footer_color_gradient_style','linear'),(5688,7828,'footer_color_gradient_angle','vertical'),(5689,7828,'footer_size','false'),(5690,7828,'footer_source','no-image'),(5691,7828,'footer_parallax','false'),(5692,7828,'_edit_lock','1502997541:1'),(5693,7830,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5694,7830,'_edit_last','1'),(5695,7830,'_wp_page_template','default'),(5696,7830,'_wpb_vc_js_status','false'),(5697,7830,'textfalse',''),(5698,7830,'_layout','full'),(5699,7830,'_padding','false'),(5700,7830,'page_preloader','false'),(5701,7830,'_introduce_align','left'),(5702,7830,'_disable_breadcrumb','true'),(5703,7830,'_enable_local_backgrounds','false'),(5704,7830,'theme_header_style','1'),(5705,7830,'theme_header_align','left'),(5706,7830,'theme_toolbar_toggle','true'),(5707,7830,'_transparent_header','false'),(5708,7830,'_trans_header_remove_bg','true'),(5709,7830,'_transparent_header_skin','light'),(5710,7830,'_sticky_header_offset','header'),(5711,7830,'background_selector_orientation','full_width_layout'),(5712,7830,'boxed_layout_shadow_size','0'),(5713,7830,'boxed_layout_shadow_intensity','0'),(5714,7830,'body_color_gradient','single'),(5715,7830,'body_color_gradient_style','linear'),(5716,7830,'body_color_gradient_angle','vertical'),(5717,7830,'body_size','false'),(5718,7830,'body_source','no-image'),(5719,7830,'body_parallax','false'),(5720,7830,'page_color_gradient','single'),(5721,7830,'page_color_gradient_style','linear'),(5722,7830,'page_color_gradient_angle','vertical'),(5723,7830,'page_size','false'),(5724,7830,'page_source','no-image'),(5725,7830,'page_parallax','false'),(5726,7830,'header_color_gradient','single'),(5727,7830,'header_color_gradient_style','linear'),(5728,7830,'header_color_gradient_angle','vertical'),(5729,7830,'header_size','false'),(5730,7830,'header_source','no-image'),(5731,7830,'header_parallax','false'),(5732,7830,'banner_color_gradient','single'),(5733,7830,'banner_color_gradient_style','linear'),(5734,7830,'banner_color_gradient_angle','vertical'),(5735,7830,'banner_size','false'),(5736,7830,'banner_source','no-image'),(5737,7830,'banner_parallax','false'),(5738,7830,'footer_color_gradient','single'),(5739,7830,'footer_color_gradient_style','linear'),(5740,7830,'footer_color_gradient_angle','vertical'),(5741,7830,'footer_size','false'),(5742,7830,'footer_source','no-image'),(5743,7830,'footer_parallax','false'),(5744,7830,'_edit_lock','1502908478:1'),(5745,7801,'_dynamic_styles','Tjs='),(5746,7801,'_theme_options_build','5994b4ea0ca6c'),(5747,7832,'_wp_attached_file','2017/08/aurosi_logo_dark.png'),(5748,7832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:75;s:4:\"file\";s:28:\"2017/08/aurosi_logo_dark.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:{}}}'),(5749,7833,'_wp_attached_file','2017/08/aurosi_logo_light.png'),(5750,7833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:116;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2017/08/aurosi_logo_light.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:{}}}'),(5751,7832,'_wp_attachment_image_alt','Aurosi Logo'),(5752,7833,'_wp_attachment_image_alt','Aurosi Logo'),(5753,7834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5754,7834,'_menu_item_type','post_type'),(5755,7834,'_menu_item_menu_item_parent','0'),(5756,7834,'_menu_item_object_id','7820'),(5757,7834,'_menu_item_object','page'),(5758,7834,'_menu_item_target',''),(5759,7834,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5760,7834,'_menu_item_xfn',''),(5761,7834,'_menu_item_url',''),(5763,7835,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5764,7835,'_menu_item_type','post_type'),(5765,7835,'_menu_item_menu_item_parent','0'),(5766,7835,'_menu_item_object_id','7818'),(5767,7835,'_menu_item_object','page'),(5768,7835,'_menu_item_target',''),(5769,7835,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5770,7835,'_menu_item_xfn',''),(5771,7835,'_menu_item_url',''),(5773,7836,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5774,7836,'_menu_item_type','post_type'),(5775,7836,'_menu_item_menu_item_parent','0'),(5776,7836,'_menu_item_object_id','7816'),(5777,7836,'_menu_item_object','page'),(5778,7836,'_menu_item_target',''),(5779,7836,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5780,7836,'_menu_item_xfn',''),(5781,7836,'_menu_item_url',''),(5783,7837,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5784,7837,'_menu_item_type','post_type'),(5785,7837,'_menu_item_menu_item_parent','0'),(5786,7837,'_menu_item_object_id','7805'),(5787,7837,'_menu_item_object','page'),(5788,7837,'_menu_item_target',''),(5789,7837,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5790,7837,'_menu_item_xfn',''),(5791,7837,'_menu_item_url',''),(5843,7843,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5844,7843,'_menu_item_type','post_type'),(5845,7843,'_menu_item_menu_item_parent','0'),(5846,7843,'_menu_item_object_id','7801'),(5847,7843,'_menu_item_object','page'),(5848,7843,'_menu_item_target',''),(5849,7843,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5850,7843,'_menu_item_xfn',''),(5851,7843,'_menu_item_url',''),(5852,7843,'_menu_item_orphaned','1502909347'),(5853,7844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5854,7844,'_menu_item_type','post_type'),(5855,7844,'_menu_item_menu_item_parent','0'),(5856,7844,'_menu_item_object_id','7803'),(5857,7844,'_menu_item_object','page'),(5858,7844,'_menu_item_target',''),(5859,7844,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5860,7844,'_menu_item_xfn',''),(5861,7844,'_menu_item_url',''),(5867,7845,'_wp_attached_file','2015/12/aurosi_home_01.jpg'),(5868,7845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2015/12/aurosi_home_01.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_home_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"aurosi_home_01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"aurosi_home_01-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"aurosi_home_01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:16:\"landscape-tablet\";a:6:{s:4:\"file\";s:27:\"aurosi_home_01-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1024;s:12:\"height_query\";i:768;}s:16:\"landscape-mobile\";a:6:{s:4:\"file\";s:26:\"aurosi_home_01-736x414.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:736;s:12:\"height_query\";i:414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5869,5,'body_size','false'),(5870,5,'page_size','false'),(5871,5,'header_size','false'),(5872,5,'banner_size','false'),(5873,5,'footer_size','false'),(5878,7847,'_wp_attached_file','2015/12/aurosi_home_02.jpg'),(5879,7847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2015/12/aurosi_home_02.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_home_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"aurosi_home_02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"aurosi_home_02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"aurosi_home_02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:16:\"landscape-tablet\";a:6:{s:4:\"file\";s:27:\"aurosi_home_02-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1024;s:12:\"height_query\";i:768;}s:16:\"landscape-mobile\";a:6:{s:4:\"file\";s:26:\"aurosi_home_02-736x414.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:736;s:12:\"height_query\";i:414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5881,7848,'_wp_attached_file','2015/12/aurosi_home_03.jpg'),(5882,7848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2015/12/aurosi_home_03.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_home_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"aurosi_home_03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"aurosi_home_03-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"aurosi_home_03-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:16:\"landscape-tablet\";a:6:{s:4:\"file\";s:27:\"aurosi_home_03-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1024;s:12:\"height_query\";i:768;}s:16:\"landscape-mobile\";a:6:{s:4:\"file\";s:26:\"aurosi_home_03-736x414.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:736;s:12:\"height_query\";i:414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5896,5,'_wpb_shortcodes_custom_css','.vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}.vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}.vc_custom_1503358153024{margin-top: 75px !important;}.vc_custom_1503358232388{margin-top: 0px !important;margin-bottom: 25px !important;}.vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}.vc_custom_1502925618686{margin-top: 75px !important;}.vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}.vc_custom_1503346509683{margin-bottom: 0px !important;}.vc_custom_1502926748076{margin-bottom: 25px !important;}.vc_custom_1502922598122{margin-bottom: 25px !important;}.vc_custom_1502922603721{margin-bottom: 25px !important;}.vc_custom_1502922608713{margin-bottom: 25px !important;}.vc_custom_1502922614041{margin-bottom: 25px !important;}.vc_custom_1503358330872{margin-bottom: 0px !important;}.vc_custom_1503358324055{margin-bottom: 0px !important;}.vc_custom_1503358308946{margin-bottom: 0px !important;}.vc_custom_1503358317802{margin-bottom: 0px !important;}'),(5904,7851,'_wp_attached_file','2015/12/arousi_poker.png'),(5905,7851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2015/12/arousi_poker.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"arousi_poker-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:26:\"arousi_poker-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:{}}}'),(5906,7852,'_wp_attached_file','2015/12/arousi_chess.png'),(5907,7852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:24:\"2015/12/arousi_chess.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"arousi_chess-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:26:\"arousi_chess-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:{}}}'),(5908,7853,'_wp_attached_file','2015/12/arousi_tictactoe.png'),(5909,7853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2015/12/arousi_tictactoe.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"arousi_tictactoe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:30:\"arousi_tictactoe-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:{}}}'),(5910,7854,'_wp_attached_file','2015/12/arousi_backgammon.png'),(5911,7854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2015/12/arousi_backgammon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"arousi_backgammon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:31:\"arousi_backgammon-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:{}}}'),(5927,7854,'_wp_attachment_image_alt','Backgammon Icon'),(5936,143,'_edit_lock','1502924383:1'),(5937,143,'_wp_trash_meta_status','publish'),(5938,143,'_wp_trash_meta_time','1502924530'),(5939,143,'_wp_desired_post_slug','143'),(5940,136,'_wp_trash_meta_status','publish'),(5941,136,'_wp_trash_meta_time','1502924537'),(5942,136,'_wp_desired_post_slug','136'),(5943,141,'_edit_last','1'),(5944,141,'_edit_lock','1502926304:1'),(5948,7862,'_wp_attached_file','2015/12/arousi_home_01.jpg'),(5949,7862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:579;s:4:\"file\";s:26:\"2015/12/arousi_home_01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"arousi_home_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"arousi_home_01-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"arousi_home_01-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"landscape-mobile\";a:6:{s:4:\"file\";s:26:\"arousi_home_01-736x414.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:736;s:12:\"height_query\";i:414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:24:\"inarik - stock.adobe.com\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:101:\"Family over White Background, Happy Parents with Child, Father Mother Son Kid, Group of Three Persons\";s:17:\"created_timestamp\";s:10:\"1474447738\";s:9:\"copyright\";s:30:\"Inara Prusakova www.vipfoto.lv\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:64:\"Family over White Background, Happy Parents with Child, Father M\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:6:\"family\";i:1;s:5:\"white\";i:2;s:10:\"background\";i:3;s:5:\"child\";i:4;s:3:\"kid\";i:5;s:6:\"people\";i:6;s:7:\"parents\";i:7;s:5:\"happy\";i:8;s:5:\"three\";i:9;s:6:\"father\";i:10;s:6:\"mother\";i:11;s:3:\"son\";i:12;s:16:\"white background\";i:13;s:12:\"family white\";i:14;s:8:\"isolated\";i:15;s:5:\"group\";i:16;s:7:\"persons\";i:17;s:8:\"portrait\";i:18;s:5:\"adult\";i:19;s:5:\"young\";i:20;s:5:\"smile\";i:21;s:6:\"couple\";i:22;s:3:\"boy\";i:23;s:9:\"caucasian\";i:24;s:3:\"fun\";i:25;s:6:\"studio\";i:26;s:9:\"beautiful\";i:27;s:8:\"together\";i:28;s:5:\"woman\";i:29;s:3:\"man\";i:30;s:9:\"lifestyle\";i:31;s:7:\"smiling\";i:32;s:6:\"little\";i:33;s:4:\"gray\";i:34;s:4:\"blue\";i:35;s:5:\"jeans\";i:36;s:8:\"standing\";i:37;s:8:\"families\";i:38;s:8:\"children\";i:39;s:4:\"kids\";i:40;s:6:\"casual\";i:41;s:7:\"looking\";i:42;s:6:\"camera\";i:43;s:4:\"cute\";i:44;s:7:\"bonding\";i:45;s:11:\"full length\";i:46;s:8:\"cheerful\";i:47;s:6:\"parent\";i:48;s:4:\"girl\";i:49;s:3:\"dad\";}}}'),(5951,141,'_featured_plan','-1'),(5952,141,'_drop_shadow','-1'),(5953,141,'_column_bigger','-1'),(5964,7868,'_wp_attached_file','2017/08/aurosi_about_icon_04.png'),(5965,7868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2017/08/aurosi_about_icon_04.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"aurosi_about_icon_04-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(5966,7869,'_wp_attached_file','2017/08/aurosi_about_icon_03.png'),(5967,7869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2017/08/aurosi_about_icon_03.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"aurosi_about_icon_03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(5968,7870,'_wp_attached_file','2017/08/aurosi_about_icon_02.png'),(5969,7870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2017/08/aurosi_about_icon_02.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"aurosi_about_icon_02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(5970,7871,'_wp_attached_file','2017/08/aurosi_about_icon_01.png'),(5971,7871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2017/08/aurosi_about_icon_01.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"aurosi_about_icon_01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(5972,7868,'_wp_attachment_image_alt','1985'),(5973,7869,'_wp_attachment_image_alt','Handshake Icon'),(5974,7803,'_wpb_shortcodes_custom_css','.vc_custom_1502925618686{margin-top: 75px !important;}.vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}.vc_custom_1502925618686{margin-top: 75px !important;}.vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}.vc_custom_1502926748076{margin-bottom: 25px !important;}.vc_custom_1502922598122{margin-bottom: 25px !important;}.vc_custom_1503363639236{margin-bottom: 0px !important;}.vc_custom_1502926748076{margin-bottom: 25px !important;}.vc_custom_1502922598122{margin-bottom: 25px !important;}.vc_custom_1502922603721{margin-bottom: 25px !important;}.vc_custom_1502922608713{margin-bottom: 25px !important;}.vc_custom_1502922614041{margin-bottom: 25px !important;}.vc_custom_1503363425379{margin-bottom: 0px !important;}.vc_custom_1503363432795{margin-bottom: 0px !important;}.vc_custom_1503363439675{margin-bottom: 0px !important;}.vc_custom_1503363448018{margin-bottom: 0px !important;}'),(5976,7803,'_theme_options_build','599de94c6c78a'),(5982,7875,'_wp_attached_file','2017/08/aurosi_about_icon_05.png'),(5983,7875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2017/08/aurosi_about_icon_05.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"aurosi_about_icon_05-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(5986,7877,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5987,7877,'_menu_item_type','post_type'),(5988,7877,'_menu_item_menu_item_parent','0'),(5989,7877,'_menu_item_object_id','7828'),(5990,7877,'_menu_item_object','page'),(5991,7877,'_menu_item_target',''),(5992,7877,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5993,7877,'_menu_item_xfn',''),(5994,7877,'_menu_item_url',''),(5996,7878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5997,7878,'_menu_item_type','post_type'),(5998,7878,'_menu_item_menu_item_parent','0'),(5999,7878,'_menu_item_object_id','7826'),(6000,7878,'_menu_item_object','page'),(6001,7878,'_menu_item_target',''),(6002,7878,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6003,7878,'_menu_item_xfn',''),(6004,7878,'_menu_item_url',''),(6006,7879,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6007,7879,'_menu_item_type','post_type'),(6008,7879,'_menu_item_menu_item_parent','0'),(6009,7879,'_menu_item_object_id','7824'),(6010,7879,'_menu_item_object','page'),(6011,7879,'_menu_item_target',''),(6012,7879,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6013,7879,'_menu_item_xfn',''),(6014,7879,'_menu_item_url',''),(6016,7880,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6017,7880,'_menu_item_type','post_type'),(6018,7880,'_menu_item_menu_item_parent','0'),(6019,7880,'_menu_item_object_id','7822'),(6020,7880,'_menu_item_object','page'),(6021,7880,'_menu_item_target',''),(6022,7880,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6023,7880,'_menu_item_xfn',''),(6024,7880,'_menu_item_url',''),(6026,7881,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6027,7881,'_menu_item_type','post_type'),(6028,7881,'_menu_item_menu_item_parent','0'),(6029,7881,'_menu_item_object_id','7820'),(6030,7881,'_menu_item_object','page'),(6031,7881,'_menu_item_target',''),(6032,7881,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6033,7881,'_menu_item_xfn',''),(6034,7881,'_menu_item_url',''),(6036,7882,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6037,7882,'_menu_item_type','post_type'),(6038,7882,'_menu_item_menu_item_parent','0'),(6039,7882,'_menu_item_object_id','7818'),(6040,7882,'_menu_item_object','page'),(6041,7882,'_menu_item_target',''),(6042,7882,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6043,7882,'_menu_item_xfn',''),(6044,7882,'_menu_item_url',''),(6046,7883,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6047,7883,'_menu_item_type','post_type'),(6048,7883,'_menu_item_menu_item_parent','0'),(6049,7883,'_menu_item_object_id','7816'),(6050,7883,'_menu_item_object','page'),(6051,7883,'_menu_item_target',''),(6052,7883,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6053,7883,'_menu_item_xfn',''),(6054,7883,'_menu_item_url',''),(6056,7884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6057,7884,'_menu_item_type','post_type'),(6058,7884,'_menu_item_menu_item_parent','0'),(6059,7884,'_menu_item_object_id','7803'),(6060,7884,'_menu_item_object','page'),(6061,7884,'_menu_item_target',''),(6062,7884,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6063,7884,'_menu_item_xfn',''),(6064,7884,'_menu_item_url',''),(6066,7885,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6067,7885,'_menu_item_type','post_type'),(6068,7885,'_menu_item_menu_item_parent','0'),(6069,7885,'_menu_item_object_id','7814'),(6070,7885,'_menu_item_object','page'),(6071,7885,'_menu_item_target',''),(6072,7885,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6073,7885,'_menu_item_xfn',''),(6074,7885,'_menu_item_url',''),(6076,7886,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6077,7886,'_menu_item_type','post_type'),(6078,7886,'_menu_item_menu_item_parent','0'),(6079,7886,'_menu_item_object_id','7812'),(6080,7886,'_menu_item_object','page'),(6081,7886,'_menu_item_target',''),(6082,7886,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6083,7886,'_menu_item_xfn',''),(6084,7886,'_menu_item_url',''),(6086,7887,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6087,7887,'_menu_item_type','post_type'),(6088,7887,'_menu_item_menu_item_parent','0'),(6089,7887,'_menu_item_object_id','7810'),(6090,7887,'_menu_item_object','page'),(6091,7887,'_menu_item_target',''),(6092,7887,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6093,7887,'_menu_item_xfn',''),(6094,7887,'_menu_item_url',''),(6096,7888,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6097,7888,'_menu_item_type','post_type'),(6098,7888,'_menu_item_menu_item_parent','0'),(6099,7888,'_menu_item_object_id','7807'),(6100,7888,'_menu_item_object','page'),(6101,7888,'_menu_item_target',''),(6102,7888,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6103,7888,'_menu_item_xfn',''),(6104,7888,'_menu_item_url',''),(6106,7889,'_wp_attached_file','2017/08/aurosi_logo_footer.png'),(6107,7889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:297;s:4:\"file\";s:30:\"2017/08/aurosi_logo_footer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"aurosi_logo_footer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:30:\"aurosi_logo_footer-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}}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:{}}}'),(6109,7805,'_dynamic_styles','Tjs='),(6110,7805,'_theme_options_build','5995ef3c141f3'),(6112,7816,'_theme_options_build','599de94c6c78a'),(6113,7810,'_dynamic_styles','Tjs='),(6114,7810,'_theme_options_build','5994eb59ea31d'),(6115,7812,'_dynamic_styles','Tjs='),(6116,7812,'_theme_options_build','5994eb59ea31d'),(6117,7891,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6118,7891,'_edit_last','1'),(6119,7891,'_edit_lock','1502996806:1'),(6121,7828,'_theme_options_build','5995ee58b04e4'),(6123,7824,'_theme_options_build','599b2cba2463c'),(6128,7824,'_dynamic_styles','Tjs='),(6129,7828,'_dynamic_styles','Tjs='),(6130,7898,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6131,7898,'_wc_review_count','0'),(6132,7898,'_wc_rating_count','a:0:{}'),(6133,7898,'_wc_average_rating','0'),(6134,7898,'_edit_last','1'),(6135,7898,'_edit_lock','1503005300:1'),(6143,7898,'_sku','1631A'),(6144,7898,'_regular_price','100'),(6145,7898,'_sale_price',''),(6146,7898,'_sale_price_dates_from',''),(6147,7898,'_sale_price_dates_to',''),(6148,7898,'total_sales','0'),(6149,7898,'_tax_status','taxable'),(6150,7898,'_tax_class',''),(6151,7898,'_manage_stock','no'),(6152,7898,'_backorders','no'),(6153,7898,'_sold_individually','no'),(6154,7898,'_weight','8'),(6155,7898,'_length','18'),(6156,7898,'_width','12'),(6157,7898,'_height','2.5'),(6158,7898,'_upsell_ids','a:0:{}'),(6159,7898,'_crosssell_ids','a:0:{}'),(6160,7898,'_purchase_note',''),(6161,7898,'_default_attributes','a:0:{}'),(6162,7898,'_virtual','no'),(6163,7898,'_downloadable','no'),(6164,7898,'_product_image_gallery','7908'),(6165,7898,'_download_limit','-1'),(6166,7898,'_download_expiry','-1'),(6167,7898,'_stock',NULL),(6168,7898,'_stock_status','instock'),(6169,7898,'_product_version','3.1.2'),(6170,7898,'_price','100'),(6171,7901,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6172,7902,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6173,7903,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6174,7898,'_mk_post_love','0'),(6175,7820,'_dynamic_styles','Tjs='),(6176,7820,'_theme_options_build','59976b68c918c'),(6177,7898,'_dynamic_styles','Tjs='),(6178,7898,'_theme_options_build','5995ef3c141f3'),(6186,7907,'_wp_attached_file','2017/08/1631a_open.jpg'),(6187,7907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1631a_open.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1631a_open-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:22:\"1631a_open-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:22:\"1631a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1631a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1631a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1631a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1631a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1631a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:22:\"1631a_open-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6188,7908,'_wp_attached_file','2017/08/1631a_closed.jpg'),(6189,7908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1631a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1631a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1631a_closed-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:24:\"1631a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1631a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1631a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1631a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1631a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6190,7907,'_wp_attachment_image_alt','Acrylic Backgammon Set in Black White Open'),(6191,7908,'_wp_attachment_image_alt','Acrylic Backgammon Set in Black White Closed'),(6192,7898,'_thumbnail_id','7907'),(6193,7909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6194,7909,'_sku','1634A'),(6195,7909,'_regular_price','100'),(6196,7909,'_sale_price',''),(6197,7909,'_sale_price_dates_from',''),(6198,7909,'_sale_price_dates_to',''),(6199,7909,'total_sales','0'),(6200,7909,'_tax_status','taxable'),(6201,7909,'_tax_class',''),(6202,7909,'_manage_stock','no'),(6203,7909,'_backorders','no'),(6204,7909,'_sold_individually','no'),(6205,7909,'_weight','8'),(6206,7909,'_length','18'),(6207,7909,'_width','12'),(6208,7909,'_height','2.5'),(6209,7909,'_upsell_ids','a:0:{}'),(6210,7909,'_crosssell_ids','a:0:{}'),(6211,7909,'_purchase_note',''),(6212,7909,'_default_attributes','a:0:{}'),(6213,7909,'_virtual','no'),(6214,7909,'_downloadable','no'),(6215,7909,'_product_image_gallery','7910'),(6216,7909,'_download_limit','-1'),(6217,7909,'_download_expiry','-1'),(6218,7909,'_thumbnail_id','7911'),(6219,7909,'_stock',NULL),(6220,7909,'_stock_status','instock'),(6221,7909,'_wc_average_rating','0'),(6222,7909,'_wc_rating_count','a:0:{}'),(6223,7909,'_wc_review_count','0'),(6224,7909,'_downloadable_files','a:0:{}'),(6225,7909,'_product_attributes','a:0:{}'),(6226,7909,'_product_version','3.1.2'),(6227,7909,'_price','100'),(6228,7909,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6229,7909,'_mk_post_love','0'),(6230,7909,'_dynamic_styles','Tjs='),(6231,7909,'_theme_options_build','5997651637371'),(6232,7909,'_edit_lock','1503009443:1'),(6233,7898,'_wp_old_slug','acrylic-backgammon-set'),(6234,7909,'_edit_last','1'),(6235,7910,'_wp_attached_file','2017/08/1634a_closed.jpg'),(6236,7910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1634a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1634a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1634a_closed-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:24:\"1634a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1634a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1634a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1634a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1634a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6237,7911,'_wp_attached_file','2017/08/1634a_open.jpg'),(6238,7911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1634a_open.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1634a_open-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:22:\"1634a_open-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:22:\"1634a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1634a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1634a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1634a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1634a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1634a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:22:\"1634a_open-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6239,7911,'_wp_attachment_image_alt','Acrylic Backgammon Set in Yellow White Open'),(6240,7910,'_wp_attachment_image_alt','Acrylic Backgammon Set in Yellow White Closed'),(6241,7912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6242,7912,'_sku','1635A'),(6243,7912,'_regular_price','100'),(6244,7912,'_sale_price',''),(6245,7912,'_sale_price_dates_from',''),(6246,7912,'_sale_price_dates_to',''),(6247,7912,'total_sales','0'),(6248,7912,'_tax_status','taxable'),(6249,7912,'_tax_class',''),(6250,7912,'_manage_stock','no'),(6251,7912,'_backorders','no'),(6252,7912,'_sold_individually','no'),(6253,7912,'_weight','8'),(6254,7912,'_length','18'),(6255,7912,'_width','12'),(6256,7912,'_height','2.5'),(6257,7912,'_upsell_ids','a:0:{}'),(6258,7912,'_crosssell_ids','a:0:{}'),(6259,7912,'_purchase_note',''),(6260,7912,'_default_attributes','a:0:{}'),(6261,7912,'_virtual','no'),(6262,7912,'_downloadable','no'),(6263,7912,'_product_image_gallery','7913'),(6264,7912,'_download_limit','-1'),(6265,7912,'_download_expiry','-1'),(6266,7912,'_thumbnail_id','7914'),(6267,7912,'_stock',NULL),(6268,7912,'_stock_status','instock'),(6269,7912,'_wc_average_rating','0'),(6270,7912,'_wc_rating_count','a:0:{}'),(6271,7912,'_wc_review_count','0'),(6272,7912,'_downloadable_files','a:0:{}'),(6273,7912,'_product_attributes','a:0:{}'),(6274,7912,'_product_version','3.1.2'),(6275,7912,'_price','100'),(6276,7912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6277,7912,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6278,7912,'_mk_post_love','0'),(6279,7912,'_dynamic_styles','Tjs='),(6280,7912,'_theme_options_build','5997651637371'),(6281,7912,'_edit_lock','1503009862:1'),(6282,7912,'_edit_last','1'),(6283,7913,'_wp_attached_file','2017/08/1635a_closed.jpg'),(6284,7913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1635a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1635a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1635a_closed-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:24:\"1635a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1635a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1635a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1635a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1635a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6285,7914,'_wp_attached_file','2017/08/1635a_open.jpg'),(6286,7914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1635a_open.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1635a_open-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:22:\"1635a_open-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:22:\"1635a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1635a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1635a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1635a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1635a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1635a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:22:\"1635a_open-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6287,7913,'_wp_attachment_image_alt','Acrylic Backgammon Set in Baby Blue and White Closed'),(6288,7914,'_wp_attachment_image_alt','Acrylic Backgammon Set in Baby Blue and White Open'),(6289,7915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6290,7915,'_sku','1639A'),(6291,7915,'_regular_price','100'),(6292,7915,'_sale_price',''),(6293,7915,'_sale_price_dates_from',''),(6294,7915,'_sale_price_dates_to',''),(6295,7915,'total_sales','0'),(6296,7915,'_tax_status','taxable'),(6297,7915,'_tax_class',''),(6298,7915,'_manage_stock','no'),(6299,7915,'_backorders','no'),(6300,7915,'_sold_individually','no'),(6301,7915,'_weight','7'),(6302,7915,'_length','16'),(6303,7915,'_width','12'),(6304,7915,'_height','2.5'),(6305,7915,'_upsell_ids','a:0:{}'),(6306,7915,'_crosssell_ids','a:0:{}'),(6307,7915,'_purchase_note',''),(6308,7915,'_default_attributes','a:0:{}'),(6309,7915,'_virtual','no'),(6310,7915,'_downloadable','no'),(6311,7915,'_product_image_gallery','7916'),(6312,7915,'_download_limit','-1'),(6313,7915,'_download_expiry','-1'),(6314,7915,'_thumbnail_id','7917'),(6315,7915,'_stock',NULL),(6316,7915,'_stock_status','instock'),(6317,7915,'_wc_average_rating','0'),(6318,7915,'_wc_rating_count','a:0:{}'),(6319,7915,'_wc_review_count','0'),(6320,7915,'_downloadable_files','a:0:{}'),(6321,7915,'_product_attributes','a:0:{}'),(6322,7915,'_product_version','3.1.2'),(6323,7915,'_price','100'),(6324,7915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6325,7915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6326,7915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6327,7915,'_mk_post_love','0'),(6328,7915,'_dynamic_styles','Tjs='),(6329,7915,'_theme_options_build','59976123aefbe'),(6330,7915,'_edit_lock','1503010198:1'),(6331,7915,'_edit_last','1'),(6332,7916,'_wp_attached_file','2017/08/1639a_closed.jpg'),(6333,7916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1639a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1639a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1639a_closed-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:24:\"1639a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1639a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1639a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1639a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1639a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6334,7917,'_wp_attached_file','2017/08/1639a_open.jpg'),(6335,7917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1639a_open.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1639a_open-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:22:\"1639a_open-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:22:\"1639a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1639a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1639a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1639a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1639a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1639a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:22:\"1639a_open-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6336,7916,'_wp_attachment_image_alt','Acrylic Backgammon Set in Pink and White Closed'),(6337,7917,'_wp_attachment_image_alt','Acrylic Backgammon Set in Pink and White Open'),(6338,7918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6339,7918,'_sku','1640A'),(6340,7918,'_regular_price','100'),(6341,7918,'_sale_price',''),(6342,7918,'_sale_price_dates_from',''),(6343,7918,'_sale_price_dates_to',''),(6344,7918,'total_sales','0'),(6345,7918,'_tax_status','taxable'),(6346,7918,'_tax_class',''),(6347,7918,'_manage_stock','no'),(6348,7918,'_backorders','no'),(6349,7918,'_sold_individually','no'),(6350,7918,'_weight','7'),(6351,7918,'_length','16'),(6352,7918,'_width','12'),(6353,7918,'_height','2.5'),(6354,7918,'_upsell_ids','a:0:{}'),(6355,7918,'_crosssell_ids','a:0:{}'),(6356,7918,'_purchase_note',''),(6357,7918,'_default_attributes','a:0:{}'),(6358,7918,'_virtual','no'),(6359,7918,'_downloadable','no'),(6360,7918,'_product_image_gallery','7919'),(6361,7918,'_download_limit','-1'),(6362,7918,'_download_expiry','-1'),(6363,7918,'_thumbnail_id','7920'),(6364,7918,'_stock',NULL),(6365,7918,'_stock_status','instock'),(6366,7918,'_wc_average_rating','0'),(6367,7918,'_wc_rating_count','a:0:{}'),(6368,7918,'_wc_review_count','0'),(6369,7918,'_downloadable_files','a:0:{}'),(6370,7918,'_product_attributes','a:0:{}'),(6371,7918,'_product_version','3.1.2'),(6372,7918,'_price','100'),(6373,7918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6374,7918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6375,7918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6376,7918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6377,7918,'_mk_post_love','0'),(6378,7918,'_dynamic_styles','Tjs='),(6379,7918,'_theme_options_build','5995ef3c141f3'),(6380,7918,'_edit_lock','1503010663:1'),(6381,7918,'_edit_last','1'),(6382,7919,'_wp_attached_file','2017/08/1640a_closed.jpg'),(6383,7919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1640a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1640a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1640a_closed-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:24:\"1640a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1640a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1640a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1640a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1640a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6384,7920,'_wp_attached_file','2017/08/1640a_open.jpg'),(6385,7920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1640a_open.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1640a_open-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:22:\"1640a_open-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:22:\"1640a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1640a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1640a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1640a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1640a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1640a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:22:\"1640a_open-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6386,7919,'_wp_attachment_image_alt','Acrylic Backgammon Set in grey and White Closed'),(6387,7920,'_wp_attachment_image_alt','Acrylic Backgammon Set in grey and Open'),(6388,7921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6389,7921,'_sku','1644A'),(6390,7921,'_regular_price','100'),(6391,7921,'_sale_price',''),(6392,7921,'_sale_price_dates_from',''),(6393,7921,'_sale_price_dates_to',''),(6394,7921,'total_sales','0'),(6395,7921,'_tax_status','taxable'),(6396,7921,'_tax_class',''),(6397,7921,'_manage_stock','no'),(6398,7921,'_backorders','no'),(6399,7921,'_sold_individually','no'),(6400,7921,'_weight','8'),(6401,7921,'_length','18'),(6402,7921,'_width','12'),(6403,7921,'_height','2.5'),(6404,7921,'_upsell_ids','a:0:{}'),(6405,7921,'_crosssell_ids','a:0:{}'),(6406,7921,'_purchase_note',''),(6407,7921,'_default_attributes','a:0:{}'),(6408,7921,'_virtual','no'),(6409,7921,'_downloadable','no'),(6410,7921,'_product_image_gallery','7922'),(6411,7921,'_download_limit','-1'),(6412,7921,'_download_expiry','-1'),(6413,7921,'_thumbnail_id','7923'),(6414,7921,'_stock',NULL),(6415,7921,'_stock_status','instock'),(6416,7921,'_wc_average_rating','0'),(6417,7921,'_wc_rating_count','a:0:{}'),(6418,7921,'_wc_review_count','0'),(6419,7921,'_downloadable_files','a:0:{}'),(6420,7921,'_product_attributes','a:0:{}'),(6421,7921,'_product_version','3.1.2'),(6422,7921,'_price','100'),(6423,7921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6424,7921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6425,7921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6426,7921,'_mk_post_love','0'),(6427,7921,'_dynamic_styles','Tjs='),(6428,7921,'_theme_options_build','5995ef3c141f3'),(6429,7921,'_edit_lock','1503011074:1'),(6430,7921,'_edit_last','1'),(6431,7922,'_wp_attached_file','2017/08/1644a_closed.jpg'),(6432,7922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1644a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1644a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1644a_closed-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:24:\"1644a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1644a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1644a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1644a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1644a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6433,7923,'_wp_attached_file','2017/08/1644a_open.jpg'),(6434,7923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1644a_open.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1644a_open-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:22:\"1644a_open-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:22:\"1644a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1644a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1644a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1644a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1644a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1644a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6435,7922,'_wp_attachment_image_alt','Acrylic Backgammon Set in Dark Blue and White Closed'),(6436,7923,'_wp_attachment_image_alt','Acrylic Backgammon Set in Dark Blue and White Open'),(6437,7924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6438,7924,'_sku','1632A'),(6439,7924,'_regular_price','100'),(6440,7924,'_sale_price',''),(6441,7924,'_sale_price_dates_from',''),(6442,7924,'_sale_price_dates_to',''),(6443,7924,'total_sales','0'),(6444,7924,'_tax_status','taxable'),(6445,7924,'_tax_class',''),(6446,7924,'_manage_stock','no'),(6447,7924,'_backorders','no'),(6448,7924,'_sold_individually','no'),(6449,7924,'_weight','6'),(6450,7924,'_length','18'),(6451,7924,'_width','10.5'),(6452,7924,'_height','2'),(6453,7924,'_upsell_ids','a:0:{}'),(6454,7924,'_crosssell_ids','a:0:{}'),(6455,7924,'_purchase_note',''),(6456,7924,'_default_attributes','a:0:{}'),(6457,7924,'_virtual','no'),(6458,7924,'_downloadable','no'),(6459,7924,'_product_image_gallery','7925'),(6460,7924,'_download_limit','-1'),(6461,7924,'_download_expiry','-1'),(6462,7924,'_thumbnail_id','7926'),(6463,7924,'_stock',NULL),(6464,7924,'_stock_status','instock'),(6465,7924,'_wc_average_rating','0'),(6466,7924,'_wc_rating_count','a:0:{}'),(6467,7924,'_wc_review_count','0'),(6468,7924,'_downloadable_files','a:0:{}'),(6469,7924,'_product_attributes','a:0:{}'),(6470,7924,'_product_version','3.1.2'),(6471,7924,'_price','100'),(6472,7924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6473,7924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6474,7924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6475,7924,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6476,7924,'_mk_post_love','0'),(6477,7924,'_dynamic_styles','Tjs='),(6478,7924,'_theme_options_build','5995ef3c141f3'),(6479,7924,'_edit_lock','1503011542:1'),(6480,7924,'_edit_last','1'),(6481,7925,'_wp_attached_file','2017/08/1632a_closed.jpg'),(6482,7925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1632a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1632a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1632a_closed-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:24:\"1632a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1632a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1632a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1632a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1632a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6483,7926,'_wp_attached_file','2017/08/1632a_open.jpg'),(6484,7926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1632a_open.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1632a_open-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:22:\"1632a_open-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:22:\"1632a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1632a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1632a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1632a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1632a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1632a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6485,7925,'_wp_attachment_image_alt','Wood Grain Lacquer Backgammon Set Closed'),(6486,7926,'_wp_attachment_image_alt','Wood Grain Lacquer Backgammon Set Open'),(6487,7927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6488,7927,'_sku','1636A'),(6489,7927,'_regular_price','100'),(6490,7927,'_sale_price',''),(6491,7927,'_sale_price_dates_from',''),(6492,7927,'_sale_price_dates_to',''),(6493,7927,'total_sales','0'),(6494,7927,'_tax_status','taxable'),(6495,7927,'_tax_class',''),(6496,7927,'_manage_stock','no'),(6497,7927,'_backorders','no'),(6498,7927,'_sold_individually','no'),(6499,7927,'_weight','7'),(6500,7927,'_length','17'),(6501,7927,'_width','11'),(6502,7927,'_height','3'),(6503,7927,'_upsell_ids','a:0:{}'),(6504,7927,'_crosssell_ids','a:0:{}'),(6505,7927,'_purchase_note',''),(6506,7927,'_default_attributes','a:0:{}'),(6507,7927,'_virtual','no'),(6508,7927,'_downloadable','no'),(6509,7927,'_product_image_gallery','7929'),(6510,7927,'_download_limit','-1'),(6511,7927,'_download_expiry','-1'),(6512,7927,'_thumbnail_id','7928'),(6513,7927,'_stock',NULL),(6514,7927,'_stock_status','instock'),(6515,7927,'_wc_average_rating','0'),(6516,7927,'_wc_rating_count','a:0:{}'),(6517,7927,'_wc_review_count','0'),(6518,7927,'_downloadable_files','a:0:{}'),(6519,7927,'_product_attributes','a:0:{}'),(6520,7927,'_product_version','3.1.2'),(6521,7927,'_price','100'),(6522,7927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6523,7927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6524,7927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6525,7927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6526,7927,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6527,7927,'_mk_post_love','0'),(6528,7927,'_dynamic_styles','Tjs='),(6529,7927,'_theme_options_build','5995ef3c141f3'),(6530,7927,'_edit_lock','1503012558:1'),(6531,7927,'_edit_last','1'),(6532,7928,'_wp_attached_file','2017/08/1636a_open.jpg'),(6533,7928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1636a_open.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1636a_open-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:22:\"1636a_open-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:22:\"1636a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1636a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1636a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1636a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1636a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1636a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:22:\"1636a_open-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6534,7929,'_wp_attached_file','2017/08/1636a_closed.jpg'),(6535,7929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1636a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1636a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1636a_closed-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:24:\"1636a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1636a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1636a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1636a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1636a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6536,7928,'_wp_attachment_image_alt','Lacquer Backgammon in Green and White Open'),(6537,7929,'_wp_attachment_image_alt','Lacquer Backgammon in Green and White Closed'),(6538,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6539,7930,'_sku','1637A'),(6540,7930,'_regular_price','100'),(6541,7930,'_sale_price',''),(6542,7930,'_sale_price_dates_from',''),(6543,7930,'_sale_price_dates_to',''),(6544,7930,'total_sales','0'),(6545,7930,'_tax_status','taxable'),(6546,7930,'_tax_class',''),(6547,7930,'_manage_stock','no'),(6548,7930,'_backorders','no'),(6549,7930,'_sold_individually','no'),(6550,7930,'_weight','7'),(6551,7930,'_length','17'),(6552,7930,'_width','11'),(6553,7930,'_height','3'),(6554,7930,'_upsell_ids','a:0:{}'),(6555,7930,'_crosssell_ids','a:0:{}'),(6556,7930,'_purchase_note',''),(6557,7930,'_default_attributes','a:0:{}'),(6558,7930,'_virtual','no'),(6559,7930,'_downloadable','no'),(6560,7930,'_product_image_gallery','7931'),(6561,7930,'_download_limit','-1'),(6562,7930,'_download_expiry','-1'),(6563,7930,'_thumbnail_id','7932'),(6564,7930,'_stock',NULL),(6565,7930,'_stock_status','instock'),(6566,7930,'_wc_average_rating','0'),(6567,7930,'_wc_rating_count','a:0:{}'),(6568,7930,'_wc_review_count','0'),(6569,7930,'_downloadable_files','a:0:{}'),(6570,7930,'_product_attributes','a:0:{}'),(6571,7930,'_product_version','3.1.2'),(6572,7930,'_price','100'),(6573,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6574,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6575,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6576,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6577,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6578,7930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6579,7930,'_mk_post_love','0'),(6580,7930,'_dynamic_styles','Tjs='),(6581,7930,'_theme_options_build','599de94c6c78a'),(6582,7930,'_edit_lock','1503012365:1'),(6583,7930,'_edit_last','1'),(6584,7931,'_wp_attached_file','2017/08/1637a_closed.jpg'),(6585,7931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2017/08/1637a_closed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"1637a_closed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"1637a_closed-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:24:\"1637a_closed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"1637a_closed-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"1637a_closed-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"1637a_closed-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"1637a_closed-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;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:{}}}'),(6586,7932,'_wp_attached_file','2017/08/1637a_open.jpg'),(6587,7932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2017/08/1637a_open.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1637a_open-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:22:\"1637a_open-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:22:\"1637a_open-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1637a_open-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"1637a_open-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"1637a_open-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"1637a_open-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"1637a_open-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6588,7932,'_wp_attachment_image_alt','Lacquer Backgammon in Blue and White Open'),(6589,7931,'_wp_attachment_image_alt','Lacquer Backgammon in Blue and White Closed'),(6590,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6591,7933,'_sku','1633A'),(6592,7933,'_regular_price','100'),(6593,7933,'_sale_price',''),(6594,7933,'_sale_price_dates_from',''),(6595,7933,'_sale_price_dates_to',''),(6596,7933,'total_sales','0'),(6597,7933,'_tax_status','taxable'),(6598,7933,'_tax_class',''),(6599,7933,'_manage_stock','no'),(6600,7933,'_backorders','no'),(6601,7933,'_sold_individually','no'),(6602,7933,'_weight','3'),(6603,7933,'_length','16'),(6604,7933,'_width','16'),(6605,7933,'_height','3'),(6606,7933,'_upsell_ids','a:0:{}'),(6607,7933,'_crosssell_ids','a:0:{}'),(6608,7933,'_purchase_note',''),(6609,7933,'_default_attributes','a:0:{}'),(6610,7933,'_virtual','no'),(6611,7933,'_downloadable','no'),(6612,7933,'_product_image_gallery','7934'),(6613,7933,'_download_limit','-1'),(6614,7933,'_download_expiry','-1'),(6615,7933,'_thumbnail_id','7935'),(6616,7933,'_stock',NULL),(6617,7933,'_stock_status','instock'),(6618,7933,'_wc_average_rating','0'),(6619,7933,'_wc_rating_count','a:0:{}'),(6620,7933,'_wc_review_count','0'),(6621,7933,'_downloadable_files','a:0:{}'),(6622,7933,'_product_attributes','a:0:{}'),(6623,7933,'_product_version','3.1.2'),(6624,7933,'_price','100'),(6625,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6626,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6627,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6628,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6629,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6630,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6631,7933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6632,7933,'_mk_post_love','0'),(6633,7933,'_dynamic_styles','Tjs='),(6634,7933,'_theme_options_build','5995ef3c141f3'),(6635,7933,'_edit_lock','1503014514:1'),(6636,7933,'_edit_last','1'),(6637,7934,'_wp_attached_file','2017/08/1633a_02.jpg'),(6638,7934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/08/1633a_02.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1633a_02-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:\"1633a_02-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:20:\"1633a_02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"1633a_02-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"1633a_02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:6:{s:4:\"file\";s:22:\"1633a_02-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1000;s:12:\"height_query\";i:1000;}}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:{}}}'),(6639,7935,'_wp_attached_file','2017/08/1633a_01.jpg'),(6640,7935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2017/08/1633a_01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1633a_01-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:\"1633a_01-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:20:\"1633a_01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"1633a_01-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"1633a_01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:20:\"1633a_01-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:6:{s:4:\"file\";s:22:\"1633a_01-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1000;s:12:\"height_query\";i:1000;}}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:{}}}'),(6641,7935,'_wp_attachment_image_alt','Carbon Fiber Chess set with Inside Compartments'),(6642,7934,'_wp_attachment_image_alt','Carbon Fiber Chess set with Inside Compartments'),(6643,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6644,7936,'_sku','1641A'),(6645,7936,'_regular_price','100'),(6646,7936,'_sale_price',''),(6647,7936,'_sale_price_dates_from',''),(6648,7936,'_sale_price_dates_to',''),(6649,7936,'total_sales','0'),(6650,7936,'_tax_status','taxable'),(6651,7936,'_tax_class',''),(6652,7936,'_manage_stock','no'),(6653,7936,'_backorders','no'),(6654,7936,'_sold_individually','no'),(6655,7936,'_weight','3'),(6656,7936,'_length','14'),(6657,7936,'_width','14'),(6658,7936,'_height','2'),(6659,7936,'_upsell_ids','a:0:{}'),(6660,7936,'_crosssell_ids','a:0:{}'),(6661,7936,'_purchase_note',''),(6662,7936,'_default_attributes','a:0:{}'),(6663,7936,'_virtual','no'),(6664,7936,'_downloadable','no'),(6665,7936,'_product_image_gallery',''),(6666,7936,'_download_limit','-1'),(6667,7936,'_download_expiry','-1'),(6668,7936,'_thumbnail_id','7937'),(6669,7936,'_stock',NULL),(6670,7936,'_stock_status','instock'),(6671,7936,'_wc_average_rating','0'),(6672,7936,'_wc_rating_count','a:0:{}'),(6673,7936,'_wc_review_count','0'),(6674,7936,'_downloadable_files','a:0:{}'),(6675,7936,'_product_attributes','a:0:{}'),(6676,7936,'_product_version','3.1.2'),(6677,7936,'_price','100'),(6678,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6679,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6680,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6681,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6682,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6683,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6684,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6685,7936,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6686,7936,'_mk_post_love','0'),(6687,7936,'_dynamic_styles','Tjs='),(6688,7936,'_theme_options_build','5995ef3c141f3'),(6689,7936,'_edit_lock','1503016244:1'),(6690,7936,'_edit_last','1'),(6691,7937,'_wp_attached_file','2017/08/1641a.jpg'),(6692,7937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:17:\"2017/08/1641a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1641a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1641a-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:17:\"1641a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"1641a-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"1641a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"1641a-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"1641a-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:17:\"1641a-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6693,7937,'_wp_attachment_image_alt','Acrylic Tic Tac Toe in Blue with clear X and O\'s'),(6694,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6695,7938,'_sku','1642A'),(6696,7938,'_regular_price','100'),(6697,7938,'_sale_price',''),(6698,7938,'_sale_price_dates_from',''),(6699,7938,'_sale_price_dates_to',''),(6700,7938,'total_sales','0'),(6701,7938,'_tax_status','taxable'),(6702,7938,'_tax_class',''),(6703,7938,'_manage_stock','no'),(6704,7938,'_backorders','no'),(6705,7938,'_sold_individually','no'),(6706,7938,'_weight','3'),(6707,7938,'_length','14'),(6708,7938,'_width','14'),(6709,7938,'_height','2'),(6710,7938,'_upsell_ids','a:0:{}'),(6711,7938,'_crosssell_ids','a:0:{}'),(6712,7938,'_purchase_note',''),(6713,7938,'_default_attributes','a:0:{}'),(6714,7938,'_virtual','no'),(6715,7938,'_downloadable','no'),(6716,7938,'_product_image_gallery',''),(6717,7938,'_download_limit','-1'),(6718,7938,'_download_expiry','-1'),(6720,7938,'_stock',NULL),(6721,7938,'_stock_status','instock'),(6722,7938,'_wc_average_rating','0'),(6723,7938,'_wc_rating_count','a:0:{}'),(6724,7938,'_wc_review_count','0'),(6725,7938,'_downloadable_files','a:0:{}'),(6726,7938,'_product_attributes','a:0:{}'),(6727,7938,'_product_version','3.1.2'),(6728,7938,'_price','100'),(6729,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6730,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6731,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6732,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6733,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6734,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6735,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6736,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6737,7938,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6738,7938,'_mk_post_love','0'),(6739,7938,'_dynamic_styles','Tjs='),(6740,7938,'_theme_options_build','5995ef3c141f3'),(6741,7938,'_edit_lock','1503016609:1'),(6742,7938,'_edit_last','1'),(6743,7939,'_wp_attached_file','2017/08/1642a.jpg'),(6744,7939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:17:\"2017/08/1642a.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1642a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1642a-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:17:\"1642a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"1642a-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"1642a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"1642a-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"1642a-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:17:\"1642a-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"image-size-150x150\";a:6:{s:4:\"file\";s:17:\"1642a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:150;s:12:\"height_query\";i:150;}}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:{}}}'),(6745,7939,'_wp_attachment_image_alt','Acrylic Tic Tac Toe in White with clear X and O\'s'),(6746,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6747,7940,'_sku','1643A'),(6748,7940,'_regular_price','100'),(6749,7940,'_sale_price',''),(6750,7940,'_sale_price_dates_from',''),(6751,7940,'_sale_price_dates_to',''),(6752,7940,'total_sales','0'),(6753,7940,'_tax_status','taxable'),(6754,7940,'_tax_class',''),(6755,7940,'_manage_stock','no'),(6756,7940,'_backorders','no'),(6757,7940,'_sold_individually','no'),(6758,7940,'_weight','3'),(6759,7940,'_length','14'),(6760,7940,'_width','14'),(6761,7940,'_height','2'),(6762,7940,'_upsell_ids','a:0:{}'),(6763,7940,'_crosssell_ids','a:0:{}'),(6764,7940,'_purchase_note',''),(6765,7940,'_default_attributes','a:0:{}'),(6766,7940,'_virtual','no'),(6767,7940,'_downloadable','no'),(6768,7940,'_product_image_gallery',''),(6769,7940,'_download_limit','-1'),(6770,7940,'_download_expiry','-1'),(6771,7940,'_stock',NULL),(6772,7940,'_stock_status','instock'),(6773,7940,'_wc_average_rating','0'),(6774,7940,'_wc_rating_count','a:0:{}'),(6775,7940,'_wc_review_count','0'),(6776,7940,'_downloadable_files','a:0:{}'),(6777,7940,'_product_attributes','a:0:{}'),(6778,7940,'_product_version','3.1.2'),(6779,7940,'_price','100'),(6780,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6781,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6782,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6783,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6784,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6785,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6786,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6787,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6788,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6789,7940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6790,7940,'_mk_post_love','0'),(6791,7940,'_dynamic_styles','Tjs='),(6792,7940,'_theme_options_build','59976b68c918c'),(6793,7940,'_edit_lock','1503016539:1'),(6794,7940,'_edit_last','1'),(6795,7941,'_wp_attached_file','2017/08/1643a.jpg'),(6796,7941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1600;s:4:\"file\";s:17:\"2017/08/1643a.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"1643a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"1643a-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:17:\"1643a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"1643a-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"1643a-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"1643a-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"1643a-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:17:\"1643a-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6797,7941,'_wp_attachment_image_alt','Acrylic Tic Tac Toe in Black with clear X and O\'s'),(6798,7940,'_thumbnail_id','7941'),(6799,7938,'_thumbnail_id','7939'),(6800,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6801,7942,'_sku','1643A-1'),(6802,7942,'_regular_price','100'),(6803,7942,'_sale_price',''),(6804,7942,'_sale_price_dates_from',''),(6805,7942,'_sale_price_dates_to',''),(6806,7942,'total_sales','0'),(6807,7942,'_tax_status','taxable'),(6808,7942,'_tax_class',''),(6809,7942,'_manage_stock','no'),(6810,7942,'_backorders','no'),(6811,7942,'_sold_individually','no'),(6812,7942,'_weight','3'),(6813,7942,'_length','14'),(6814,7942,'_width','14'),(6815,7942,'_height','2'),(6816,7942,'_upsell_ids','a:0:{}'),(6817,7942,'_crosssell_ids','a:0:{}'),(6818,7942,'_purchase_note',''),(6819,7942,'_default_attributes','a:0:{}'),(6820,7942,'_virtual','no'),(6821,7942,'_downloadable','no'),(6822,7942,'_product_image_gallery',''),(6823,7942,'_download_limit','-1'),(6824,7942,'_download_expiry','-1'),(6826,7942,'_stock',NULL),(6827,7942,'_stock_status','instock'),(6828,7942,'_wc_average_rating','0'),(6829,7942,'_wc_rating_count','a:0:{}'),(6830,7942,'_wc_review_count','0'),(6831,7942,'_downloadable_files','a:0:{}'),(6832,7942,'_product_attributes','a:0:{}'),(6833,7942,'_product_version','3.1.2'),(6834,7942,'_price','100'),(6835,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6836,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6837,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6838,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6839,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6840,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6841,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6842,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6843,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6844,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6845,7942,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6846,7942,'_mk_post_love','0'),(6847,7942,'_dynamic_styles','Tjs='),(6848,7942,'_theme_options_build','5995ef3c141f3'),(6849,7942,'_edit_lock','1503017157:1'),(6850,7942,'_edit_last','1'),(6851,7943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6852,7943,'_menu_item_type','taxonomy'),(6853,7943,'_menu_item_menu_item_parent','7837'),(6854,7943,'_menu_item_object_id','42'),(6855,7943,'_menu_item_object','product_cat'),(6856,7943,'_menu_item_target',''),(6857,7943,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6858,7943,'_menu_item_xfn',''),(6859,7943,'_menu_item_url',''),(6861,7944,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6862,7944,'_menu_item_type','taxonomy'),(6863,7944,'_menu_item_menu_item_parent','7837'),(6864,7944,'_menu_item_object_id','44'),(6865,7944,'_menu_item_object','product_cat'),(6866,7944,'_menu_item_target',''),(6867,7944,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6868,7944,'_menu_item_xfn',''),(6869,7944,'_menu_item_url',''),(6871,7945,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6872,7945,'_menu_item_type','taxonomy'),(6873,7945,'_menu_item_menu_item_parent','7837'),(6874,7945,'_menu_item_object_id','43'),(6875,7945,'_menu_item_object','product_cat'),(6876,7945,'_menu_item_target',''),(6877,7945,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6878,7945,'_menu_item_xfn',''),(6879,7945,'_menu_item_url',''),(6881,7946,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6882,7946,'_menu_item_type','taxonomy'),(6883,7946,'_menu_item_menu_item_parent','7837'),(6884,7946,'_menu_item_object_id','45'),(6885,7946,'_menu_item_object','product_cat'),(6886,7946,'_menu_item_target',''),(6887,7946,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6888,7946,'_menu_item_xfn',''),(6889,7946,'_menu_item_url',''),(6891,7943,'_menu_item_megamenu','enabled'),(6892,7945,'_menu_item_megamenu','enabled'),(6893,7944,'_menu_item_megamenu','enabled'),(6894,7946,'_menu_item_megamenu','enabled'),(6895,7947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6896,7947,'_edit_last','1'),(6897,7947,'_edit_lock','1503084002:1'),(6898,7948,'_wp_attached_file','2017/08/arousi_nyc.jpg'),(6899,7948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:22:\"2017/08/arousi_nyc.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"arousi_nyc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"arousi_nyc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"arousi_nyc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"arousi_nyc-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"arousi_nyc-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:22:\"arousi_nyc-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6900,7948,'_wp_attachment_image_alt','New York City Street Signs'),(6901,7947,'_thumbnail_id','7948'),(6902,7947,'event-start-date','1503187200'),(6903,7947,'event-date','1503446400'),(6904,7947,'event-time',''),(6905,7947,'event-location','Jacob K. Javtis Convention Center'),(6906,7947,'event-link','http://www.nynow.com/'),(6907,7947,'event-link-label','MORE INFO'),(6908,7947,'event-link-target','yes'),(6909,7947,'event-summary','Building 2, Booth 2-519'),(6913,7816,'_wpb_shortcodes_custom_css','.vc_custom_1503088776377{margin-top: 75px !important;}.vc_custom_1503088787436{margin-bottom: 75px !important;}.vc_custom_1503088776377{margin-top: 75px !important;}.vc_custom_1503088787436{margin-bottom: 75px !important;}.vc_custom_1503088986539{margin-bottom: 0px !important;}.vc_custom_1503088764451{margin-bottom: 0px !important;}.vc_custom_1503089034939{margin-bottom: 0px !important;}.vc_custom_1503089208611{margin-bottom: 0px !important;}'),(6915,5465,'_wp_trash_meta_status','publish'),(6916,5465,'_wp_trash_meta_time','1503080748'),(6917,5465,'_wp_desired_post_slug','paper-magazine'),(6918,274,'_wp_trash_meta_status','publish'),(6919,274,'_wp_trash_meta_time','1503080748'),(6920,274,'_wp_desired_post_slug','pixie-wine-bottle-design'),(6921,266,'_wp_trash_meta_status','publish'),(6922,266,'_wp_trash_meta_time','1503080748'),(6923,266,'_wp_desired_post_slug','hot-paper-product-design'),(6924,265,'_wp_trash_meta_status','publish'),(6925,265,'_wp_trash_meta_time','1503080748'),(6926,265,'_wp_desired_post_slug','hipster-scandinavian-style'),(6927,264,'_wp_trash_meta_status','publish'),(6928,264,'_wp_trash_meta_time','1503080748'),(6929,264,'_wp_desired_post_slug','colors-at-home'),(6930,263,'_wp_trash_meta_status','publish'),(6931,263,'_wp_trash_meta_time','1503080749'),(6932,263,'_wp_desired_post_slug','mustachio-branding'),(6933,5402,'_wp_trash_meta_status','publish'),(6934,5402,'_wp_trash_meta_time','1503080749'),(6935,5402,'_wp_desired_post_slug','retro-product-photoshot'),(6936,261,'_wp_trash_meta_status','publish'),(6937,261,'_wp_trash_meta_time','1503080749'),(6938,261,'_wp_desired_post_slug','studio-fashion-portrait'),(6939,249,'_wp_trash_meta_status','publish'),(6940,249,'_wp_trash_meta_time','1503080749'),(6941,249,'_wp_desired_post_slug','outdoor-lifestyle-portrait'),(6942,248,'_wp_trash_meta_status','publish'),(6943,248,'_wp_trash_meta_time','1503080749'),(6944,248,'_wp_desired_post_slug','interior-photoshot'),(6945,247,'_wp_trash_meta_status','publish'),(6946,247,'_wp_trash_meta_time','1503080749'),(6947,247,'_wp_desired_post_slug','full-length-studio-shot'),(6948,5468,'_edit_lock','1503081195:1'),(6949,5468,'body_size','false'),(6950,5468,'page_size','false'),(6951,5468,'header_size','false'),(6952,5468,'banner_size','false'),(6953,5468,'footer_size','false'),(6956,5468,'_dynamic_styles','Tjs='),(6959,7965,'_wp_attached_file','2017/08/arousi_events.jpg'),(6960,7965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:719;s:4:\"file\";s:25:\"2017/08/arousi_events.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"arousi_events-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"arousi_events-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"arousi_events-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"arousi_events-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"arousi_events-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"arousi_events-1000x719.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"arousi_events-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6961,7965,'_wp_attachment_image_alt','Arousi Blue and White Tic Tac Toe Board'),(6963,7966,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6964,7966,'_edit_last','1'),(6965,7966,'_edit_lock','1503082502:1'),(6966,7967,'_wp_attached_file','2017/08/arousi_las_vegas.jpg'),(6967,7967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:28:\"2017/08/arousi_las_vegas.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"arousi_las_vegas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:28:\"arousi_las_vegas-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"arousi_las_vegas-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"arousi_las_vegas-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"arousi_las_vegas-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:28:\"arousi_las_vegas-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(6968,7967,'_wp_attachment_image_alt','Welcome to Las Vegas Sign'),(6969,7966,'_thumbnail_id','7967'),(6970,7966,'event-start-date','1505260800'),(6971,7966,'event-date','1505520000'),(6972,7966,'event-time',''),(6973,7966,'event-location','Las Vegas Convention Center'),(6974,7966,'event-link','http://www.lvsouvenirshow.com/270/las-vegas-gift-show-home.htm'),(6975,7966,'event-link-label','MORE INFO'),(6976,7966,'event-link-target','yes'),(6977,7966,'event-summary',''),(6986,7969,'_wp_attached_file','2017/08/favicon.ico'),(6987,7970,'_wp_attached_file','2017/08/apple-icon-57x57.png'),(6988,7970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:57;s:4:\"file\";s:28:\"2017/08/apple-icon-57x57.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:{}}}'),(6989,7971,'_wp_attached_file','2017/08/apple-icon-114x114.png'),(6990,7971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:114;s:4:\"file\";s:30:\"2017/08/apple-icon-114x114.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:{}}}'),(6991,7972,'_wp_attached_file','2017/08/apple-icon-72x72.png'),(6992,7972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:72;s:6:\"height\";i:72;s:4:\"file\";s:28:\"2017/08/apple-icon-72x72.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:{}}}'),(6993,7973,'_wp_attached_file','2017/08/ms-icon-144x144.png'),(6994,7973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:27:\"2017/08/ms-icon-144x144.png\";s:5:\"sizes\";a:1:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"ms-icon-144x144-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(6998,7975,'_wp_attached_file','2017/08/aurosi_test.jpg'),(6999,7975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2017/08/aurosi_test.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"aurosi_test-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"aurosi_test-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"aurosi_test-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"aurosi_test-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"aurosi_test-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"aurosi_test-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"aurosi_test-1000x260.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"landscape-tablet\";a:6:{s:4:\"file\";s:24:\"aurosi_test-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1024;s:12:\"height_query\";i:768;}s:16:\"landscape-mobile\";a:6:{s:4:\"file\";s:23:\"aurosi_test-736x414.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:736;s:12:\"height_query\";i:414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:28:\"thatpichai - stock.adobe.com\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:50:\"Abstract blurred event with people for background.\";s:17:\"created_timestamp\";s:10:\"1489846792\";s:9:\"copyright\";s:30:\"©thatpichai - stock.adobe.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:49:\"Abstract blurred event with people for background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:5:\"event\";i:1;s:6:\"people\";i:2;s:8:\"abstract\";i:3;s:7:\"blurred\";i:4;s:8:\"business\";i:5;s:10:\"background\";i:6;s:10:\"conference\";i:7;s:4:\"blur\";i:8;s:10:\"exhibition\";i:9;s:5:\"party\";i:10;s:7:\"meeting\";i:11;s:7:\"concept\";i:12;s:6:\"blurry\";i:13;s:9:\"corporate\";i:14;s:4:\"hall\";i:15;s:10:\"convention\";i:16;s:6:\"events\";i:17;s:5:\"crowd\";i:18;s:5:\"press\";i:19;s:7:\"seminar\";i:20;s:5:\"light\";i:21;s:9:\"defocused\";i:22;s:5:\"group\";i:23;s:9:\"education\";i:24;s:4:\"room\";i:25;s:7:\"lecture\";i:26;s:12:\"presentation\";i:27;s:9:\"classroom\";i:28;s:5:\"bokeh\";i:29;s:8:\"cocktail\";i:30;s:4:\"expo\";i:31;s:8:\"audience\";i:32;s:5:\"focus\";i:33;s:5:\"break\";i:34;s:6:\"coffee\";i:35;s:4:\"show\";i:36;s:6:\"person\";i:37;s:9:\"lifestyle\";i:38;s:8:\"standing\";i:39;s:5:\"trade\";i:40;s:3:\"fun\";i:41;s:7:\"commart\";}}}'),(7012,7977,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7013,7977,'_edit_last','1'),(7014,7977,'_edit_lock','1503095826:1'),(7015,7977,'event-start-date','1499990400'),(7016,7977,'event-date','1500336000'),(7017,7977,'event-time',''),(7018,7977,'event-location','AmericasMart Atlanta | Building 2, Booth 2-519'),(7019,7977,'event-link','https://www.americasmart.com/'),(7020,7977,'event-link-label','MORE INFO'),(7021,7977,'event-link-target','yes'),(7022,7977,'event-summary',''),(7023,7978,'_wp_attached_file','2017/08/aurosi_atlanta.jpg'),(7024,7978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2017/08/aurosi_atlanta.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_atlanta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"aurosi_atlanta-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"aurosi_atlanta-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_atlanta-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"aurosi_atlanta-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"266x266\";a:4:{s:4:\"file\";s:26:\"aurosi_atlanta-266x266.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:266;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:{}}}'),(7025,7978,'_wp_attachment_image_alt','Atlanta Olympic Park at night'),(7027,7977,'_thumbnail_id','7978'),(7028,7979,'_wp_attached_file','2017/08/aurosi_test_01.jpg'),(7029,7979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:26:\"2017/08/aurosi_test_01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_test_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"aurosi_test_01-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"aurosi_test_01-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"aurosi_test_01-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"aurosi_test_01-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"aurosi_test_01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"aurosi_test_01-1000x260.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"landscape-tablet\";a:6:{s:4:\"file\";s:27:\"aurosi_test_01-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:1024;s:12:\"height_query\";i:768;}s:16:\"landscape-mobile\";a:6:{s:4:\"file\";s:26:\"aurosi_test_01-736x414.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";i:736;s:12:\"height_query\";i:414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:28:\"thatpichai - stock.adobe.com\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:50:\"Abstract blurred event with people for background.\";s:17:\"created_timestamp\";s:10:\"1489846792\";s:9:\"copyright\";s:30:\"©thatpichai - stock.adobe.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:49:\"Abstract blurred event with people for background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:42:{i:0;s:5:\"event\";i:1;s:6:\"people\";i:2;s:8:\"abstract\";i:3;s:7:\"blurred\";i:4;s:8:\"business\";i:5;s:10:\"background\";i:6;s:10:\"conference\";i:7;s:4:\"blur\";i:8;s:10:\"exhibition\";i:9;s:5:\"party\";i:10;s:7:\"meeting\";i:11;s:7:\"concept\";i:12;s:6:\"blurry\";i:13;s:9:\"corporate\";i:14;s:4:\"hall\";i:15;s:10:\"convention\";i:16;s:6:\"events\";i:17;s:5:\"crowd\";i:18;s:5:\"press\";i:19;s:7:\"seminar\";i:20;s:5:\"light\";i:21;s:9:\"defocused\";i:22;s:5:\"group\";i:23;s:9:\"education\";i:24;s:4:\"room\";i:25;s:7:\"lecture\";i:26;s:12:\"presentation\";i:27;s:9:\"classroom\";i:28;s:5:\"bokeh\";i:29;s:8:\"cocktail\";i:30;s:4:\"expo\";i:31;s:8:\"audience\";i:32;s:5:\"focus\";i:33;s:5:\"break\";i:34;s:6:\"coffee\";i:35;s:4:\"show\";i:36;s:6:\"person\";i:37;s:9:\"lifestyle\";i:38;s:8:\"standing\";i:39;s:5:\"trade\";i:40;s:3:\"fun\";i:41;s:7:\"commart\";}}}'),(7030,7816,'slide_template','default'),(7035,5,'slide_template','default'),(7040,7816,'_dynamic_styles','Tjs='),(7041,7985,'_wp_attached_file','2017/08/aurosi_slide_backgammon_bw.png'),(7042,7985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:38:\"2017/08/aurosi_slide_backgammon_bw.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"aurosi_slide_backgammon_bw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:38:\"aurosi_slide_backgammon_bw-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"aurosi_slide_backgammon_bw-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"aurosi_slide_backgammon_bw-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"aurosi_slide_backgammon_bw-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"aurosi_slide_backgammon_bw-1000x668.png\";s:5:\"width\";i:1000;s:6:\"height\";i:668;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:{}}}'),(7043,7986,'_wp_attached_file','2017/08/aurosi_slide_backgammon_yellow.png'),(7044,7986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:42:\"2017/08/aurosi_slide_backgammon_yellow.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"aurosi_slide_backgammon_yellow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:42:\"aurosi_slide_backgammon_yellow-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"aurosi_slide_backgammon_yellow-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"aurosi_slide_backgammon_yellow-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"aurosi_slide_backgammon_yellow-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"aurosi_slide_backgammon_yellow-1000x668.png\";s:5:\"width\";i:1000;s:6:\"height\";i:668;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:{}}}'),(7047,7988,'_wp_attached_file','2017/08/aurosi_slide_backgammon_open_bw.png'),(7048,7988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:721;s:4:\"file\";s:43:\"2017/08/aurosi_slide_backgammon_open_bw.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"aurosi_slide_backgammon_open_bw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:43:\"aurosi_slide_backgammon_open_bw-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"aurosi_slide_backgammon_open_bw-768x554.png\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"aurosi_slide_backgammon_open_bw-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"aurosi_slide_backgammon_open_bw-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"aurosi_slide_backgammon_open_bw-1000x721.png\";s:5:\"width\";i:1000;s:6:\"height\";i:721;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:{}}}'),(7049,7818,'_dynamic_styles','Tjs='),(7050,7818,'_theme_options_build','59976b68c918c'),(7054,7991,'_wp_attached_file','2017/08/aurosi_slide_backgammon_open_yellow.png'),(7055,7991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:744;s:4:\"file\";s:47:\"2017/08/aurosi_slide_backgammon_open_yellow.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"aurosi_slide_backgammon_open_yellow-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:47:\"aurosi_slide_backgammon_open_yellow-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"aurosi_slide_backgammon_open_yellow-768x571.png\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"aurosi_slide_backgammon_open_yellow-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"aurosi_slide_backgammon_open_yellow-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"aurosi_slide_backgammon_open_yellow-1000x744.png\";s:5:\"width\";i:1000;s:6:\"height\";i:744;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:{}}}'),(7058,7993,'_wp_attached_file','2017/08/aurosi_slide_chess.png'),(7059,7993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:721;s:6:\"height\";i:561;s:4:\"file\";s:30:\"2017/08/aurosi_slide_chess.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"aurosi_slide_chess-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:30:\"aurosi_slide_chess-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"aurosi_slide_chess-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"aurosi_slide_chess-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:{}}}'),(7062,7995,'_wp_attached_file','2017/08/arousi_ttt_blue.jpg'),(7063,7995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:907;s:4:\"file\";s:27:\"2017/08/arousi_ttt_blue.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"arousi_ttt_blue-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:27:\"arousi_ttt_blue-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:27:\"arousi_ttt_blue-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"arousi_ttt_blue-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"arousi_ttt_blue-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7064,7996,'_wp_attached_file','2017/08/arousi_ttt_white.jpg'),(7065,7996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:907;s:4:\"file\";s:28:\"2017/08/arousi_ttt_white.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"arousi_ttt_white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"arousi_ttt_white-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:28:\"arousi_ttt_white-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"arousi_ttt_white-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"arousi_ttt_white-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7071,5,'_dynamic_styles','Tjs='),(7074,8001,'_wp_attached_file','2017/08/aurosi_coming_soon.jpg'),(7075,8001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:850;s:4:\"file\";s:30:\"2017/08/aurosi_coming_soon.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"aurosi_coming_soon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:30:\"aurosi_coming_soon-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"aurosi_coming_soon-768x435.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:31:\"aurosi_coming_soon-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"aurosi_coming_soon-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"aurosi_coming_soon-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"aurosi_coming_soon-1000x567.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7076,8002,'_wp_attached_file','2017/08/aurosi-s.png'),(7077,8002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:673;s:4:\"file\";s:20:\"2017/08/aurosi-s.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"aurosi-s-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:20:\"aurosi-s-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"aurosi-s-768x517.png\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"aurosi-s-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"aurosi-s-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"aurosi-s-1000x673.png\";s:5:\"width\";i:1000;s:6:\"height\";i:673;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:{}}}'),(7078,7803,'slide_template','default'),(7088,7803,'_dynamic_styles','Tjs='); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=8006 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (5,1,'2015-12-03 22:43:49','2015-12-03 22:43:49','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1503346509683{margin-bottom: 0px !important;}\"]Aurosi the word means To New Beginnings. Growing up, I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone are on their phones, my games are a time where family & friends get together to play and share stories. Just for a little while, we can just feel normal again, and not be so connected to social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358153024{margin-top: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358232388{margin-top: 0px !important;margin-bottom: 25px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358330872{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358324055{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358308946{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358317802{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','publish','closed','closed','','home','','','2017-08-21 23:32:14','2017-08-21 23:32:14','',0,'http://demos.artbees.net/jupiter5/amalthea/?page_id=5',0,'page','',0),(136,1,'2015-04-30 08:02:43','2015-04-30 08:02:43','','Billy Moore','','trash','closed','closed','','136__trashed','','','2017-08-16 23:02:17','2017-08-16 23:02:17','',0,'http://demos.artbees.net/jupiter5/kale/?post_type=testimonial&p=136',0,'testimonial','',0),(141,1,'2015-04-30 08:03:58','2015-04-30 08:03:58','','Jessica Stevens','','publish','closed','closed','','141','','','2017-08-16 23:13:17','2017-08-16 23:13:17','',0,'http://demos.artbees.net/jupiter5/kale/?post_type=testimonial&p=141',0,'testimonial','',0),(143,1,'2015-04-30 08:06:08','2015-04-30 08:06:08','','John Wayne','','trash','closed','closed','','143__trashed','','','2017-08-16 23:02:10','2017-08-16 23:02:10','',0,'http://demos.artbees.net/jupiter5/kale/?post_type=testimonial&p=143',0,'testimonial','',0),(247,1,'2014-08-20 15:37:09','2014-08-20 15:37:09','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-011-1.jpg\" image_size=\"full\" lightbox=\"true\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-010.jpg\" image_size=\"full\" lightbox=\"true\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-012.jpg\" image_size=\"full\" lightbox=\"true\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Retouch</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Full Length Studio Shot','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. ','trash','open','open','','full-length-studio-shot__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=247',5,'portfolio','',0),(248,1,'2014-08-20 15:37:50','2014-08-20 15:37:50','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-013.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-014.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-015.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_padding_divider size=\"60\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Interior</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Interior Photoshot','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','trash','open','open','','interior-photoshot__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=248',6,'portfolio','',0),(249,1,'2014-08-20 15:38:26','2014-08-20 15:38:26','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-003-1.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][mk_swipe_slideshow images=\"5606,5607\" image_width=\"1400\" image_height=\"750\" slideshow_speed=\"4000\"][vc_video link=\"https://vimeo.com/51902190\"][/vc_column][/vc_row]','Outdoor Lifestyle Portrait','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. ','trash','open','open','','outdoor-lifestyle-portrait__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=249',7,'portfolio','',0),(261,1,'2014-08-20 15:41:16','2014-08-20 15:41:16','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_gallery images=\"5612,5613,5614,5615,5616\" style=\"style3\" hover_scenarios=\"slow_zoom\" overlay_color=\"rgba(0,0,0,0.25)\" item_spacing=\"2\" margin_bottom=\"0\" order=\"DESC\" orderby=\"menu_order\" item_id=\"1439454847-55cc567f6242b\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Retouch</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Studio Fashion Portrait','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','trash','open','open','','studio-fashion-portrait__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=261',10,'portfolio','',0),(263,1,'2014-08-20 15:42:33','2014-08-20 15:42:33','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-037.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-038.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_padding_divider size=\"60\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Web Design</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Mustachio Branding','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','trash','open','open','','mustachio-branding__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=263',12,'portfolio','',0),(264,1,'2014-08-20 15:43:24','2014-08-20 15:43:24','[vc_row attached=\"true\" padding=\"2\"][vc_column][vc_video link=\"https://vimeo.com/73208193\"][mk_swipe_slideshow images=\"5655,5656\" image_width=\"1400\" image_height=\"750\" direction=\"vertical\" slideshow_speed=\"4000\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-024.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Branding</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Colors at Home','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','trash','open','open','','colors-at-home__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=264',13,'portfolio','',0),(265,1,'2014-08-20 15:44:05','2014-08-20 15:44:05','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_fullwidth_slideshow images=\"5638,5639,5640\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic Design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"60\"][/vc_column][/vc_row]','Hipster Scandinavian Style','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','trash','open','open','','hipster-scandinavian-style__trashed','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=265',14,'portfolio','',0),(266,1,'2014-08-20 15:45:32','2014-08-20 15:45:32','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-028.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_padding_divider size=\"60\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Product Design</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Hot Paper Product Design','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida.','trash','open','open','','hot-paper-product-design__trashed','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=266',15,'portfolio','',0),(274,1,'2014-08-20 15:46:50','2014-08-20 15:46:50','[vc_row attached=\"true\" padding=\"2\"][vc_column][vc_video link=\"https://vimeo.com/59056788\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Typography / Print</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Pixie Wine Bottle Design','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','trash','open','open','','pixie-wine-bottle-design__trashed','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=274',16,'portfolio','',0),(500,1,'2015-11-11 14:35:13','2015-11-11 14:35:13','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Integer Quis Ligula Ipsum Sit Amet Scelerisque','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget.\n','publish','open','closed','','integer-quis-ligula-ipsum-sit-amet-scelerisque','','','2015-11-11 14:35:13','2015-11-11 14:35:13','',0,'http://moozpaper.com/jupiter/?p=15',0,'post','',0),(501,1,'2015-11-11 14:36:34','2015-11-11 14:36:34','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Egestas Luctus Urna Vitae Dapibus','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. ','publish','open','closed','','egestas-luctus-urna-vitae-dapibus','','','2015-11-11 14:36:34','2015-11-11 14:36:34','',0,'http://moozpaper.com/jupiter/?p=17',0,'post','',0),(504,1,'2015-11-11 14:39:02','2015-11-11 14:39:02','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Massa Sit Amet Arcu','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget.\n','publish','open','closed','','massa-sit-amet-arcu','','','2015-11-11 14:39:02','2015-11-11 14:39:02','',0,'http://moozpaper.com/jupiter/?p=20',0,'post','',1),(507,1,'2015-12-11 14:39:35','2015-12-11 14:39:35','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Proin Urna Enim Semper','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget.\n','publish','open','closed','','proin-urna-enim-semper','','','2015-12-11 14:39:35','2015-12-11 14:39:35','',0,'http://moozpaper.com/jupiter/?p=23',0,'post','',0),(508,1,'2015-12-11 14:41:45','2015-12-11 14:41:45','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Proin Vel Mauris Diam','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget.\n','publish','open','open','','proin-vel-mauris-diam','','','2015-12-11 14:41:45','2015-12-11 14:41:45','',0,'http://moozpaper.com/jupiter/?p=24',0,'post','',0),(509,1,'2015-09-12 14:09:05','2015-09-12 14:09:05','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Curabitur Ac Neque at Arcu','Mauris sed mauris bibendum est imperdiet porttitor tincidunt at lorem. Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel.','publish','open','closed','','curabitur-ac-neque-at-arcu','','','2015-09-12 14:09:05','2015-09-12 14:09:05','',0,'http://moozpaper.com/jupiter/?p=26',0,'post','',1),(4518,1,'2015-12-11 14:40:44','2015-12-11 14:40:44','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Adipiscing Semper Nislo','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget.\n','publish','open','closed','','adipiscing-semper-nislo','','','2015-12-11 14:40:44','2015-12-11 14:40:44','',0,'http://demos.artbees.net/jupiter5/?p=4518',0,'post','',1),(4520,1,'2014-08-29 14:12:14','2014-08-29 14:12:14','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','Semet Pellentesque Tempus','Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget.\n','publish','open','closed','','semet-pellentesque-tempus','','','2014-08-29 14:12:14','2014-08-29 14:12:14','',0,'http://demos.artbees.net/jupiter5/?p=4520',0,'post','',0),(5402,1,'2014-08-20 15:41:50','2014-08-20 15:41:50','[vc_row padding=\"0\"][vc_column][mk_gallery images=\"5645,5646,5647,5648,5649\" style=\"style1\" item_spacing=\"2\" margin_bottom=\"0\" order=\"DESC\" orderby=\"menu_order\" item_id=\"1439454681-55cc55d9934b5\"][/vc_column][/vc_row][vc_row attached=\"true\" padding=\"2\"][vc_column][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Product Design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Retro Product Photoshot','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','trash','open','open','','retro-product-photoshot__trashed','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',0,'http://demos.artbees.net/jupiter5/?post_type=portfolio&p=262',11,'portfolio','',0),(5465,1,'2015-08-13 09:20:46','2015-08-13 09:20:46','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/08/portfolio-033.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Web Design / Typography</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Paper Magazine','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','trash','open','open','','paper-magazine__trashed','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',0,'http://demos.artbees.net/jupiter5/kore/?post_type=portfolio&p=5465',2,'portfolio','',0),(5468,1,'2015-08-13 09:23:11','2015-08-13 09:23:11','[vc_row attached=\"true\" padding=\"2\"][vc_column][vc_video link=\"https://www.youtube.com/watch?v=okyRBWtWfJY\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Interior Design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Interior Design','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','publish','open','open','','magazine','','','2015-08-13 09:23:11','2015-08-13 09:23:11','',0,'http://demos.artbees.net/jupiter5/kore/?post_type=portfolio&p=5468',2,'portfolio','',0),(5474,1,'2015-12-04 08:20:31','2015-12-04 08:20:31','','Bob Jason','','publish','closed','closed','','bob-jason','','','2015-12-04 08:20:31','2015-12-04 08:20:31','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=employees&p=5474',0,'employees','',0),(5477,1,'2015-12-04 08:23:24','2015-12-04 08:23:24','','Jessica Park','','publish','closed','closed','','jessica-park','','','2015-12-04 08:23:24','2015-12-04 08:23:24','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=employees&p=5477',0,'employees','',0),(5478,1,'2015-12-04 08:25:56','2015-12-04 08:25:56','','John Dan','','publish','closed','closed','','john-dan','','','2015-12-04 08:25:56','2015-12-04 08:25:56','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=employees&p=5478',0,'employees','',0),(5485,1,'2015-12-04 08:43:37','2015-12-04 08:43:37','','Fear','','publish','closed','closed','','fear','','','2015-12-04 08:43:37','2015-12-04 08:43:37','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=clients&p=5485',0,'clients','',0),(5493,1,'2015-12-04 08:43:57','2015-12-04 08:43:57','','Authentic','','publish','closed','closed','','authentic','','','2015-12-04 08:43:57','2015-12-04 08:43:57','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=clients&p=5493',0,'clients','',0),(5495,1,'2015-12-04 08:44:15','2015-12-04 08:44:15','','BlackFire','','publish','closed','closed','','blackfire','','','2015-12-04 08:44:15','2015-12-04 08:44:15','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=clients&p=5495',0,'clients','',0),(5497,1,'2015-12-04 08:44:34','2015-12-04 08:44:34','','First Republic','','publish','closed','closed','','first-republic','','','2015-12-04 08:44:34','2015-12-04 08:44:34','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=clients&p=5497',0,'clients','',0),(5499,1,'2015-12-04 08:44:48','2015-12-04 08:44:48','','Amour','','publish','closed','closed','','amour','','','2015-12-04 08:44:48','2015-12-04 08:44:48','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=clients&p=5499',0,'clients','',0),(5501,1,'2015-12-04 08:45:11','2015-12-04 08:45:11','','Our Brand','','publish','closed','closed','','our-brand','','','2015-12-04 08:45:11','2015-12-04 08:45:11','',0,'http://demos.artbees.net/jupiter5/amalthea/?post_type=clients&p=5501',0,'clients','',0),(5527,1,'2015-12-04 10:30:08','2015-12-04 10:30:08','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/contact-us-bg.jpg\" bg_position=\"center top\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_color_mask=\"#000000\" video_opacity=\"0.5\" min_height=\"500\" js_vertical_centered=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"18\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]G e t I n T o u c h[/mk_fancy_title][/vc_column][/mk_page_section][vc_row][vc_column][mk_padding_divider size=\"60\"][mk_padding_divider size=\"90\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mk_fancy_title color=\"#333333\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" animation=\"fade-in\"]contact info[/mk_fancy_title][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner][mk_icon_box icon=\"mk-icon-building-o\" title=\"Address\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\" txt_color=\"#777777\"]Patricia C. Amedee 4401\n\nWaldeck Street Grapevine\n\nNashville, TX 76051[/mk_icon_box][mk_icon_box icon=\"mk-li-message\" title=\"Email\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\" txt_color=\"#777777\"]info@yourdomain.com[/mk_icon_box][mk_icon_box icon=\"mk-li-call\" title=\"Phone\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\" txt_color=\"#777777\"]+99 (0) 101 0000 888[/mk_icon_box][mk_padding_divider size=\"60\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#333333\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" animation=\"fade-in\"]Contact Form[/mk_fancy_title][mk_contact_form style=\"line\" button_text=\"Send Message\" line_skin_color=\"#333333\" captcha=\"false\"][mk_padding_divider size=\"60\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"20\"][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][mk_advanced_gmaps latitude=\"40.748829\" longitude=\"-73.984118\" address=\"Mauris quis consequat eros\" pin_icon=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/Mark.png\" content_font_color=\"#ffffff\" height=\"360\" modify_json=\"true\" map_json=\"JTVCJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJ3YXRlciUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNlOWU5ZTklMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExNyU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIybGFuZHNjYXBlJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJjb2xvciUyMiUzQSUyMiUyM2Y1ZjVmNSUyMiU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTIwJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmhpZ2h3YXklMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmdlb21ldHJ5LmZpbGwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExNyU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5oaWdod2F5JTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeS5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyOSU3RCUyQyU3QiUyMndlaWdodCUyMiUzQTAuMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5hcnRlcmlhbCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExOCU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5sb2NhbCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExNiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJjb2xvciUyMiUzQSUyMiUyM2Y1ZjVmNSUyMiU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTIxJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGFyayUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNkZWRlZGUlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyMSU3RCU1RCU3RCUyQyU3QiUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLnRleHQuc3Ryb2tlJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzZmZmZmZmJTIyJTdEJTJDJTdCJTIybGlnaHRuZXNzJTIyJTNBMTYlN0QlNUQlN0QlMkMlN0IlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy50ZXh0LmZpbGwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyc2F0dXJhdGlvbiUyMiUzQTM2JTdEJTJDJTdCJTIyY29sb3IlMjIlM0ElMjIlMjMzMzMzMzMlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0E0MCU3RCU1RCU3RCUyQyU3QiUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmMmYyZjIlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExOSU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmdlb21ldHJ5LmZpbGwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZWZlZmUlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyMCU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmdlb21ldHJ5LnN0cm9rZSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJjb2xvciUyMiUzQSUyMiUyM2ZlZmVmZSUyMiU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTE3JTdEJTJDJTdCJTIyd2VpZ2h0JTIyJTNBMS4yJTdEJTVEJTdEJTVE\"][/vc_column][/vc_row]','Contact Temp','','publish','closed','closed','','contact-temp','','','2017-08-16 18:03:36','2017-08-16 18:03:36','',0,'http://demos.artbees.net/jupiter5/amalthea/?page_id=5527',0,'page','',0),(5537,1,'2015-12-04 12:13:45','2015-12-04 12:13:45','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/portfolio-bg.jpg\" bg_position=\"center top\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_color_mask=\"#000000\" video_opacity=\"0.5\" min_height=\"500\" js_vertical_centered=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"18\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]S h o w c a s e[/mk_fancy_title][/vc_column][/mk_page_section][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_padding_divider size=\"20\"][/vc_column][/vc_row][vc_row][vc_column][mk_portfolio style=\"grid\" hover_scenarios=\"fadebox\" grid_spacing=\"30\" image_quality=\"2\" column=\"4\" count=\"8\" sortable_align=\"center\" sortable_style=\"outline\" sortable_bg_color=\"#ffffff\" sortable_txt_color=\"#333333\" pagination_style=\"2\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"20\"][mk_padding_divider size=\"90\" visibility=\"hidden-sm\"][/vc_column][/vc_row]','Portfolio Temp','','publish','closed','closed','','portfolio-temp','','','2017-08-16 18:04:00','2017-08-16 18:04:00','',0,'http://demos.artbees.net/jupiter5/amalthea/?page_id=5537',0,'page','',0),(5557,1,'2015-12-04 12:37:13','2015-12-04 12:37:13','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/about-us-background.jpg\" bg_position=\"center top\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_color_mask=\"#000000\" video_opacity=\"0.5\" min_height=\"500\" js_vertical_centered=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"18\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]A b o u t U s[/mk_fancy_title][/vc_column][/mk_page_section][vc_row][vc_column][mk_padding_divider size=\"120\" visibility=\"hidden-sm\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]The proper study of mankind, is the science of design.[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][vc_row_inner][vc_column_inner width=\"1/3\"][mk_custom_box animation=\"top-to-bottom\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/image-box-01.jpg\" align=\"center\" margin_bottom=\"40\" crop=\"false\"][vc_column_text title=\"SCHEME IS THE FIRST\" disable_pattern=\"false\" align=\"center\"]Sedimo porttitor lectus nibh proin egetino tortor risus donec sollicidin molestie malesuada quisque velit nisi pretium uhgoit lacinia in elementum idino enim.[/vc_column_text][/mk_custom_box][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_custom_box animation=\"top-to-bottom\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/image-box-02.jpg\" align=\"center\" margin_bottom=\"40\" crop=\"false\"][vc_column_text title=\"TEAMWORK IS FUNDAMENTAL \" disable_pattern=\"false\" align=\"center\"]Amino porttitor lectus nibh proin egetino tortor risus donec sollicidin molestie malesuada quisque velit nisi pretium uhgoit lacinia in elementum idino enim.[/vc_column_text][/mk_custom_box][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_custom_box animation=\"top-to-bottom\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/image-box-03.jpg\" align=\"center\" margin_bottom=\"40\" crop=\"false\"][vc_column_text title=\"WHAT IS THE TREND?\" disable_pattern=\"false\" align=\"center\"]Porttitor lectus nibh proin egetino tortor risus donec sollicidin molestie malesuada quisque velit nisi pretium uhgoit lacinia in elementum idino enim.[/vc_column_text][/mk_custom_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\"][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]AT THE CLIMAX OF SUCCESS[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-portfolio\" align=\"center\" stop=\"570\" text=\"HAPPY CUSTOMERS\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-news\" align=\"center\" stop=\"2357\" text=\"READY FILES\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-notebook\" align=\"center\" stop=\"1100\" text=\"DONE PROJECTS\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-leaf\" align=\"center\" stop=\"300\" text=\"DESIGN TECHNICS\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\"][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Agency[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_style=\"italic\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]luck is the residue of design.[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][mk_fullwidth_slideshow padding=\"0\" bg_position=\"center top\" images=\"5568,5569\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_padding_divider size=\"20\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our Team[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][mk_employees style=\"classic\" count=\"3\" description=\"false\" animation=\"top-to-bottom\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"20\"][mk_padding_divider size=\"90\" visibility=\"hidden-sm\"][/vc_column][/vc_row]','About Temp','','publish','closed','closed','','about-temp','','','2017-08-16 18:03:26','2017-08-16 18:03:26','',0,'http://demos.artbees.net/jupiter5/amalthea/?page_id=5557',0,'page','',0),(7587,1,'2013-11-11 14:08:48','2013-11-11 14:08:48','','Twitter Post 1','','publish','open','open','','twitter-post-1','','','2013-11-11 14:08:48','2013-11-11 14:08:48','',0,'http://demos.artbees.net/jupiter5/?p=7587',0,'post','',0),(7600,1,'2015-12-11 14:13:11','2015-12-11 14:13:11','','Artbees Office','','publish','open','open','','artbees-office','','','2015-12-11 14:13:11','2015-12-11 14:13:11','',0,'http://demos.artbees.net/jupiter5/?p=7600',0,'post','',0),(7604,1,'2015-11-11 14:15:57','2015-11-11 14:15:57','','Blockquote Post 1','','publish','open','open','','blockquote-post-1','','','2015-11-11 14:15:57','2015-11-11 14:15:57','',0,'http://demos.artbees.net/jupiter5/?p=7604',0,'post','',0),(7612,1,'2015-11-11 14:37:55','2015-11-11 14:37:55','','Blockquote Post 2','','publish','open','open','','blockquote-post-2','','','2015-11-11 14:37:55','2015-11-11 14:37:55','',0,'http://demos.artbees.net/jupiter5/?p=7612',0,'post','',0),(7616,1,'2015-11-11 14:34:07','2015-11-11 14:34:07','','Artbees Mascot','','publish','open','open','','artbees-mascot','','','2015-11-11 14:34:07','2015-11-11 14:34:07','',0,'http://demos.artbees.net/jupiter5/?p=7616',0,'post','',0),(7620,1,'2015-11-11 14:38:06','2015-11-11 14:38:06','','Twitter Post 2','','publish','open','open','','twitter-post-2','','','2015-11-11 14:38:06','2015-11-11 14:38:06','',0,'http://demos.artbees.net/jupiter5/?p=7620',0,'post','',0),(7790,1,'2015-12-12 10:54:51','2015-12-12 10:54:51','[vc_row][vc_column width=\"1/1\"][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][mk_blockquote style=\"line-style\" text_size=\"16\" align=\"left\" width=\"1/1\" el_position=\"first last\"]Suspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum.[/mk_blockquote][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque quis eros lobortis, vestibulum turpis ac, pulvinar odio. Praesent vulputate a elit ac mollis. In sit amet ipsum turpis. Pellentesque venenatis, libero vel euismod lobortis, mi metus luctus augue, eget dapibus elit nisi eu massa. Phasellus sollicitudin nisl posuere nibh ultricies, et fringilla dui gravida. Donec iaculis adipiscing neque, non congue massa euismod quis. Etiam interdum dolor sit amet justo vulputate, non mollis velit venenatis. Morbi eu nunc nunc. Phasellus lacus magna, dapibus vitae pellentesque sit amet, venenatis ac purus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec volutpat bibendum diam eget posuere. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam adipiscing pretium tortor, eget pretium nulla ullamcorper id. Nullam ac nunc at lectus elementum vestibulum sit amet vitae dui. Donec ut gravida lorem.\n\nCras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vel enim dui. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed tincidunt accumsan massa id viverra. Sed sagittis, nisl sit amet imperdiet convallis, nunc tortor consequat tellus, vel molestie neque nulla non ligula. Proin tincidunt tellus ac porta volutpat. Cras mattis congue lacus id bibendum. Mauris ut sodales libero. Maecenas feugiat sit amet enim in accumsan.[/vc_column_text][vc_column_text disable_pattern=\"true\" align=\"left\" margin_bottom=\"0\" p_margin_bottom=\"20\" width=\"1/1\" el_position=\"first last\"]\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\nSuspendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel. Phasellus tristique cursus erat, a placerat tellus laoreet eget. Fusce vitae dui sit amet lacus rutrum convallis. Vivamus sit amet lectus venenatis est rhoncus interdum a vitae velit.\n\n[/vc_column_text][/vc_column][/vc_row]','The New Clear and Bold Blog','Mauris sed mauris bibendum est imperdiet porttitor tincidunt at lorem. Pendisse blandit ligula turpis, ac convallis risus fermentum non. Duis vestibulum quis quam vel accumsan. Nunc a vulputate lectus. Vestibulum eleifend nisl sed massa sagittis vestibulum. Vestibulum pretium blandit tellus, sodales volutpat sapien varius vel.','publish','open','closed','','the-new-clear-and-bold-blog','','','2015-12-12 10:54:51','2015-12-12 10:54:51','',0,'http://demos.artbees.net/jupiter5/?p=7790',0,'post','',0),(7791,1,'2015-12-19 09:12:57','2015-12-19 09:12:57','[vc_row][vc_column][mk_blog style=\"grid\" count=\"9\" pagination_style=\"2\"][/vc_column][/vc_row]','Blog Temp','','publish','closed','closed','','blog-temp','','','2017-08-16 18:03:45','2017-08-16 18:03:45','',0,'http://demos.artbees.net/jupiter5/amalthea/?page_id=7791',0,'page','',0),(7796,1,'2017-08-16 18:03:15','2017-08-16 18:03:15','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/home-banner.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]design is people[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]good design is good business[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\"][vc_column][mk_padding_divider size=\"80\" visibility=\"hidden-sm\"][mk_padding_divider size=\"50\" visibility=\"visible-sm\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\"]Welcome To Amalthea[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]Great experiences build great brands.[/mk_fancy_title][mk_padding_divider size=\"60\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row attached=\"true\" column_padding=\"2\"][vc_column width=\"1/4\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/man-double.jpg\" align=\"center\" animation=\"fade-in\" crop=\"false\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/2\"][mk_icon_box icon=\"mk-li-unlock\" title=\"SECURITY MANAGEMENT\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Integer risus ipsum finibus maximus auctor in volutpat ipsum nunc vel posuere libero marino[/mk_icon_box][mk_padding_divider visibility=\"hidden-sm\"][mk_icon_box icon=\"mk-li-browser\" title=\"WEB DESIGN\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Combination of advanced content importers, different layouts, header styles, post types.[/mk_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_icon_box icon=\"mk-li-photo\" title=\"ART & DESIGN\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Risus ipsum finibus maximus auctor inan volutpat ipsum nunc vel posuere libero marino[/mk_icon_box][mk_padding_divider visibility=\"hidden-sm\"][mk_icon_box icon=\"mk-li-game-pad\" title=\"APP DESIGN\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Mano integer risus ipsum finibus maximus auctor in volutpat ipsum nunc posuere libero marino[/mk_icon_box][/vc_column_inner][/vc_row_inner][mk_padding_divider visibility=\"hidden-sm\"][mk_padding_divider visibility=\"visible-sm\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"2/3\"][mk_skill_meter title=\"APP DESIGN\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"35\"][mk_skill_meter title=\"CONTENT MANAGEMENT\" percent=\"76\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"35\"][mk_skill_meter title=\"PHOTOGRAPHY\" percent=\"86\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"35\"][mk_skill_meter title=\"INTERFACE DESIGN\" percent=\"95\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"20\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\" column_padding=\"2\"][vc_column][mk_portfolio style=\"grid\" hover_scenarios=\"light-zoomin\" grid_spacing=\"30\" image_quality=\"2\" column=\"4\" count=\"8\" sortable=\"false\" pagination=\"false\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"50\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our services[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Good design doesn\'t date.[/mk_fancy_title][mk_padding_divider size=\"65\" visibility=\"hidden-sm\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/3\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-paper-plane\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"BRANDING & DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Suscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-pencil\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"SOCIAL MEDIA\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Vivamus suscipit tortor eget felis porttitor volutpat. Proin eget tortor risus. Donec rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-tool\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"APP DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Donec suscipit tortor eget felis porttitor volutpat proin eget tortor risus rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"50\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our Team[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][vc_row_inner][vc_column_inner][mk_employees style=\"classic\" count=\"3\" description=\"false\" animation=\"top-to-bottom\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"60\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\" column_padding=\"2\" animation=\"top-to-bottom\"][vc_column][mk_clients style=\"column\" column=\"6\" gutter_space=\"30\" count=\"6\" autoplay=\"false\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"50\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/testimonial-bg.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"0\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_padding_divider][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 18:03:15','2017-08-16 18:03:15','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7797,1,'2017-08-16 18:03:26','2017-08-16 18:03:26','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/about-us-background.jpg\" bg_position=\"center top\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_color_mask=\"#000000\" video_opacity=\"0.5\" min_height=\"500\" js_vertical_centered=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"18\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]A b o u t U s[/mk_fancy_title][/vc_column][/mk_page_section][vc_row][vc_column][mk_padding_divider size=\"120\" visibility=\"hidden-sm\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]The proper study of mankind, is the science of design.[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][vc_row_inner][vc_column_inner width=\"1/3\"][mk_custom_box animation=\"top-to-bottom\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/image-box-01.jpg\" align=\"center\" margin_bottom=\"40\" crop=\"false\"][vc_column_text title=\"SCHEME IS THE FIRST\" disable_pattern=\"false\" align=\"center\"]Sedimo porttitor lectus nibh proin egetino tortor risus donec sollicidin molestie malesuada quisque velit nisi pretium uhgoit lacinia in elementum idino enim.[/vc_column_text][/mk_custom_box][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_custom_box animation=\"top-to-bottom\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/image-box-02.jpg\" align=\"center\" margin_bottom=\"40\" crop=\"false\"][vc_column_text title=\"TEAMWORK IS FUNDAMENTAL \" disable_pattern=\"false\" align=\"center\"]Amino porttitor lectus nibh proin egetino tortor risus donec sollicidin molestie malesuada quisque velit nisi pretium uhgoit lacinia in elementum idino enim.[/vc_column_text][/mk_custom_box][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_custom_box animation=\"top-to-bottom\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/image-box-03.jpg\" align=\"center\" margin_bottom=\"40\" crop=\"false\"][vc_column_text title=\"WHAT IS THE TREND?\" disable_pattern=\"false\" align=\"center\"]Porttitor lectus nibh proin egetino tortor risus donec sollicidin molestie malesuada quisque velit nisi pretium uhgoit lacinia in elementum idino enim.[/vc_column_text][/mk_custom_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\"][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]AT THE CLIMAX OF SUCCESS[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-portfolio\" align=\"center\" stop=\"570\" text=\"HAPPY CUSTOMERS\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-news\" align=\"center\" stop=\"2357\" text=\"READY FILES\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-notebook\" align=\"center\" stop=\"1100\" text=\"DONE PROJECTS\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_milestone icon=\"mk-li-leaf\" align=\"center\" stop=\"300\" text=\"DESIGN TECHNICS\" text_color=\"#333333\" font_family=\"none\" font_weight=\"bold\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\"][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Agency[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_style=\"italic\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]luck is the residue of design.[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][mk_fullwidth_slideshow padding=\"0\" bg_position=\"center top\" images=\"5568,5569\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_padding_divider size=\"20\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our Team[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][mk_employees style=\"classic\" count=\"3\" description=\"false\" animation=\"top-to-bottom\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"20\"][mk_padding_divider size=\"90\" visibility=\"hidden-sm\"][/vc_column][/vc_row]','About Temp','','inherit','closed','closed','','5557-revision-v1','','','2017-08-16 18:03:26','2017-08-16 18:03:26','',5557,'http://aurosi.com/2017/08/16/5557-revision-v1/',0,'revision','',0),(7798,1,'2017-08-16 18:03:36','2017-08-16 18:03:36','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/contact-us-bg.jpg\" bg_position=\"center top\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_color_mask=\"#000000\" video_opacity=\"0.5\" min_height=\"500\" js_vertical_centered=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"18\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]G e t I n T o u c h[/mk_fancy_title][/vc_column][/mk_page_section][vc_row][vc_column][mk_padding_divider size=\"60\"][mk_padding_divider size=\"90\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][mk_fancy_title color=\"#333333\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" animation=\"fade-in\"]contact info[/mk_fancy_title][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner][mk_icon_box icon=\"mk-icon-building-o\" title=\"Address\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\" txt_color=\"#777777\"]Patricia C. Amedee 4401\n\nWaldeck Street Grapevine\n\nNashville, TX 76051[/mk_icon_box][mk_icon_box icon=\"mk-li-message\" title=\"Email\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\" txt_color=\"#777777\"]info@yourdomain.com[/mk_icon_box][mk_icon_box icon=\"mk-li-call\" title=\"Phone\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\" txt_color=\"#777777\"]+99 (0) 101 0000 888[/mk_icon_box][mk_padding_divider size=\"60\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#333333\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" animation=\"fade-in\"]Contact Form[/mk_fancy_title][mk_contact_form style=\"line\" button_text=\"Send Message\" line_skin_color=\"#333333\" captcha=\"false\"][mk_padding_divider size=\"60\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"20\"][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][mk_advanced_gmaps latitude=\"40.748829\" longitude=\"-73.984118\" address=\"Mauris quis consequat eros\" pin_icon=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/Mark.png\" content_font_color=\"#ffffff\" height=\"360\" modify_json=\"true\" map_json=\"JTVCJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJ3YXRlciUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNlOWU5ZTklMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExNyU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIybGFuZHNjYXBlJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJjb2xvciUyMiUzQSUyMiUyM2Y1ZjVmNSUyMiU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTIwJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmhpZ2h3YXklMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmdlb21ldHJ5LmZpbGwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExNyU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5oaWdod2F5JTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeS5zdHJva2UlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyOSU3RCUyQyU3QiUyMndlaWdodCUyMiUzQTAuMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5hcnRlcmlhbCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExOCU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5sb2NhbCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZmZmZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExNiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycG9pJTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJjb2xvciUyMiUzQSUyMiUyM2Y1ZjVmNSUyMiU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTIxJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2kucGFyayUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNkZWRlZGUlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyMSU3RCU1RCU3RCUyQyU3QiUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLnRleHQuc3Ryb2tlJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCUyQyU3QiUyMmNvbG9yJTIyJTNBJTIyJTIzZmZmZmZmJTIyJTdEJTJDJTdCJTIybGlnaHRuZXNzJTIyJTNBMTYlN0QlNUQlN0QlMkMlN0IlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmxhYmVscy50ZXh0LmZpbGwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyc2F0dXJhdGlvbiUyMiUzQTM2JTdEJTJDJTdCJTIyY29sb3IlMjIlM0ElMjIlMjMzMzMzMzMlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0E0MCU3RCU1RCU3RCUyQyU3QiUyMmVsZW1lbnRUeXBlJTIyJTNBJTIybGFiZWxzLmljb24lMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIydHJhbnNpdCUyMiUyQyUyMmVsZW1lbnRUeXBlJTIyJTNBJTIyZ2VvbWV0cnklMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmMmYyZjIlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0ExOSU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmdlb21ldHJ5LmZpbGwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjNmZWZlZmUlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyMCU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyYWRtaW5pc3RyYXRpdmUlMjIlMkMlMjJlbGVtZW50VHlwZSUyMiUzQSUyMmdlb21ldHJ5LnN0cm9rZSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJjb2xvciUyMiUzQSUyMiUyM2ZlZmVmZSUyMiU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTE3JTdEJTJDJTdCJTIyd2VpZ2h0JTIyJTNBMS4yJTdEJTVEJTdEJTVE\"][/vc_column][/vc_row]','Contact Temp','','inherit','closed','closed','','5527-revision-v1','','','2017-08-16 18:03:36','2017-08-16 18:03:36','',5527,'http://aurosi.com/2017/08/16/5527-revision-v1/',0,'revision','',0),(7799,1,'2017-08-16 18:03:45','2017-08-16 18:03:45','[vc_row][vc_column][mk_blog style=\"grid\" count=\"9\" pagination_style=\"2\"][/vc_column][/vc_row]','Blog Temp','','inherit','closed','closed','','7791-revision-v1','','','2017-08-16 18:03:45','2017-08-16 18:03:45','',7791,'http://aurosi.com/2017/08/16/7791-revision-v1/',0,'revision','',0),(7800,1,'2017-08-16 18:04:00','2017-08-16 18:04:00','[mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/portfolio-bg.jpg\" bg_position=\"center top\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_color_mask=\"#000000\" video_opacity=\"0.5\" min_height=\"500\" js_vertical_centered=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"18\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]S h o w c a s e[/mk_fancy_title][/vc_column][/mk_page_section][vc_row][vc_column][mk_padding_divider size=\"130\" visibility=\"hidden-sm\"][mk_padding_divider size=\"20\"][/vc_column][/vc_row][vc_row][vc_column][mk_portfolio style=\"grid\" hover_scenarios=\"fadebox\" grid_spacing=\"30\" image_quality=\"2\" column=\"4\" count=\"8\" sortable_align=\"center\" sortable_style=\"outline\" sortable_bg_color=\"#ffffff\" sortable_txt_color=\"#333333\" pagination_style=\"2\"][/vc_column][/vc_row][vc_row][vc_column][mk_padding_divider size=\"20\"][mk_padding_divider size=\"90\" visibility=\"hidden-sm\"][/vc_column][/vc_row]','Portfolio Temp','','inherit','closed','closed','','5537-revision-v1','','','2017-08-16 18:04:00','2017-08-16 18:04:00','',5537,'http://aurosi.com/2017/08/16/5537-revision-v1/',0,'revision','',0),(7801,1,'2017-08-16 18:04:24','2017-08-16 18:04:24','','Home Old','','publish','closed','closed','','home-old','','','2017-08-16 23:17:40','2017-08-16 23:17:40','',0,'http://aurosi.com/?page_id=7801',0,'page','',0),(7802,1,'2017-08-16 18:04:24','2017-08-16 18:04:24','','Home','','inherit','closed','closed','','7801-revision-v1','','','2017-08-16 18:04:24','2017-08-16 18:04:24','',7801,'http://aurosi.com/2017/08/16/7801-revision-v1/',0,'revision','',0),(7803,1,'2017-08-16 18:04:51','2017-08-16 18:04:51','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363639236{margin-bottom: 0px !important;}\"]\r\n<h1 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 35px;\">ABOUT AUROSI</h1>\r\nSuspendisse ac sollicitudin augue, ac iaculis ipsum. Donec sit amet enim fringilla, maximus mi eu, iaculis ligula. Donec a ex eu sapien sagittis dignissim id vel tellus. Donec molestie molestie urna, ac venenatis magna ornare quis. Sed pulvinar vestibulum dui. Curabitur consequat eros tellus, in tincidunt nisl pellentesque ut. In hac habitasse platea dictumst. Etiam vehicula nisl non blandit facilisis.\r\n\r\nSuspendisse quis dui gravida, elementum nibh vel, congue ante. Etiam vitae lobortis purus. Quisque suscipit vestibulum fermentum. Sed non justo venenatis, efficitur enim at, posuere eros. Suspendisse vel magna nec est ullamcorper sollicitudin a id tellus. Nulla tincidunt ultricies quam tempus eleifend. Donec pharetra consequat auctor. Curabitur accumsan, turpis at tempus posuere, quam velit ornare nisl, in rhoncus tortor augue eu quam. Pellentesque bibendum massa eget mi scelerisque, eu interdum ex ullamcorper. In bibendum urna eu tellus pellentesque, nec posuere lectus vulputate. Ut pellentesque facilisis felis id auctor. Pellentesque commodo nisl magna, ac vehicula dolor ultrices non. Maecenas et pulvinar ipsum. Vestibulum dictum eros ut mi varius, vel tempor neque posuere.\r\n\r\nVivamus eget orci sodales, tincidunt libero nec, ultricies dolor. Aenean ultrices pretium lacinia. Suspendisse potenti. Vivamus massa nisl, egestas nec gravida ut, lacinia id mi. Sed et accumsan augue. Nam aliquet feugiat mauris, eget mattis ipsum consectetur nec. Integer sed nulla fringilla, finibus nisl et, efficitur turpis. Vestibulum eget scelerisque tortor.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363425379{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363432795{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363439675{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363448018{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2017-08-22 01:01:04','2017-08-22 01:01:04','',0,'http://aurosi.com/?page_id=7803',0,'page','',0),(7804,1,'2017-08-16 18:04:51','2017-08-16 18:04:51','','About Us','','inherit','closed','closed','','7803-revision-v1','','','2017-08-16 18:04:51','2017-08-16 18:04:51','',7803,'http://aurosi.com/2017/08/16/7803-revision-v1/',0,'revision','',0),(7805,1,'2017-08-16 18:05:12','2017-08-16 18:05:12','','Products','','publish','closed','closed','','products','','','2017-08-16 18:05:12','2017-08-16 18:05:12','',0,'http://aurosi.com/?page_id=7805',0,'page','',0),(7806,1,'2017-08-16 18:05:12','2017-08-16 18:05:12','','Products','','inherit','closed','closed','','7805-revision-v1','','','2017-08-16 18:05:12','2017-08-16 18:05:12','',7805,'http://aurosi.com/2017/08/16/7805-revision-v1/',0,'revision','',0),(7807,1,'2017-08-16 18:05:40','2017-08-16 18:05:40','','Backgammon','','publish','closed','closed','','backgammon','','','2017-08-16 18:05:40','2017-08-16 18:05:40','',7805,'http://aurosi.com/?page_id=7807',0,'page','',0),(7808,1,'2017-08-16 18:05:40','2017-08-16 18:05:40','','Backgammon','','inherit','closed','closed','','7807-revision-v1','','','2017-08-16 18:05:40','2017-08-16 18:05:40','',7807,'http://aurosi.com/2017/08/16/7807-revision-v1/',0,'revision','',0),(7810,1,'2017-08-16 18:06:08','2017-08-16 18:06:08','','Chess','','publish','closed','closed','','chess','','','2017-08-16 18:06:08','2017-08-16 18:06:08','',7805,'http://aurosi.com/?page_id=7810',0,'page','',0),(7811,1,'2017-08-16 18:06:08','2017-08-16 18:06:08','','Chess','','inherit','closed','closed','','7810-revision-v1','','','2017-08-16 18:06:08','2017-08-16 18:06:08','',7810,'http://aurosi.com/2017/08/16/7810-revision-v1/',0,'revision','',0),(7812,1,'2017-08-16 18:06:41','2017-08-16 18:06:41','','Tic Tac Toe','','publish','closed','closed','','tic-tac-toe','','','2017-08-16 18:06:41','2017-08-16 18:06:41','',7805,'http://aurosi.com/?page_id=7812',0,'page','',0),(7813,1,'2017-08-16 18:06:41','2017-08-16 18:06:41','','Tic Tac Toe','','inherit','closed','closed','','7812-revision-v1','','','2017-08-16 18:06:41','2017-08-16 18:06:41','',7812,'http://aurosi.com/2017/08/16/7812-revision-v1/',0,'revision','',0),(7814,1,'2017-08-16 18:07:04','2017-08-16 18:07:04','','Poker','','publish','closed','closed','','poker','','','2017-08-16 18:07:04','2017-08-16 18:07:04','',7805,'http://aurosi.com/?page_id=7814',0,'page','',0),(7815,1,'2017-08-16 18:07:04','2017-08-16 18:07:04','','Poker','','inherit','closed','closed','','7814-revision-v1','','','2017-08-16 18:07:04','2017-08-16 18:07:04','',7814,'http://aurosi.com/2017/08/16/7814-revision-v1/',0,'revision','',0),(7816,1,'2017-08-16 18:07:26','2017-08-16 18:07:26','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"30\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]EVENTS[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]<span style=\"display: inline-block; border: 1px solid #fff; padding: 10px 20px;\">FIND AN EVENT NEAR YOU</span>[/mk_fancy_title][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"][vsel]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"][vsel-past-events]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Events','','publish','closed','closed','','events','','','2017-08-18 22:38:21','2017-08-18 22:38:21','',0,'http://aurosi.com/?page_id=7816',0,'page','',0),(7817,1,'2017-08-16 18:07:26','2017-08-16 18:07:26','','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-16 18:07:26','2017-08-16 18:07:26','',7816,'http://aurosi.com/2017/08/16/7816-revision-v1/',0,'revision','',0),(7818,1,'2017-08-16 18:07:50','2017-08-16 18:07:50','','Blog','','publish','closed','closed','','blog','','','2017-08-16 18:07:50','2017-08-16 18:07:50','',0,'http://aurosi.com/?page_id=7818',0,'page','',0),(7819,1,'2017-08-16 18:07:50','2017-08-16 18:07:50','','Blog','','inherit','closed','closed','','7818-revision-v1','','','2017-08-16 18:07:50','2017-08-16 18:07:50','',7818,'http://aurosi.com/2017/08/16/7818-revision-v1/',0,'revision','',0),(7820,1,'2017-08-16 18:08:13','2017-08-16 18:08:13','','Shop','','publish','closed','closed','','shop','','','2017-08-16 18:08:13','2017-08-16 18:08:13','',0,'http://aurosi.com/?page_id=7820',0,'page','',0),(7821,1,'2017-08-16 18:08:13','2017-08-16 18:08:13','','Shop','','inherit','closed','closed','','7820-revision-v1','','','2017-08-16 18:08:13','2017-08-16 18:08:13','',7820,'http://aurosi.com/2017/08/16/7820-revision-v1/',0,'revision','',0),(7822,1,'2017-08-16 18:09:06','2017-08-16 18:09:06','','Contact','','publish','closed','closed','','contact','','','2017-08-16 18:09:06','2017-08-16 18:09:06','',0,'http://aurosi.com/?page_id=7822',0,'page','',0),(7823,1,'2017-08-16 18:09:06','2017-08-16 18:09:06','','Contact','','inherit','closed','closed','','7822-revision-v1','','','2017-08-16 18:09:06','2017-08-16 18:09:06','',7822,'http://aurosi.com/2017/08/16/7822-revision-v1/',0,'revision','',0),(7824,1,'2017-08-16 18:35:36','2017-08-16 18:35:36','<p>At Aurosi, we value the importance of your privacy and have set up this Privacy Policy to inform you of how Aurosi treats the personally identifiable information collected and/or received from your through our website, including but not limited to home or work addresses, email addresses, telephone numbers, and company name (\"Personal Information\"). This Privacy Policy outlines how your Personal Information is stored, protected, and specifically used. This Privacy Policy may be updated from time to time and any change will be posted on our website. If the changes are significant, we will provide a more prominent notice on our website.</p>\r\n\r\n<h3 class=\"pp-heading\">I. Privacy Principles</h3>\r\n\r\n<p>You are not required to provide us with any Personal Information. However, if you choose to contact us through our website, then you will be requested to provide certain information. We use this information to contact you about the services in which you have expressed interest. We may also use this information to contact you about new products and services as well as promotional materials that may be of interest to you, unless you choose to opt out.</p>\r\n\r\n<p>Aurosi may use cookies, web beacons, or similar technologies to enhance and personalize your experience on our website, including but not limited to helping to authenticate your identity, to help measure and research the effectiveness of our offerings, advertisements, promotions, and email communications, to remember your preferences and registration information, and to customize the content and advertisements provided to you by Aurosi.</p>\r\n\r\n<p>If you choose to subscribe to our newsletter, then we will use your name and email address to send the newsletter to you, unless you choose to opt-out.</p>\r\n\r\n<p>Although we do not provide your Personal Information to our business partners, we may send you offers and/or promotions on behalf of our business partners, unless you choose to opt out.</p>\r\n\r\n<p><b>NOTICE:</b> Children (persons under the age of 13) are not eligible to use the website unsupervised and we ask that children do not submit any Personal Information to us. If you are under the age of 13, you may only use this website in conjunction with and under the supervision of your parents or guardians. II. Sharing Your Personal Information</p>\r\n\r\n<p>We may disclose your Personal Information if required to do so by law or in the good faith belief that such disclosure is reasonably necessary to respond to a subpoena, court order, search warrant, or other legal process.</p>\r\n\r\n<p>We may also disclose any Personal Information to law enforcement officers or others, in the good faith belief that such disclosure may respond to claims that any posting or other content violates the rights of third parties, or that it may protect the rights, property, or personal safety of Aurosi, its customers or the general public.</p>\r\n\r\n<p>In the event that ownership of Aurosi changes as a result of a merger or acquisition by another company, your information may be transferred. Aurosi will provide you notice prior to any such transfer of your Personal Information.</p>','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2017-08-17 19:17:19','2017-08-17 19:17:19','',0,'http://aurosi.com/?page_id=7824',0,'page','',0),(7825,1,'2017-08-16 18:35:36','2017-08-16 18:35:36','','Privacy Policy','','inherit','closed','closed','','7824-revision-v1','','','2017-08-16 18:35:36','2017-08-16 18:35:36','',7824,'http://aurosi.com/2017/08/16/7824-revision-v1/',0,'revision','',0),(7826,1,'2017-08-16 18:35:58','2017-08-16 18:35:58','','Return Policy','','publish','closed','closed','','return-policy','','','2017-08-16 18:35:58','2017-08-16 18:35:58','',0,'http://aurosi.com/?page_id=7826',0,'page','',0),(7827,1,'2017-08-16 18:35:58','2017-08-16 18:35:58','','Return Policy','','inherit','closed','closed','','7826-revision-v1','','','2017-08-16 18:35:58','2017-08-16 18:35:58','',7826,'http://aurosi.com/2017/08/16/7826-revision-v1/',0,'revision','',0),(7828,1,'2017-08-16 18:36:20','2017-08-16 18:36:20','<h3 class=\"pp-heading\">Acceptance</h3>\r\n\r\n<p>Welcome to Aurosi. By using Aurosi’s website (\"Website\"), you agree to be bound by the following terms and conditions (\"Terms of Use\"). The Terms of Use may be updated by Aurosi from time to time without notice to you and any modification shall become effective upon posting on our website. You may view the most current Terms of Use on our website at anytime. Aurosi’s Privacy Policy</p>\r\n\r\n<p>In addition to the Terms of Use, by using the Website, you agree to be bound by our Privacy Policy.</p>\r\n\r\n<h3 class=\"pp-heading\">Conduct and Obligations</h3>\r\n\r\n<p>If you use the Website, you represent and warrant that you are at least eighteen (18) years of age and have the right, authority, and capacity to enter into a binding contract and are not a person barred from receiving services under the laws of United States or other applicable jurisdiction. Furthermore, considering the global nature of the Internet, you agree to comply with all local rules regarding online conduct and acceptable content, including but not limited to all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside.</p>\r\n\r\n<p>In addition to the above, you agree and understand that you are not to use the Website to:</p>\r\n\r\n<p>upload, post, email, transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, defamatory, pornographic, libelous, invasive of another\'s privacy, or harms minors in any way; identifying personal information about another person without that person\'s explicit consent; upload, post, email, transmit or otherwise make available any content that is false, deceptive, misleading, deceitful, mis-informative, or constitutes \"bait and switch\"; promote racism, bigotry, hatred, or physical harm of any kind against any group or individual; advertise any illegal services or the sale of any items which are prohibited or restricted by applicable law; provide material that exploits people under the age of 18 in a sexual or violent manner, or solicits personal information from anyone under the age of 18; provide instructional information about illegal activities such as making or buying illegal weapons or drugs, violating someone\'s privacy, or providing or creating computer viruses; upload, post, email or transmit any pornographic or sexually explicit material of any kind; impersonate any person or entity, including, but not limited to, a Aurosi employee, official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity; upload, post, email, transmit or otherwise make available any content that constitutes or contains \"affiliate marketing,\" \"link referral code,\" \"junk mail,\" \"spam,\" \"chain letters,\" \"pyramid schemes,\" or unsolicited commercial advertisement; and upload, post, email, transmit or otherwise make available any content that infringes on any patent, trademark, trade secret, copyright or other proprietary rights of any party, or content that you do not have a right to make available under any law or under contractual or fiduciary relationships. \"stalk\" or otherwise harass another user; collect or store personal data about other users; purposefully cheat the karma system; and, make any attempt to gain unauthorized access to Aurosi’s system and/or engage in activity that distorts the quality of the Website.</p>\r\n\r\n<p><b>NOTICE:</b> Sending unsolicited email advertisements to or through Aurosi’s computer systems or email address, which is expressly prohibited under the Terms of Use, will use or cause to be used Aurosi’s servers located in California. Any unauthorized use of Aurosi’s computer systems is a violation of the Aurosi’s Terms of Use, in addition to certain federal and state laws, including but not limited to the Computer Fraud and Abuse Act (18 U.S.C. § 1030 et seq.), Section 502 of the California Penal Code, and Section 17538.45 of the California Business and Professions Code. Such violations may subject the sender, and his or her agents, to civil and criminal penalties.\r\n\r\n<h3 class=\"pp-heading\">Proprietary Rights in Content of Aurosi</h3>\r\n\r\n<p>The Website is protected to the maximum extent permitted by copyright laws and international treaties. Content displayed on or through the Website is protected by copyright as a collective work and/or compilation, pursuant to copyrights laws, and international conventions. Any reproduction, modification, creation of derivative works from or redistribution of the Website or the collective work is prohibited. Copying or reproducing the Website or any portion thereof to any other server or location for further reproduction or redistribution is prohibited. You further agree not to reproduce, duplicate or copy any content from Website, and agree to abide by any and all copyright notices displayed on the website. Without limiting the foregoing, you agree not to reproduce, duplicate, copy, sell, resell or exploit for any commercial purposes, any aspect of the Website. Notification of Claims of Infringement</p>\r\n\r\n<p>Aurosi respects the intellectual property rights of others. If you believe that your copyright or other intellectual property rights have been violated, please notify Aurosi’s Copyright Agent with the following information (\"Notice\"):</p>\r\n\r\n<p>An electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest;</p>\r\n\r\n <ul>\r\n <li>A description of the copyrighted work or intellectual property that you claim has been infringed;</li>\r\n <li>A description of the material that you claim is infringing as well as instructions on how to locate it.</li>\r\n <li>A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law;</li>\r\n <li>A statement by you, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright or intellectual property owner or authorized to act on that owner’s behalf.</li>\r\n <li>Your address, telephone number, and email address; and</li>\r\n <li>Your physical or electronic signature.</li>\r\n</ul>\r\n\r\n<p>Aurosi’s Copyright Agent can be reached via e-mail at: <canvas id=\"defaultEmail2\" width=\"300\" height=\"20\"></canvas></p>\r\n\r\n<p>Aurosi will remove the infringing posting(s), subject to the procedural requirements outlined in the Digital Millennium Copyright Act (DMCA). Please note that due to security concerns, attachments cannot be accepted. As such, any Notice submitted electronically with an attachment will not be received or processed.</p>\r\n\r\n<h3 class=\"pp-heading\">Indemnification</h3>\r\n\r\n<p>You agree to indemnify and hold Aurosi, and its subsidiaries, affiliates, owners, officers, managers, agents, co-branders or other partners, and employees, harmless from any claim or demand, including reasonable attorneys\' fees, made by any third party due to or arising out of Content you submit, post, transmit or make available through the Website, your use of the Website, your connection to the Website, your violation of the Terms of Use, or your violation of any rights of another. If you are a California resident, you agree to waive your rights under California Civil Code Section 1542, which states: \"A general release does not extend to claims which the creditor does not know or suspect to exist in his favor at the time of executing the release, which, if known by him must have materially affected his settlement with the debtor.\"</p>\r\n\r\n<h3 class=\"pp-heading\">Disclaimer of Warranties</h3>\r\n\r\n<p>Aurosi disclaims any and all responsibility or liability for the accuracy, content, completeness, legality, reliability, or operability or availability of information or material displayed on its Website. Aurosi disclaims any responsibility for the deletion, failure to store, failure to delivery, or untimely delivery of any information or material. Aurosi disclaims any responsibility for any harm resulting from downloading or accessing any information or material on the Internet through its Website. No advice or information, whether oral or written, obtained by user from Aurosi or through or from its Website shall create any warranty not expressly stated herein.</p>\r\n\r\n<p>THE WEBSITE, AND ALL MATERIALS, INFORMATION, PRODUCTS AND SERVICE INCLUDED IN THE WEBSITE ARE PROVIDED \"AS IS,\" WITH NO WARRANTIES WHATSOEVER. Aurosi EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF PROPRIETARY RIGHTS. Aurosi DISCLAIMS ANY WARRANTIES REGARDING THE SECURITY, RELIABILITY, TIMELINESS, AND PERFORMANCE OF THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR ANY INFORMATION OR ADVICE OBTAINED THROUGH THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR SERVICE OR RECEIVED THROUGH ANY LINKS PROVIDED BY THE WEBSITE, AS WELL AS FOR ANY INFORMATION OR ADVICE RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE.</p>\r\n\r\n<p>YOU UNDERSTAND AND AGREE THAT YOU DOWNLOAD OR OTHERWISE OBTAIN MATERIAL OR DATA THROUGH THE USE OF THE WEBSITE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGES TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA.</p>\r\n\r\n<h3 class=\"pp-heading\">Limitations of Liability</h3>\r\n\r\n<p>UNDER NO CIRCUMSTANCES SHALL Aurosi BE LIABLE TO ANY USER AS A RESULT OF THAT USER\'S USE OR MISUSE OF OR RELIANCE ON THE WEBSITE ARISING FROM ANY CLAIM RELATING TO THIS TERMS OF USE OR THE SUBJECT MATTER HEREOF. SUCH LIMITATION OF LIABILITY SHALL APPLY TO PREVENT RECOVERY OF DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY, AND PUNITIVE DAMAGES WHETHER SUCH CLAIM IS BASED ON WARRANTY, CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, (EVEN IF Aurosi HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES). SUCH LIMITATION OF LIABILITY SHALL APPLY WHETHER THE DAMAGES ARISE FROM USE OR MISUSE OF AND RELIANCE ON THE WEBSITE, FROM INABILITY TO USE THE WEBSITE, OR FROM THE INTERRUPTION, SUSPENSION, OR TERMINATION OF THE WEBSITE (INCLUDING SUCH DAMAGES INCURRED BY THIRD PARTIES). THIS LIMITATION SHALL ALSO APPLY WITH RESPECT TO DAMAGES INCURRED BY REASON OF OTHER SERVICE OR GOODS RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE, AS WELL AS BY REASON OF ANY INFORMATION OR ADVICE RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE. THIS LIMITATION SHALL ALSO APPLY, WITHOUT LIMITATION, TO THE COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICE, LOST PROFITS, OR LOST DATA. SUCH LIMITATION SHALL FURTHER APPLY WITH RESPECT TO THE PERFORMANCE OR NON-PERFORMANCE OF THE WEBSITE OR ANY INFORMATION OR MERCHANDISE THAT APPEARS ON, OR IS LINKED OR RELATED IN ANY WAY TO, THE WEBSITE. SUCH LIMITATION SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY AND TO THE FULLEST EXTENT PERMITTED BY LAW. SOME STATES OR OTHER JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO SOME OF THE ABOVE LIMITATIONS AND EXCLUSIONS MAY NOT APPLY TO YOU.</p>\r\n\r\n<h3 class=\"pp-heading\">Severability</h3>\r\n\r\n<p>The failure of Aurosi to exercise or enforce any right or provision of the Terms of Use shall not constitute a waiver of such right or provision. If any provision of this Agreement shall be held to be invalid or unenforceable for any reason, the remaining provisions shall continue to be valid and enforceable. If a court or judicial authority finds that any provision of this Agreement is invalid or unenforceable, but that by limiting such provision it would become valid and enforceable, then such provision shall be deemed to be written, construed, and enforced as so limited but only to the minimal extent required to make the provision valid and enforceable.</p>\r\n\r\n<h3 class=\"pp-heading\">Governing Law</h3>\r\n\r\n<p>The Terms of Use shall be construed in accordance with, and all actions arising under or in connection therewith, shall be governed by the laws of the State of California without regard to conflict of law principles. You agree to personal jurisdiction and venue in the state and federal courts of the State of California, County of Los Angeles.</p>\r\n\r\n<h3 class=\"pp-heading\">General Provisions</h3>\r\n\r\n<p>Headings are for reference purposes only and in no way define, limit, construe or describe the scope or extent of such section. Nothing in this Terms of Use shall create a relationship between the user and Aurosi, which is that of joint ventures, partners, employer-employee, franchisor-franchisee, or agency. This Terms of Use is the entire agreement between you and Aurosi and shall govern your use of the Website, and supersedes all previous agreements between you and Aurosi. Any document referred to herein is incorporated by reference.</p>','Terms & Conditions','','publish','closed','closed','','terms-conditions','','','2017-08-17 19:20:36','2017-08-17 19:20:36','',0,'http://aurosi.com/?page_id=7828',0,'page','',0),(7829,1,'2017-08-16 18:36:20','2017-08-16 18:36:20','','Terms & Conditions','','inherit','closed','closed','','7828-revision-v1','','','2017-08-16 18:36:20','2017-08-16 18:36:20','',7828,'http://aurosi.com/2017/08/16/7828-revision-v1/',0,'revision','',0),(7830,1,'2017-08-16 18:36:45','2017-08-16 18:36:45','','Thank You','','publish','closed','closed','','thank-you','','','2017-08-16 18:36:45','2017-08-16 18:36:45','',0,'http://aurosi.com/?page_id=7830',0,'page','',0),(7831,1,'2017-08-16 18:36:45','2017-08-16 18:36:45','','Thank You','','inherit','closed','closed','','7830-revision-v1','','','2017-08-16 18:36:45','2017-08-16 18:36:45','',7830,'http://aurosi.com/2017/08/16/7830-revision-v1/',0,'revision','',0),(7832,1,'2017-08-16 18:42:06','2017-08-16 18:42:06','','aurosi_logo_dark','','inherit','open','closed','','aurosi_logo_dark','','','2017-08-16 18:42:58','2017-08-16 18:42:58','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_dark.png',0,'attachment','image/png',0),(7833,1,'2017-08-16 18:42:44','2017-08-16 18:42:44','','aurosi_logo_light','','inherit','open','closed','','aurosi_logo_light','','','2017-08-16 18:43:00','2017-08-16 18:43:00','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_light.png',0,'attachment','image/png',0),(7834,1,'2017-08-16 18:51:30','2017-08-16 18:51:30',' ','','','publish','closed','closed','','7834','','','2017-08-18 00:49:24','2017-08-18 00:49:24','',0,'http://aurosi.com/?p=7834',9,'nav_menu_item','',0),(7835,1,'2017-08-16 18:51:30','2017-08-16 18:51:30',' ','','','publish','closed','closed','','7835','','','2017-08-18 00:49:24','2017-08-18 00:49:24','',0,'http://aurosi.com/?p=7835',8,'nav_menu_item','',0),(7836,1,'2017-08-16 18:51:30','2017-08-16 18:51:30',' ','','','publish','closed','closed','','7836','','','2017-08-18 00:49:24','2017-08-18 00:49:24','',0,'http://aurosi.com/?p=7836',7,'nav_menu_item','',0),(7837,1,'2017-08-16 18:51:30','2017-08-16 18:51:30',' ','','','publish','closed','closed','','7837','','','2017-08-18 00:49:23','2017-08-18 00:49:23','',0,'http://aurosi.com/?p=7837',2,'nav_menu_item','',0),(7843,1,'2017-08-16 18:49:07','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-08-16 18:49:07','0000-00-00 00:00:00','',0,'http://aurosi.com/?p=7843',1,'nav_menu_item','',0),(7844,1,'2017-08-16 18:51:30','2017-08-16 18:51:30',' ','','','publish','closed','closed','','7844','','','2017-08-18 00:49:23','2017-08-18 00:49:23','',0,'http://aurosi.com/?p=7844',1,'nav_menu_item','',0),(7845,1,'2017-08-16 20:53:39','2017-08-16 20:53:39','','aurosi_home_01','','inherit','open','closed','','aurosi_home_01','','','2017-08-16 20:53:39','2017-08-16 20:53:39','',5,'http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_01.jpg',0,'attachment','image/jpeg',0),(7846,1,'2017-08-21 23:31:49','2017-08-21 23:31:49','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1503346509683{margin-bottom: 0px !important;}\"]Aurosi the word means To New Beginnings. Growing up, I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone are on their phones, my games are a time where family & friends get together to play and share stories. Just for a little while, we can just feel normal again, and not be so connected to social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358153024{margin-top: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358232388{margin-top: 0px !important;margin-bottom: 25px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-button\" css=\".vc_custom_1503358288136{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-button\" css=\".vc_custom_1503358296081{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\n\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-autosave-v1','','','2017-08-21 23:31:49','2017-08-21 23:31:49','',5,'http://aurosi.com/2017/08/16/5-autosave-v1/',0,'revision','',0),(7847,1,'2017-08-16 20:58:04','2017-08-16 20:58:04','','aurosi_home_02','','inherit','open','closed','','aurosi_home_02','','','2017-08-16 20:58:04','2017-08-16 20:58:04','',5,'http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_02.jpg',0,'attachment','image/jpeg',0),(7848,1,'2017-08-16 21:00:07','2017-08-16 21:00:07','','aurosi_home_03','','inherit','open','closed','','aurosi_home_03','','','2017-08-16 21:00:07','2017-08-16 21:00:07','',5,'http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg',0,'attachment','image/jpeg',0),(7849,1,'2017-08-16 21:04:39','2017-08-16 21:04:39','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\"][vc_column][mk_padding_divider size=\"80\" visibility=\"hidden-sm\"][mk_padding_divider size=\"50\" visibility=\"visible-sm\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\"]Welcome To Amalthea[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]Great experiences build great brands.[/mk_fancy_title][mk_padding_divider size=\"60\" visibility=\"hidden-sm\"][/vc_column][/vc_row][vc_row attached=\"true\" column_padding=\"2\"][vc_column width=\"1/4\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/man-double.jpg\" align=\"center\" animation=\"fade-in\" crop=\"false\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/2\"][mk_icon_box icon=\"mk-li-unlock\" title=\"SECURITY MANAGEMENT\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Integer risus ipsum finibus maximus auctor in volutpat ipsum nunc vel posuere libero marino[/mk_icon_box][mk_padding_divider visibility=\"hidden-sm\"][mk_icon_box icon=\"mk-li-browser\" title=\"WEB DESIGN\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Combination of advanced content importers, different layouts, header styles, post types.[/mk_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_icon_box icon=\"mk-li-photo\" title=\"ART & DESIGN\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Risus ipsum finibus maximus auctor inan volutpat ipsum nunc vel posuere libero marino[/mk_icon_box][mk_padding_divider visibility=\"hidden-sm\"][mk_icon_box icon=\"mk-li-game-pad\" title=\"APP DESIGN\" text_size=\"14\" font_weight=\"bold\" icon_size=\"medium\" icon_circle_color=\"\" title_color=\"#333333\"]Mano integer risus ipsum finibus maximus auctor in volutpat ipsum nunc posuere libero marino[/mk_icon_box][/vc_column_inner][/vc_row_inner][mk_padding_divider visibility=\"hidden-sm\"][mk_padding_divider visibility=\"visible-sm\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"2/3\"][mk_skill_meter title=\"APP DESIGN\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"35\"][mk_skill_meter title=\"CONTENT MANAGEMENT\" percent=\"76\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"35\"][mk_skill_meter title=\"PHOTOGRAPHY\" percent=\"86\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"35\"][mk_skill_meter title=\"INTERFACE DESIGN\" percent=\"95\" line_height=\"2\" txt_color=\"#777777\" percent_color=\"#777777\" color=\"#000000\"][mk_padding_divider size=\"20\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\" column_padding=\"2\"][vc_column][mk_portfolio style=\"grid\" hover_scenarios=\"light-zoomin\" grid_spacing=\"30\" column=\"4\" count=\"8\" sortable=\"false\" pagination=\"false\" image_quality=\"2\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"50\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our services[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Good design doesn\'t date.[/mk_fancy_title][mk_padding_divider size=\"65\" visibility=\"hidden-sm\"][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/3\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-paper-plane\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"BRANDING & DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Suscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-pencil\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"SOCIAL MEDIA\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Vivamus suscipit tortor eget felis porttitor volutpat. Proin eget tortor risus. Donec rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-tool\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"APP DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Donec suscipit tortor eget felis porttitor volutpat proin eget tortor risus rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"50\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our Team[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][vc_row_inner][vc_column_inner][mk_employees style=\"classic\" count=\"3\" description=\"false\" animation=\"top-to-bottom\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"60\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\" column_padding=\"2\" animation=\"top-to-bottom\"][vc_column][mk_clients style=\"column\" column=\"6\" gutter_space=\"30\" count=\"6\" autoplay=\"false\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" attached=\"true\"][vc_column][mk_padding_divider size=\"50\" visibility=\"hidden-sm\"][mk_divider style=\"thin_solid\" margin_bottom=\"50\"][/vc_column][/vc_row][mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/testimonial-bg.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"0\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_padding_divider][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 21:04:39','2017-08-16 21:04:39','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7850,1,'2017-08-16 21:54:10','2017-08-16 21:54:10','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502920263343{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner animation=\"top-to-bottom\"][vc_column_inner width=\"1/4\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-paper-plane\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"BRANDING & DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Suscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-pencil\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"SOCIAL MEDIA\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Vivamus suscipit tortor eget felis porttitor volutpat. Proin eget tortor risus. Donec rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-tool\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"APP DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Donec suscipit tortor eget felis porttitor volutpat proin eget tortor risus rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\"][mk_icon_box2 icon_size=\"32\" icon=\"mk-li-tool\" icon_color=\"#333333\" icon_hover_color=\"#777777\" title=\"APP DESIGN\" title_size=\"14\" title_weight=\"bold\" title_color=\"#333333\"]Donec suscipit tortor eget felis porttitor volutpat proin eget tortor risus rutrum congue leo eget malesuada.[/mk_icon_box2][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Our Team[/mk_fancy_title][mk_padding_divider size=\"85\" visibility=\"hidden-sm\"][/vc_column][/vc_row][mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/testimonial-bg.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"0\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_padding_divider][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 21:54:10','2017-08-16 21:54:10','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7851,1,'2017-08-16 22:16:30','2017-08-16 22:16:30','','arousi_poker','','inherit','open','closed','','arousi_poker','','','2017-08-16 22:16:30','2017-08-16 22:16:30','',5,'http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png',0,'attachment','image/png',0),(7852,1,'2017-08-16 22:16:31','2017-08-16 22:16:31','','arousi_chess','','inherit','open','closed','','arousi_chess','','','2017-08-16 22:16:31','2017-08-16 22:16:31','',5,'http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png',0,'attachment','image/png',0),(7853,1,'2017-08-16 22:16:33','2017-08-16 22:16:33','','arousi_tictactoe','','inherit','open','closed','','arousi_tictactoe','','','2017-08-16 22:16:33','2017-08-16 22:16:33','',5,'http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png',0,'attachment','image/png',0),(7854,1,'2017-08-16 22:16:34','2017-08-16 22:16:34','','arousi_backgammon','','inherit','open','closed','','arousi_backgammon','','','2017-08-16 22:36:14','2017-08-16 22:36:14','',5,'http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png',0,'attachment','image/png',0),(7855,1,'2017-08-16 22:29:00','2017-08-16 22:29:00','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1502922357625{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner animation=\"top-to-bottom\" css=\".vc_custom_1502922334962{margin-bottom: 75px !important;}\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"7854\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502921981212{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7852\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922208243{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7853\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922221795{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"7851\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922235293{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/testimonial-bg.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"75\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_padding_divider][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 22:29:00','2017-08-16 22:29:00','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7856,1,'2017-08-16 22:30:47','2017-08-16 22:30:47','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1502922357625{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner animation=\"top-to-bottom\" css=\".vc_custom_1502922334962{margin-bottom: 75px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_single_image image=\"7854\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502921981212{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_single_image image=\"7852\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922208243{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_single_image image=\"7853\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922221795{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_single_image image=\"7851\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922235293{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/testimonial-bg.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"75\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_padding_divider][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 22:30:47','2017-08-16 22:30:47','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7857,1,'2017-08-16 22:37:30','2017-08-16 22:37:30','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1502922357625{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502922919275{margin-bottom: 75px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923005716{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_single_image image=\"7852\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922208243{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_single_image image=\"7853\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922221795{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\"]DETAILS[/mk_button][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_single_image image=\"7851\" img_size=\"100x100\" alignment=\"center\"][vc_column_text align=\"center\" css=\".vc_custom_1502922235293{margin-bottom: 0px !important;}\"]\r\n<h3 style=\"font-size: 14px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/12/testimonial-bg.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"75\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_padding_divider][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 22:37:30','2017-08-16 22:37:30','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7858,1,'2017-08-16 23:02:10','2017-08-16 23:02:10','','John Wayne','','inherit','closed','closed','','143-revision-v1','','','2017-08-16 23:02:10','2017-08-16 23:02:10','',143,'http://aurosi.com/2017/08/16/143-revision-v1/',0,'revision','',0),(7859,1,'2017-08-16 23:02:17','2017-08-16 23:02:17','','Billy Moore','','inherit','closed','closed','','136-revision-v1','','','2017-08-16 23:02:17','2017-08-16 23:02:17','',136,'http://aurosi.com/2017/08/16/136-revision-v1/',0,'revision','',0),(7860,1,'2017-08-16 23:02:39','2017-08-16 23:02:39','','Jessica Connor','','inherit','closed','closed','','141-revision-v1','','','2017-08-16 23:02:39','2017-08-16 23:02:39','',141,'http://aurosi.com/2017/08/16/141-revision-v1/',0,'revision','',0),(7861,1,'2017-08-16 23:02:49','2017-08-16 23:02:49','','Jessica Stevens','','inherit','closed','closed','','141-revision-v1','','','2017-08-16 23:02:49','2017-08-16 23:02:49','',141,'http://aurosi.com/2017/08/16/141-revision-v1/',0,'revision','',0),(7862,1,'2017-08-16 23:11:59','2017-08-16 23:11:59','','','','inherit','open','closed','','family-over-white-background-happy-parents-with-child-father-m','','','2017-08-16 23:12:09','2017-08-16 23:12:09','',5,'http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg',0,'attachment','image/jpeg',0),(7863,1,'2017-08-16 23:13:40','2017-08-16 23:13:40','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1502922357625{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502922919275{margin-bottom: 75px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923963316{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923955644{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924037438{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924252518{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"75\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home Temp','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 23:13:40','2017-08-16 23:13:40','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7864,1,'2017-08-16 23:14:17','2017-08-16 23:14:17','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1502922357625{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502922919275{margin-bottom: 75px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923963316{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923955644{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924037438{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924252518{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"75\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 23:14:17','2017-08-16 23:14:17','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7865,1,'2017-08-16 23:17:40','2017-08-16 23:17:40','','Home Old','','inherit','closed','closed','','7801-revision-v1','','','2017-08-16 23:17:40','2017-08-16 23:17:40','',7801,'http://aurosi.com/2017/08/16/7801-revision-v1/',0,'revision','',0),(7866,1,'2017-08-16 23:34:22','2017-08-16 23:34:22','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502922919275{margin-bottom: 75px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923963316{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923955644{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924037438{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924252518{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"75\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 23:34:22','2017-08-16 23:34:22','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7867,1,'2017-08-16 23:40:09','2017-08-16 23:40:09','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923963316{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502923955644{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924037438{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502924252518{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" margin_right=\"0\"]DETAILS[/mk_button]\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-16 23:40:09','2017-08-16 23:40:09','',5,'http://aurosi.com/2017/08/16/5-revision-v1/',0,'revision','',0),(7868,1,'2017-08-17 00:08:03','2017-08-17 00:08:03','','','','inherit','open','closed','','aurosi_about_icon_04','','','2017-08-17 00:08:20','2017-08-17 00:08:20','',7803,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_04.png',0,'attachment','image/png',0),(7869,1,'2017-08-17 00:08:05','2017-08-17 00:08:05','','','','inherit','open','closed','','aurosi_about_icon_03','','','2017-08-17 00:09:28','2017-08-17 00:09:28','',7803,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png',0,'attachment','image/png',0),(7870,1,'2017-08-17 00:08:08','2017-08-17 00:08:08','','aurosi_about_icon_02','','inherit','open','closed','','aurosi_about_icon_02','','','2017-08-17 00:08:08','2017-08-17 00:08:08','',7803,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png',0,'attachment','image/png',0),(7871,1,'2017-08-17 00:08:10','2017-08-17 00:08:10','','','','inherit','open','closed','','aurosi_about_icon_01','','','2017-08-17 00:11:11','2017-08-17 00:11:11','',7803,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png',0,'attachment','image/png',0),(7872,1,'2017-08-22 01:00:43','2017-08-22 01:00:43','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363639236{margin-bottom: 0px !important;}\"]\r\n<h1 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 35px;\">ABOUT AUROSI</h1>\r\nSuspendisse ac sollicitudin augue, ac iaculis ipsum. Donec sit amet enim fringilla, maximus mi eu, iaculis ligula. Donec a ex eu sapien sagittis dignissim id vel tellus. Donec molestie molestie urna, ac venenatis magna ornare quis. Sed pulvinar vestibulum dui. Curabitur consequat eros tellus, in tincidunt nisl pellentesque ut. In hac habitasse platea dictumst. Etiam vehicula nisl non blandit facilisis.\r\n\r\nSuspendisse quis dui gravida, elementum nibh vel, congue ante. Etiam vitae lobortis purus. Quisque suscipit vestibulum fermentum. Sed non justo venenatis, efficitur enim at, posuere eros. Suspendisse vel magna nec est ullamcorper sollicitudin a id tellus. Nulla tincidunt ultricies quam tempus eleifend. Donec pharetra consequat auctor. Curabitur accumsan, turpis at tempus posuere, quam velit ornare nisl, in rhoncus tortor augue eu quam. Pellentesque bibendum massa eget mi scelerisque, eu interdum ex ullamcorper. In bibendum urna eu tellus pellentesque, nec posuere lectus vulputate. Ut pellentesque facilisis felis id auctor. Pellentesque commodo nisl magna, ac vehicula dolor ultrices non. Maecenas et pulvinar ipsum. Vestibulum dictum eros ut mi varius, vel tempor neque posuere.\r\n\r\nVivamus eget orci sodales, tincidunt libero nec, ultricies dolor. Aenean ultrices pretium lacinia. Suspendisse potenti. Vivamus massa nisl, egestas nec gravida ut, lacinia id mi. Sed et accumsan augue. Nam aliquet feugiat mauris, eget mattis ipsum consectetur nec. Integer sed nulla fringilla, finibus nisl et, efficitur turpis. Vestibulum eget scelerisque tortor.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363425379{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363432795{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363439675{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363448018{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7803-autosave-v1','','','2017-08-22 01:00:43','2017-08-22 01:00:43','',7803,'http://aurosi.com/2017/08/17/7803-autosave-v1/',0,'revision','',0),(7873,1,'2017-08-17 00:13:05','2017-08-17 00:13:05','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928737616{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_04.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928745704{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928754431{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928761665{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','About Us','','inherit','closed','closed','','7803-revision-v1','','','2017-08-17 00:13:05','2017-08-17 00:13:05','',7803,'http://aurosi.com/2017/08/17/7803-revision-v1/',0,'revision','',0),(7875,1,'2017-08-17 00:17:43','2017-08-17 00:17:43','','','','inherit','open','closed','','aurosi_about_icon_05','','','2017-08-17 00:17:47','2017-08-17 00:17:47','',7803,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png',0,'attachment','image/png',0),(7876,1,'2017-08-17 00:17:49','2017-08-17 00:17:49','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502929067873{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928745704{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928754431{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928761665{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','About Us','','inherit','closed','closed','','7803-revision-v1','','','2017-08-17 00:17:49','2017-08-17 00:17:49','',7803,'http://aurosi.com/2017/08/17/7803-revision-v1/',0,'revision','',0),(7877,1,'2017-08-17 00:30:46','2017-08-17 00:30:46',' ','','','publish','closed','closed','','7877','','','2017-08-17 00:30:46','2017-08-17 00:30:46','',0,'http://aurosi.com/?p=7877',2,'nav_menu_item','',0),(7878,1,'2017-08-17 00:30:46','2017-08-17 00:30:46',' ','','','publish','closed','closed','','7878','','','2017-08-17 00:30:46','2017-08-17 00:30:46','',0,'http://aurosi.com/?p=7878',3,'nav_menu_item','',0),(7879,1,'2017-08-17 00:30:46','2017-08-17 00:30:46',' ','','','publish','closed','closed','','7879','','','2017-08-17 00:30:46','2017-08-17 00:30:46','',0,'http://aurosi.com/?p=7879',1,'nav_menu_item','',0),(7880,1,'2017-08-17 00:30:46','2017-08-17 00:30:46',' ','','','publish','closed','closed','','7880','','','2017-08-17 00:30:46','2017-08-17 00:30:46','',0,'http://aurosi.com/?p=7880',4,'nav_menu_item','',0),(7881,1,'2017-08-17 00:33:03','2017-08-17 00:33:03',' ','','','publish','closed','closed','','7881','','','2017-08-17 00:33:03','2017-08-17 00:33:03','',0,'http://aurosi.com/?p=7881',4,'nav_menu_item','',0),(7882,1,'2017-08-17 00:33:03','2017-08-17 00:33:03',' ','','','publish','closed','closed','','7882','','','2017-08-17 00:33:03','2017-08-17 00:33:03','',0,'http://aurosi.com/?p=7882',3,'nav_menu_item','',0),(7883,1,'2017-08-17 00:33:03','2017-08-17 00:33:03',' ','','','publish','closed','closed','','7883','','','2017-08-17 00:33:03','2017-08-17 00:33:03','',0,'http://aurosi.com/?p=7883',2,'nav_menu_item','',0),(7884,1,'2017-08-17 00:33:03','2017-08-17 00:33:03',' ','','','publish','closed','closed','','7884','','','2017-08-17 00:33:03','2017-08-17 00:33:03','',0,'http://aurosi.com/?p=7884',1,'nav_menu_item','',0),(7885,1,'2017-08-17 00:34:00','2017-08-17 00:34:00',' ','','','publish','closed','closed','','7885','','','2017-08-17 00:34:00','2017-08-17 00:34:00','',7805,'http://aurosi.com/?p=7885',4,'nav_menu_item','',0),(7886,1,'2017-08-17 00:34:00','2017-08-17 00:34:00',' ','','','publish','closed','closed','','7886','','','2017-08-17 00:34:00','2017-08-17 00:34:00','',7805,'http://aurosi.com/?p=7886',3,'nav_menu_item','',0),(7887,1,'2017-08-17 00:34:00','2017-08-17 00:34:00',' ','','','publish','closed','closed','','7887','','','2017-08-17 00:34:00','2017-08-17 00:34:00','',7805,'http://aurosi.com/?p=7887',2,'nav_menu_item','',0),(7888,1,'2017-08-17 00:34:00','2017-08-17 00:34:00',' ','','','publish','closed','closed','','7888','','','2017-08-17 00:34:00','2017-08-17 00:34:00','',7805,'http://aurosi.com/?p=7888',1,'nav_menu_item','',0),(7889,1,'2017-08-17 00:59:46','2017-08-17 00:59:46','','aurosi_logo_footer','','inherit','open','closed','','aurosi_logo_footer','','','2017-08-17 00:59:46','2017-08-17 00:59:46','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_logo_footer.png',0,'attachment','image/png',0),(7891,1,'2017-08-17 19:06:46','0000-00-00 00:00:00','<h3>Acceptance</h3>\nWelcome to Wilouby. By using Wilouby’s website (“Website”), you agree to be bound by the following terms and conditions (“Terms of Use”). The Terms of Use may be updated by Wilouby from time to time without notice to you and any modification shall become effective upon posting on our website. You may view the most current Terms of Use on our website at anytime. Wilouby’s Privacy Policy\n\nIn addition to the Terms of Use, by using the Website, you agree to be bound by our Privacy Policy.\n<h3>Conduct and Obligations</h3>\nIf you use the Website, you represent and warrant that you are at least eighteen (18) years of age and have the right, authority, and capacity to enter into a binding contract and are not a person barred from receiving services under the laws of United States or other applicable jurisdiction. Furthermore, considering the global nature of the Internet, you agree to comply with all local rules regarding online conduct and acceptable content, including but not limited to all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside.\n\nIn addition to the above, you agree and understand that you are not to use the Website to:\n\nupload, post, email, transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, defamatory, pornographic, libelous, invasive of another\'s privacy, or harms minors in any way; identifying personal information about another person without that person\'s explicit consent; upload, post, email, transmit or otherwise make available any content that is false, deceptive, misleading, deceitful, mis-informative, or constitutes \"bait and switch\"; promote racism, bigotry, hatred, or physical harm of any kind against any group or individual; advertise any illegal services or the sale of any items which are prohibited or restricted by applicable law; provide material that exploits people under the age of 18 in a sexual or violent manner, or solicits personal information from anyone under the age of 18; provide instructional information about illegal activities such as making or buying illegal weapons or drugs, violating someone\'s privacy, or providing or creating computer viruses; upload, post, email or transmit any pornographic or sexually explicit material of any kind; impersonate any person or entity, including, but not limited to, a Wilouby employee, official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity; upload, post, email, transmit or otherwise make available any content that constitutes or contains \"affiliate marketing,\" \"link referral code,\" \"junk mail,\" \"spam,\" \"chain letters,\" \"pyramid schemes,\" or unsolicited commercial advertisement; and upload, post, email, transmit or otherwise make available any content that infringes on any patent, trademark, trade secret, copyright or other proprietary rights of any party, or content that you do not have a right to make available under any law or under contractual or fiduciary relationships. “stalk” or otherwise harass another user; collect or store personal data about other users; purposefully cheat the karma system; and, make any attempt to gain unauthorized access to Wilouby’s system and/or engage in activity that distorts the quality of the Website.\n\nNOTICE: Sending unsolicited email advertisements to or through Wilouby’s computer systems or email address, which is expressly prohibited under the Terms of Use, will use or cause to be used Wilouby’s servers located in California. Any unauthorized use of Wilouby’s computer systems is a violation of the Wilouby’s Terms of Use, in addition to certain federal and state laws, including but not limited to the Computer Fraud and Abuse Act (18 U.S.C. § 1030 et seq.), Section 502 of the California Penal Code, and Section 17538.45 of the California Business and Professions Code. Such violations may subject the sender, and his or her agents, to civil and criminal penalties.\n<h3>Proprietary Rights in Content of Wilouby</h3>\nThe Website is protected to the maximum extent permitted by copyright laws and international treaties. Content displayed on or through the Website is protected by copyright as a collective work and/or compilation, pursuant to copyrights laws, and international conventions. Any reproduction, modification, creation of derivative works from or redistribution of the Website or the collective work is prohibited. Copying or reproducing the Website or any portion thereof to any other server or location for further reproduction or redistribution is prohibited. You further agree not to reproduce, duplicate or copy any content from Website, and agree to abide by any and all copyright notices displayed on the website. Without limiting the foregoing, you agree not to reproduce, duplicate, copy, sell, resell or exploit for any commercial purposes, any aspect of the Website. Notification of Claims of Infringement\n\nWilouby respects the intellectual property rights of others. If you believe that your copyright or other intellectual property rights have been violated, please notify Wilouby’s Copyright Agent with the following information (“Notice”):\n\nAn electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest;\n<ul>\n <li>A description of the copyrighted work or intellectual property that you claim has been infringed;</li>\n <li>A description of the material that you claim is infringing as well as instructions on how to locate it.</li>\n <li>A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law;</li>\n <li>A statement by you, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright or intellectual property owner or authorized to act on that owner’s behalf.</li>\n <li>Your address, telephone number, and email address; and</li>\n <li>Your physical or electronic signature.</li>\n</ul>\nWilouby’s Copyright Agent can be reached via e-mail at: <canvas id=\"defaultEmail2\" width=\"300\" height=\"20\"></canvas>\n\nWilouby will remove the infringing posting(s), subject to the procedural requirements outlined in the Digital Millennium Copyright Act (DMCA). Please note that due to security concerns, attachments cannot be accepted. As such, any Notice submitted electronically with an attachment will not be received or processed.\n<h3>Indemnification</h3>\nYou agree to indemnify and hold Wilouby, and its subsidiaries, affiliates, owners, officers, managers, agents, co-branders or other partners, and employees, harmless from any claim or demand, including reasonable attorneys\' fees, made by any third party due to or arising out of Content you submit, post, transmit or make available through the Website, your use of the Website, your connection to the Website, your violation of the Terms of Use, or your violation of any rights of another. If you are a California resident, you agree to waive your rights under California Civil Code Section 1542, which states: \"A general release does not extend to claims which the creditor does not know or suspect to exist in his favor at the time of executing the release, which, if known by him must have materially affected his settlement with the debtor.\"\n<h3>Disclaimer of Warranties</h3>\nWilouby disclaims any and all responsibility or liability for the accuracy, content, completeness, legality, reliability, or operability or availability of information or material displayed on its Website. Wilouby disclaims any responsibility for the deletion, failure to store, failure to delivery, or untimely delivery of any information or material. Wilouby disclaims any responsibility for any harm resulting from downloading or accessing any information or material on the Internet through its Website. No advice or information, whether oral or written, obtained by user from Wilouby or through or from its Website shall create any warranty not expressly stated herein.\n\nTHE WEBSITE, AND ALL MATERIALS, INFORMATION, PRODUCTS AND SERVICE INCLUDED IN THE WEBSITE ARE PROVIDED \"AS IS,\" WITH NO WARRANTIES WHATSOEVER. Wilouby EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF PROPRIETARY RIGHTS. Wilouby DISCLAIMS ANY WARRANTIES REGARDING THE SECURITY, RELIABILITY, TIMELINESS, AND PERFORMANCE OF THE WEBSITE. Wilouby DISCLAIMS ANY WARRANTIES FOR ANY INFORMATION OR ADVICE OBTAINED THROUGH THE WEBSITE. Wilouby DISCLAIMS ANY WARRANTIES FOR SERVICE OR RECEIVED THROUGH ANY LINKS PROVIDED BY THE WEBSITE, AS WELL AS FOR ANY INFORMATION OR ADVICE RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE.\n\nYOU UNDERSTAND AND AGREE THAT YOU DOWNLOAD OR OTHERWISE OBTAIN MATERIAL OR DATA THROUGH THE USE OF THE WEBSITE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGES TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA.\n<h3>Limitations of Liability</h3>\nUNDER NO CIRCUMSTANCES SHALL Wilouby BE LIABLE TO ANY USER AS A RESULT OF THAT USER\'S USE OR MISUSE OF OR RELIANCE ON THE WEBSITE ARISING FROM ANY CLAIM RELATING TO THIS TERMS OF USE OR THE SUBJECT MATTER HEREOF. SUCH LIMITATION OF LIABILITY SHALL APPLY TO PREVENT RECOVERY OF DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY, AND PUNITIVE DAMAGES WHETHER SUCH CLAIM IS BASED ON WARRANTY, CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, (EVEN IF Wilouby HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES). SUCH LIMITATION OF LIABILITY SHALL APPLY WHETHER THE DAMAGES ARISE FROM USE OR MISUSE OF AND RELIANCE ON THE WEBSITE, FROM INABILITY TO USE THE WEBSITE, OR FROM THE INTERRUPTION, SUSPENSION, OR TERMINATION OF THE WEBSITE (INCLUDING SUCH DAMAGES INCURRED BY THIRD PARTIES). THIS LIMITATION SHALL ALSO APPLY WITH RESPECT TO DAMAGES INCURRED BY REASON OF OTHER SERVICE OR GOODS RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE, AS WELL AS BY REASON OF ANY INFORMATION OR ADVICE RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE. THIS LIMITATION SHALL ALSO APPLY, WITHOUT LIMITATION, TO THE COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICE, LOST PROFITS, OR LOST DATA. SUCH LIMITATION SHALL FURTHER APPLY WITH RESPECT TO THE PERFORMANCE OR NON-PERFORMANCE OF THE WEBSITE OR ANY INFORMATION OR MERCHANDISE THAT APPEARS ON, OR IS LINKED OR RELATED IN ANY WAY TO, THE WEBSITE. SUCH LIMITATION SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY AND TO THE FULLEST EXTENT PERMITTED BY LAW. SOME STATES OR OTHER JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO SOME OF THE ABOVE LIMITATIONS AND EXCLUSIONS MAY NOT APPLY TO YOU.\n<h3>Severability</h3>\nThe failure of Wilouby to exercise or enforce any right or provision of the Terms of Use shall not constitute a waiver of such right or provision. If any provision of this Agreement shall be held to be invalid or unenforceable for any reason, the remaining provisions shall continue to be valid and enforceable. If a court or judicial authority finds that any provision of this Agreement is invalid or unenforceable, but that by limiting such provision it would become valid and enforceable, then such provision shall be deemed to be written, construed, and enforced as so limited but only to the minimal extent required to make the provision valid and enforceable.\n<h3>Governing Law</h3>\nThe Terms of Use shall be construed in accordance with, and all actions arising under or in connection therewith, shall be governed by the laws of the State of California without regard to conflict of law principles. You agree to personal jurisdiction and venue in the state and federal courts of the State of California, County of Los Angeles.\n<h3>General Provisions</h3>\nHeadings are for reference purposes only and in no way define, limit, construe or describe the scope or extent of such section. Nothing in this Terms of Use shall create a relationship between the user and Wilouby, which is that of joint ventures, partners, employer-employee, franchisor-franchisee, or agency. This Terms of Use is the entire agreement between you and Wilouby and shall govern your use of the Website, and supersedes all previous agreements between you and Wilouby. Any document referred to herein is incorporated by reference.','','','draft','closed','closed','','','','','2017-08-17 19:06:46','2017-08-17 19:06:46','',0,'http://aurosi.com/?page_id=7891',0,'page','',0),(7892,1,'2017-08-17 19:07:37','2017-08-17 19:07:37','<h3>Acceptance</h3>\r\n\r\n<p>Welcome to Aurosi. By using Aurosi’s website (\"Website\"), you agree to be bound by the following terms and conditions (\"Terms of Use\"). The Terms of Use may be updated by Aurosi from time to time without notice to you and any modification shall become effective upon posting on our website. You may view the most current Terms of Use on our website at anytime. Aurosi’s Privacy Policy</p>\r\n\r\n<p>In addition to the Terms of Use, by using the Website, you agree to be bound by our Privacy Policy.</p>\r\n\r\n<h3>Conduct and Obligations</h3>\r\n\r\n<p>If you use the Website, you represent and warrant that you are at least eighteen (18) years of age and have the right, authority, and capacity to enter into a binding contract and are not a person barred from receiving services under the laws of United States or other applicable jurisdiction. Furthermore, considering the global nature of the Internet, you agree to comply with all local rules regarding online conduct and acceptable content, including but not limited to all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside.</p>\r\n\r\n<p>In addition to the above, you agree and understand that you are not to use the Website to:</p>\r\n\r\n<p>upload, post, email, transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, defamatory, pornographic, libelous, invasive of another\'s privacy, or harms minors in any way; identifying personal information about another person without that person\'s explicit consent; upload, post, email, transmit or otherwise make available any content that is false, deceptive, misleading, deceitful, mis-informative, or constitutes \"bait and switch\"; promote racism, bigotry, hatred, or physical harm of any kind against any group or individual; advertise any illegal services or the sale of any items which are prohibited or restricted by applicable law; provide material that exploits people under the age of 18 in a sexual or violent manner, or solicits personal information from anyone under the age of 18; provide instructional information about illegal activities such as making or buying illegal weapons or drugs, violating someone\'s privacy, or providing or creating computer viruses; upload, post, email or transmit any pornographic or sexually explicit material of any kind; impersonate any person or entity, including, but not limited to, a Aurosi employee, official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity; upload, post, email, transmit or otherwise make available any content that constitutes or contains \"affiliate marketing,\" \"link referral code,\" \"junk mail,\" \"spam,\" \"chain letters,\" \"pyramid schemes,\" or unsolicited commercial advertisement; and upload, post, email, transmit or otherwise make available any content that infringes on any patent, trademark, trade secret, copyright or other proprietary rights of any party, or content that you do not have a right to make available under any law or under contractual or fiduciary relationships. \"stalk\" or otherwise harass another user; collect or store personal data about other users; purposefully cheat the karma system; and, make any attempt to gain unauthorized access to Aurosi’s system and/or engage in activity that distorts the quality of the Website.</p>\r\n\r\n<p><b>NOTICE:</b> Sending unsolicited email advertisements to or through Aurosi’s computer systems or email address, which is expressly prohibited under the Terms of Use, will use or cause to be used Aurosi’s servers located in California. Any unauthorized use of Aurosi’s computer systems is a violation of the Aurosi’s Terms of Use, in addition to certain federal and state laws, including but not limited to the Computer Fraud and Abuse Act (18 U.S.C. § 1030 et seq.), Section 502 of the California Penal Code, and Section 17538.45 of the California Business and Professions Code. Such violations may subject the sender, and his or her agents, to civil and criminal penalties.\r\n\r\n<h3>Proprietary Rights in Content of Aurosi</h3>\r\n\r\n<p>The Website is protected to the maximum extent permitted by copyright laws and international treaties. Content displayed on or through the Website is protected by copyright as a collective work and/or compilation, pursuant to copyrights laws, and international conventions. Any reproduction, modification, creation of derivative works from or redistribution of the Website or the collective work is prohibited. Copying or reproducing the Website or any portion thereof to any other server or location for further reproduction or redistribution is prohibited. You further agree not to reproduce, duplicate or copy any content from Website, and agree to abide by any and all copyright notices displayed on the website. Without limiting the foregoing, you agree not to reproduce, duplicate, copy, sell, resell or exploit for any commercial purposes, any aspect of the Website. Notification of Claims of Infringement</p>\r\n\r\n<p>Aurosi respects the intellectual property rights of others. If you believe that your copyright or other intellectual property rights have been violated, please notify Aurosi’s Copyright Agent with the following information (\"Notice\"):</p>\r\n\r\n<p>An electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest;</p>\r\n\r\n <ul>\r\n <li>A description of the copyrighted work or intellectual property that you claim has been infringed;</li>\r\n <li>A description of the material that you claim is infringing as well as instructions on how to locate it.</li>\r\n <li>A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law;</li>\r\n <li>A statement by you, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright or intellectual property owner or authorized to act on that owner’s behalf.</li>\r\n <li>Your address, telephone number, and email address; and</li>\r\n <li>Your physical or electronic signature.</li>\r\n</ul>\r\n\r\n<p>Aurosi’s Copyright Agent can be reached via e-mail at: <canvas id=\"defaultEmail2\" width=\"300\" height=\"20\"></canvas></p>\r\n\r\n<p>Aurosi will remove the infringing posting(s), subject to the procedural requirements outlined in the Digital Millennium Copyright Act (DMCA). Please note that due to security concerns, attachments cannot be accepted. As such, any Notice submitted electronically with an attachment will not be received or processed.</p>\r\n\r\n<h3>Indemnification</h3>\r\n\r\n<p>You agree to indemnify and hold Aurosi, and its subsidiaries, affiliates, owners, officers, managers, agents, co-branders or other partners, and employees, harmless from any claim or demand, including reasonable attorneys\' fees, made by any third party due to or arising out of Content you submit, post, transmit or make available through the Website, your use of the Website, your connection to the Website, your violation of the Terms of Use, or your violation of any rights of another. If you are a California resident, you agree to waive your rights under California Civil Code Section 1542, which states: \"A general release does not extend to claims which the creditor does not know or suspect to exist in his favor at the time of executing the release, which, if known by him must have materially affected his settlement with the debtor.\"</p>\r\n\r\n<h3>Disclaimer of Warranties</h3>\r\n\r\n<p>Aurosi disclaims any and all responsibility or liability for the accuracy, content, completeness, legality, reliability, or operability or availability of information or material displayed on its Website. Aurosi disclaims any responsibility for the deletion, failure to store, failure to delivery, or untimely delivery of any information or material. Aurosi disclaims any responsibility for any harm resulting from downloading or accessing any information or material on the Internet through its Website. No advice or information, whether oral or written, obtained by user from Aurosi or through or from its Website shall create any warranty not expressly stated herein.</p>\r\n\r\n<p>THE WEBSITE, AND ALL MATERIALS, INFORMATION, PRODUCTS AND SERVICE INCLUDED IN THE WEBSITE ARE PROVIDED \"AS IS,\" WITH NO WARRANTIES WHATSOEVER. Aurosi EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF PROPRIETARY RIGHTS. Aurosi DISCLAIMS ANY WARRANTIES REGARDING THE SECURITY, RELIABILITY, TIMELINESS, AND PERFORMANCE OF THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR ANY INFORMATION OR ADVICE OBTAINED THROUGH THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR SERVICE OR RECEIVED THROUGH ANY LINKS PROVIDED BY THE WEBSITE, AS WELL AS FOR ANY INFORMATION OR ADVICE RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE.</p>\r\n\r\n<p>YOU UNDERSTAND AND AGREE THAT YOU DOWNLOAD OR OTHERWISE OBTAIN MATERIAL OR DATA THROUGH THE USE OF THE WEBSITE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGES TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA.</p>\r\n\r\n<h3>Limitations of Liability</h3>\r\n\r\n<p>UNDER NO CIRCUMSTANCES SHALL Aurosi BE LIABLE TO ANY USER AS A RESULT OF THAT USER\'S USE OR MISUSE OF OR RELIANCE ON THE WEBSITE ARISING FROM ANY CLAIM RELATING TO THIS TERMS OF USE OR THE SUBJECT MATTER HEREOF. SUCH LIMITATION OF LIABILITY SHALL APPLY TO PREVENT RECOVERY OF DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY, AND PUNITIVE DAMAGES WHETHER SUCH CLAIM IS BASED ON WARRANTY, CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, (EVEN IF Aurosi HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES). SUCH LIMITATION OF LIABILITY SHALL APPLY WHETHER THE DAMAGES ARISE FROM USE OR MISUSE OF AND RELIANCE ON THE WEBSITE, FROM INABILITY TO USE THE WEBSITE, OR FROM THE INTERRUPTION, SUSPENSION, OR TERMINATION OF THE WEBSITE (INCLUDING SUCH DAMAGES INCURRED BY THIRD PARTIES). THIS LIMITATION SHALL ALSO APPLY WITH RESPECT TO DAMAGES INCURRED BY REASON OF OTHER SERVICE OR GOODS RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE, AS WELL AS BY REASON OF ANY INFORMATION OR ADVICE RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE. THIS LIMITATION SHALL ALSO APPLY, WITHOUT LIMITATION, TO THE COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICE, LOST PROFITS, OR LOST DATA. SUCH LIMITATION SHALL FURTHER APPLY WITH RESPECT TO THE PERFORMANCE OR NON-PERFORMANCE OF THE WEBSITE OR ANY INFORMATION OR MERCHANDISE THAT APPEARS ON, OR IS LINKED OR RELATED IN ANY WAY TO, THE WEBSITE. SUCH LIMITATION SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY AND TO THE FULLEST EXTENT PERMITTED BY LAW. SOME STATES OR OTHER JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO SOME OF THE ABOVE LIMITATIONS AND EXCLUSIONS MAY NOT APPLY TO YOU.</p>\r\n\r\n<h3>Severability</h3>\r\n\r\n<p>The failure of Aurosi to exercise or enforce any right or provision of the Terms of Use shall not constitute a waiver of such right or provision. If any provision of this Agreement shall be held to be invalid or unenforceable for any reason, the remaining provisions shall continue to be valid and enforceable. If a court or judicial authority finds that any provision of this Agreement is invalid or unenforceable, but that by limiting such provision it would become valid and enforceable, then such provision shall be deemed to be written, construed, and enforced as so limited but only to the minimal extent required to make the provision valid and enforceable.</p>\r\n\r\n<h3>Governing Law</h3>\r\n\r\n<p>The Terms of Use shall be construed in accordance with, and all actions arising under or in connection therewith, shall be governed by the laws of the State of California without regard to conflict of law principles. You agree to personal jurisdiction and venue in the state and federal courts of the State of California, County of Los Angeles.</p>\r\n\r\n<h3>General Provisions</h3>\r\n\r\n<p>Headings are for reference purposes only and in no way define, limit, construe or describe the scope or extent of such section. Nothing in this Terms of Use shall create a relationship between the user and Aurosi, which is that of joint ventures, partners, employer-employee, franchisor-franchisee, or agency. This Terms of Use is the entire agreement between you and Aurosi and shall govern your use of the Website, and supersedes all previous agreements between you and Aurosi. Any document referred to herein is incorporated by reference.</p>','Terms & Conditions','','inherit','closed','closed','','7828-autosave-v1','','','2017-08-17 19:07:37','2017-08-17 19:07:37','',7828,'http://aurosi.com/2017/08/17/7828-autosave-v1/',0,'revision','',0),(7893,1,'2017-08-17 19:08:10','2017-08-17 19:08:10','<h3>Acceptance</h3>\r\n\r\n<p>Welcome to Aurosi. By using Aurosi’s website (\"Website\"), you agree to be bound by the following terms and conditions (\"Terms of Use\"). The Terms of Use may be updated by Aurosi from time to time without notice to you and any modification shall become effective upon posting on our website. You may view the most current Terms of Use on our website at anytime. Aurosi’s Privacy Policy</p>\r\n\r\n<p>In addition to the Terms of Use, by using the Website, you agree to be bound by our Privacy Policy.</p>\r\n\r\n<h3>Conduct and Obligations</h3>\r\n\r\n<p>If you use the Website, you represent and warrant that you are at least eighteen (18) years of age and have the right, authority, and capacity to enter into a binding contract and are not a person barred from receiving services under the laws of United States or other applicable jurisdiction. Furthermore, considering the global nature of the Internet, you agree to comply with all local rules regarding online conduct and acceptable content, including but not limited to all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside.</p>\r\n\r\n<p>In addition to the above, you agree and understand that you are not to use the Website to:</p>\r\n\r\n<p>upload, post, email, transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, defamatory, pornographic, libelous, invasive of another\'s privacy, or harms minors in any way; identifying personal information about another person without that person\'s explicit consent; upload, post, email, transmit or otherwise make available any content that is false, deceptive, misleading, deceitful, mis-informative, or constitutes \"bait and switch\"; promote racism, bigotry, hatred, or physical harm of any kind against any group or individual; advertise any illegal services or the sale of any items which are prohibited or restricted by applicable law; provide material that exploits people under the age of 18 in a sexual or violent manner, or solicits personal information from anyone under the age of 18; provide instructional information about illegal activities such as making or buying illegal weapons or drugs, violating someone\'s privacy, or providing or creating computer viruses; upload, post, email or transmit any pornographic or sexually explicit material of any kind; impersonate any person or entity, including, but not limited to, a Aurosi employee, official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity; upload, post, email, transmit or otherwise make available any content that constitutes or contains \"affiliate marketing,\" \"link referral code,\" \"junk mail,\" \"spam,\" \"chain letters,\" \"pyramid schemes,\" or unsolicited commercial advertisement; and upload, post, email, transmit or otherwise make available any content that infringes on any patent, trademark, trade secret, copyright or other proprietary rights of any party, or content that you do not have a right to make available under any law or under contractual or fiduciary relationships. \"stalk\" or otherwise harass another user; collect or store personal data about other users; purposefully cheat the karma system; and, make any attempt to gain unauthorized access to Aurosi’s system and/or engage in activity that distorts the quality of the Website.</p>\r\n\r\n<p><b>NOTICE:</b> Sending unsolicited email advertisements to or through Aurosi’s computer systems or email address, which is expressly prohibited under the Terms of Use, will use or cause to be used Aurosi’s servers located in California. Any unauthorized use of Aurosi’s computer systems is a violation of the Aurosi’s Terms of Use, in addition to certain federal and state laws, including but not limited to the Computer Fraud and Abuse Act (18 U.S.C. § 1030 et seq.), Section 502 of the California Penal Code, and Section 17538.45 of the California Business and Professions Code. Such violations may subject the sender, and his or her agents, to civil and criminal penalties.\r\n\r\n<h3>Proprietary Rights in Content of Aurosi</h3>\r\n\r\n<p>The Website is protected to the maximum extent permitted by copyright laws and international treaties. Content displayed on or through the Website is protected by copyright as a collective work and/or compilation, pursuant to copyrights laws, and international conventions. Any reproduction, modification, creation of derivative works from or redistribution of the Website or the collective work is prohibited. Copying or reproducing the Website or any portion thereof to any other server or location for further reproduction or redistribution is prohibited. You further agree not to reproduce, duplicate or copy any content from Website, and agree to abide by any and all copyright notices displayed on the website. Without limiting the foregoing, you agree not to reproduce, duplicate, copy, sell, resell or exploit for any commercial purposes, any aspect of the Website. Notification of Claims of Infringement</p>\r\n\r\n<p>Aurosi respects the intellectual property rights of others. If you believe that your copyright or other intellectual property rights have been violated, please notify Aurosi’s Copyright Agent with the following information (\"Notice\"):</p>\r\n\r\n<p>An electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest;</p>\r\n\r\n <ul>\r\n <li>A description of the copyrighted work or intellectual property that you claim has been infringed;</li>\r\n <li>A description of the material that you claim is infringing as well as instructions on how to locate it.</li>\r\n <li>A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law;</li>\r\n <li>A statement by you, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright or intellectual property owner or authorized to act on that owner’s behalf.</li>\r\n <li>Your address, telephone number, and email address; and</li>\r\n <li>Your physical or electronic signature.</li>\r\n</ul>\r\n\r\n<p>Aurosi’s Copyright Agent can be reached via e-mail at: <canvas id=\"defaultEmail2\" width=\"300\" height=\"20\"></canvas></p>\r\n\r\n<p>Aurosi will remove the infringing posting(s), subject to the procedural requirements outlined in the Digital Millennium Copyright Act (DMCA). Please note that due to security concerns, attachments cannot be accepted. As such, any Notice submitted electronically with an attachment will not be received or processed.</p>\r\n\r\n<h3>Indemnification</h3>\r\n\r\n<p>You agree to indemnify and hold Aurosi, and its subsidiaries, affiliates, owners, officers, managers, agents, co-branders or other partners, and employees, harmless from any claim or demand, including reasonable attorneys\' fees, made by any third party due to or arising out of Content you submit, post, transmit or make available through the Website, your use of the Website, your connection to the Website, your violation of the Terms of Use, or your violation of any rights of another. If you are a California resident, you agree to waive your rights under California Civil Code Section 1542, which states: \"A general release does not extend to claims which the creditor does not know or suspect to exist in his favor at the time of executing the release, which, if known by him must have materially affected his settlement with the debtor.\"</p>\r\n\r\n<h3>Disclaimer of Warranties</h3>\r\n\r\n<p>Aurosi disclaims any and all responsibility or liability for the accuracy, content, completeness, legality, reliability, or operability or availability of information or material displayed on its Website. Aurosi disclaims any responsibility for the deletion, failure to store, failure to delivery, or untimely delivery of any information or material. Aurosi disclaims any responsibility for any harm resulting from downloading or accessing any information or material on the Internet through its Website. No advice or information, whether oral or written, obtained by user from Aurosi or through or from its Website shall create any warranty not expressly stated herein.</p>\r\n\r\n<p>THE WEBSITE, AND ALL MATERIALS, INFORMATION, PRODUCTS AND SERVICE INCLUDED IN THE WEBSITE ARE PROVIDED \"AS IS,\" WITH NO WARRANTIES WHATSOEVER. Aurosi EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF PROPRIETARY RIGHTS. Aurosi DISCLAIMS ANY WARRANTIES REGARDING THE SECURITY, RELIABILITY, TIMELINESS, AND PERFORMANCE OF THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR ANY INFORMATION OR ADVICE OBTAINED THROUGH THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR SERVICE OR RECEIVED THROUGH ANY LINKS PROVIDED BY THE WEBSITE, AS WELL AS FOR ANY INFORMATION OR ADVICE RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE.</p>\r\n\r\n<p>YOU UNDERSTAND AND AGREE THAT YOU DOWNLOAD OR OTHERWISE OBTAIN MATERIAL OR DATA THROUGH THE USE OF THE WEBSITE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGES TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA.</p>\r\n\r\n<h3>Limitations of Liability</h3>\r\n\r\n<p>UNDER NO CIRCUMSTANCES SHALL Aurosi BE LIABLE TO ANY USER AS A RESULT OF THAT USER\'S USE OR MISUSE OF OR RELIANCE ON THE WEBSITE ARISING FROM ANY CLAIM RELATING TO THIS TERMS OF USE OR THE SUBJECT MATTER HEREOF. SUCH LIMITATION OF LIABILITY SHALL APPLY TO PREVENT RECOVERY OF DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY, AND PUNITIVE DAMAGES WHETHER SUCH CLAIM IS BASED ON WARRANTY, CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, (EVEN IF Aurosi HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES). SUCH LIMITATION OF LIABILITY SHALL APPLY WHETHER THE DAMAGES ARISE FROM USE OR MISUSE OF AND RELIANCE ON THE WEBSITE, FROM INABILITY TO USE THE WEBSITE, OR FROM THE INTERRUPTION, SUSPENSION, OR TERMINATION OF THE WEBSITE (INCLUDING SUCH DAMAGES INCURRED BY THIRD PARTIES). THIS LIMITATION SHALL ALSO APPLY WITH RESPECT TO DAMAGES INCURRED BY REASON OF OTHER SERVICE OR GOODS RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE, AS WELL AS BY REASON OF ANY INFORMATION OR ADVICE RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE. THIS LIMITATION SHALL ALSO APPLY, WITHOUT LIMITATION, TO THE COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICE, LOST PROFITS, OR LOST DATA. SUCH LIMITATION SHALL FURTHER APPLY WITH RESPECT TO THE PERFORMANCE OR NON-PERFORMANCE OF THE WEBSITE OR ANY INFORMATION OR MERCHANDISE THAT APPEARS ON, OR IS LINKED OR RELATED IN ANY WAY TO, THE WEBSITE. SUCH LIMITATION SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY AND TO THE FULLEST EXTENT PERMITTED BY LAW. SOME STATES OR OTHER JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO SOME OF THE ABOVE LIMITATIONS AND EXCLUSIONS MAY NOT APPLY TO YOU.</p>\r\n\r\n<h3>Severability</h3>\r\n\r\n<p>The failure of Aurosi to exercise or enforce any right or provision of the Terms of Use shall not constitute a waiver of such right or provision. If any provision of this Agreement shall be held to be invalid or unenforceable for any reason, the remaining provisions shall continue to be valid and enforceable. If a court or judicial authority finds that any provision of this Agreement is invalid or unenforceable, but that by limiting such provision it would become valid and enforceable, then such provision shall be deemed to be written, construed, and enforced as so limited but only to the minimal extent required to make the provision valid and enforceable.</p>\r\n\r\n<h3>Governing Law</h3>\r\n\r\n<p>The Terms of Use shall be construed in accordance with, and all actions arising under or in connection therewith, shall be governed by the laws of the State of California without regard to conflict of law principles. You agree to personal jurisdiction and venue in the state and federal courts of the State of California, County of Los Angeles.</p>\r\n\r\n<h3>General Provisions</h3>\r\n\r\n<p>Headings are for reference purposes only and in no way define, limit, construe or describe the scope or extent of such section. Nothing in this Terms of Use shall create a relationship between the user and Aurosi, which is that of joint ventures, partners, employer-employee, franchisor-franchisee, or agency. This Terms of Use is the entire agreement between you and Aurosi and shall govern your use of the Website, and supersedes all previous agreements between you and Aurosi. Any document referred to herein is incorporated by reference.</p>','Terms & Conditions','','inherit','closed','closed','','7828-revision-v1','','','2017-08-17 19:08:10','2017-08-17 19:08:10','',7828,'http://aurosi.com/2017/08/17/7828-revision-v1/',0,'revision','',0),(7894,1,'2017-08-17 19:15:37','2017-08-17 19:15:37','<p>At Aurosi, we value the importance of your privacy and have set up this Privacy Policy to inform you of how Aurosi treats the personally identifiable information collected and/or received from your through our website, including but not limited to home or work addresses, email addresses, telephone numbers, and company name (\"Personal Information\"). This Privacy Policy outlines how your Personal Information is stored, protected, and specifically used. This Privacy Policy may be updated from time to time and any change will be posted on our website. If the changes are significant, we will provide a more prominent notice on our website.</p>\n\n<h3 id=\"fancy-title-18\" class=\"mk-fancy-title\"><span>I. Privacy Principles</span></h3>\n\n<p>You are not required to provide us with any Personal Information. However, if you choose to contact us through our website, then you will be requested to provide certain information. We use this information to contact you about the services in which you have expressed interest. We may also use this information to contact you about new products and services as well as promotional materials that may be of interest to you, unless you choose to opt out.</p>\n\n<p>Aurosi may use cookies, web beacons, or similar technologies to enhance and personalize your experience on our website, including but not limited to helping to authenticate your identity, to help measure and research the effectiveness of our offerings, advertisements, promotions, and email communications, to remember your preferences and registration information, and to customize the content and advertisements provided to you by Aurosi.</p>\n\n<p>If you choose to subscribe to our newsletter, then we will use your name and email address to send the newsletter to you, unless you choose to opt-out.</p>\n\n<p>Although we do not provide your Personal Information to our business partners, we may send you offers and/or promotions on behalf of our business partners, unless you choose to opt out.</p>\n\n<p><b>NOTICE:</b> Children (persons under the age of 13) are not eligible to use the website unsupervised and we ask that children do not submit any Personal Information to us. If you are under the age of 13, you may only use this website in conjunction with and under the supervision of your parents or guardians. II. Sharing Your Personal Information</p>\n\n<p>We may disclose your Personal Information if required to do so by law or in the good faith belief that such disclosure is reasonably necessary to respond to a subpoena, court order, search warrant, or other legal process.</p>\n\n<p>We may also disclose any Personal Information to law enforcement officers or others, in the good faith belief that such disclosure may respond to claims that any posting or other content violates the rights of third parties, or that it may protect the rights, property, or personal safety of Aurosi, its customers or the general public.</p>\n\n<p>In the event that ownership of Aurosi changes as a result of a merger or acquisition by another company, your information may be transferred. Aurosi will provide you notice prior to any such transfer of your Personal Information.</p>','Privacy Policy','','inherit','closed','closed','','7824-autosave-v1','','','2017-08-17 19:15:37','2017-08-17 19:15:37','',7824,'http://aurosi.com/2017/08/17/7824-autosave-v1/',0,'revision','',0),(7895,1,'2017-08-17 19:13:20','2017-08-17 19:13:20','<p>At Aurosi, we value the importance of your privacy and have set up this Privacy Policy to inform you of how Aurosi treats the personally identifiable information collected and/or received from your through our website, including but not limited to home or work addresses, email addresses, telephone numbers, and company name (\"Personal Information\"). This Privacy Policy outlines how your Personal Information is stored, protected, and specifically used. This Privacy Policy may be updated from time to time and any change will be posted on our website. If the changes are significant, we will provide a more prominent notice on our website.</p>\r\n\r\n<h3><span id=\"fancy-title-18\">I. Privacy Principles</span></h3>\r\n\r\n<p>You are not required to provide us with any Personal Information. However, if you choose to contact us through our website, then you will be requested to provide certain information. We use this information to contact you about the services in which you have expressed interest. We may also use this information to contact you about new products and services as well as promotional materials that may be of interest to you, unless you choose to opt out.</p>\r\n\r\n<p>Aurosi may use cookies, web beacons, or similar technologies to enhance and personalize your experience on our website, including but not limited to helping to authenticate your identity, to help measure and research the effectiveness of our offerings, advertisements, promotions, and email communications, to remember your preferences and registration information, and to customize the content and advertisements provided to you by Aurosi.</p>\r\n\r\n<p>If you choose to subscribe to our newsletter, then we will use your name and email address to send the newsletter to you, unless you choose to opt-out.</p>\r\n\r\n<p>Although we do not provide your Personal Information to our business partners, we may send you offers and/or promotions on behalf of our business partners, unless you choose to opt out.</p>\r\n\r\n<p><b>NOTICE:</b> Children (persons under the age of 13) are not eligible to use the website unsupervised and we ask that children do not submit any Personal Information to us. If you are under the age of 13, you may only use this website in conjunction with and under the supervision of your parents or guardians. II. Sharing Your Personal Information</p>\r\n\r\n<p>We may disclose your Personal Information if required to do so by law or in the good faith belief that such disclosure is reasonably necessary to respond to a subpoena, court order, search warrant, or other legal process.</p>\r\n\r\n<p>We may also disclose any Personal Information to law enforcement officers or others, in the good faith belief that such disclosure may respond to claims that any posting or other content violates the rights of third parties, or that it may protect the rights, property, or personal safety of Aurosi, its customers or the general public.</p>\r\n\r\n<p>In the event that ownership of Aurosi changes as a result of a merger or acquisition by another company, your information may be transferred. Aurosi will provide you notice prior to any such transfer of your Personal Information.</p>','Privacy Policy','','inherit','closed','closed','','7824-revision-v1','','','2017-08-17 19:13:20','2017-08-17 19:13:20','',7824,'http://aurosi.com/2017/08/17/7824-revision-v1/',0,'revision','',0),(7896,1,'2017-08-17 19:16:06','2017-08-17 19:16:06','<p>At Aurosi, we value the importance of your privacy and have set up this Privacy Policy to inform you of how Aurosi treats the personally identifiable information collected and/or received from your through our website, including but not limited to home or work addresses, email addresses, telephone numbers, and company name (\"Personal Information\"). This Privacy Policy outlines how your Personal Information is stored, protected, and specifically used. This Privacy Policy may be updated from time to time and any change will be posted on our website. If the changes are significant, we will provide a more prominent notice on our website.</p>\r\n\r\n<h3 class=\"pp-heading\">I. Privacy Principles</h3>\r\n\r\n<p>You are not required to provide us with any Personal Information. However, if you choose to contact us through our website, then you will be requested to provide certain information. We use this information to contact you about the services in which you have expressed interest. We may also use this information to contact you about new products and services as well as promotional materials that may be of interest to you, unless you choose to opt out.</p>\r\n\r\n<p>Aurosi may use cookies, web beacons, or similar technologies to enhance and personalize your experience on our website, including but not limited to helping to authenticate your identity, to help measure and research the effectiveness of our offerings, advertisements, promotions, and email communications, to remember your preferences and registration information, and to customize the content and advertisements provided to you by Aurosi.</p>\r\n\r\n<p>If you choose to subscribe to our newsletter, then we will use your name and email address to send the newsletter to you, unless you choose to opt-out.</p>\r\n\r\n<p>Although we do not provide your Personal Information to our business partners, we may send you offers and/or promotions on behalf of our business partners, unless you choose to opt out.</p>\r\n\r\n<p><b>NOTICE:</b> Children (persons under the age of 13) are not eligible to use the website unsupervised and we ask that children do not submit any Personal Information to us. If you are under the age of 13, you may only use this website in conjunction with and under the supervision of your parents or guardians. II. Sharing Your Personal Information</p>\r\n\r\n<p>We may disclose your Personal Information if required to do so by law or in the good faith belief that such disclosure is reasonably necessary to respond to a subpoena, court order, search warrant, or other legal process.</p>\r\n\r\n<p>We may also disclose any Personal Information to law enforcement officers or others, in the good faith belief that such disclosure may respond to claims that any posting or other content violates the rights of third parties, or that it may protect the rights, property, or personal safety of Aurosi, its customers or the general public.</p>\r\n\r\n<p>In the event that ownership of Aurosi changes as a result of a merger or acquisition by another company, your information may be transferred. Aurosi will provide you notice prior to any such transfer of your Personal Information.</p>','Privacy Policy','','inherit','closed','closed','','7824-revision-v1','','','2017-08-17 19:16:06','2017-08-17 19:16:06','',7824,'http://aurosi.com/2017/08/17/7824-revision-v1/',0,'revision','',0),(7897,1,'2017-08-17 19:20:36','2017-08-17 19:20:36','<h3 class=\"pp-heading\">Acceptance</h3>\r\n\r\n<p>Welcome to Aurosi. By using Aurosi’s website (\"Website\"), you agree to be bound by the following terms and conditions (\"Terms of Use\"). The Terms of Use may be updated by Aurosi from time to time without notice to you and any modification shall become effective upon posting on our website. You may view the most current Terms of Use on our website at anytime. Aurosi’s Privacy Policy</p>\r\n\r\n<p>In addition to the Terms of Use, by using the Website, you agree to be bound by our Privacy Policy.</p>\r\n\r\n<h3 class=\"pp-heading\">Conduct and Obligations</h3>\r\n\r\n<p>If you use the Website, you represent and warrant that you are at least eighteen (18) years of age and have the right, authority, and capacity to enter into a binding contract and are not a person barred from receiving services under the laws of United States or other applicable jurisdiction. Furthermore, considering the global nature of the Internet, you agree to comply with all local rules regarding online conduct and acceptable content, including but not limited to all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside.</p>\r\n\r\n<p>In addition to the above, you agree and understand that you are not to use the Website to:</p>\r\n\r\n<p>upload, post, email, transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, defamatory, pornographic, libelous, invasive of another\'s privacy, or harms minors in any way; identifying personal information about another person without that person\'s explicit consent; upload, post, email, transmit or otherwise make available any content that is false, deceptive, misleading, deceitful, mis-informative, or constitutes \"bait and switch\"; promote racism, bigotry, hatred, or physical harm of any kind against any group or individual; advertise any illegal services or the sale of any items which are prohibited or restricted by applicable law; provide material that exploits people under the age of 18 in a sexual or violent manner, or solicits personal information from anyone under the age of 18; provide instructional information about illegal activities such as making or buying illegal weapons or drugs, violating someone\'s privacy, or providing or creating computer viruses; upload, post, email or transmit any pornographic or sexually explicit material of any kind; impersonate any person or entity, including, but not limited to, a Aurosi employee, official, forum leader, guide or host, or falsely state or otherwise misrepresent your affiliation with a person or entity; upload, post, email, transmit or otherwise make available any content that constitutes or contains \"affiliate marketing,\" \"link referral code,\" \"junk mail,\" \"spam,\" \"chain letters,\" \"pyramid schemes,\" or unsolicited commercial advertisement; and upload, post, email, transmit or otherwise make available any content that infringes on any patent, trademark, trade secret, copyright or other proprietary rights of any party, or content that you do not have a right to make available under any law or under contractual or fiduciary relationships. \"stalk\" or otherwise harass another user; collect or store personal data about other users; purposefully cheat the karma system; and, make any attempt to gain unauthorized access to Aurosi’s system and/or engage in activity that distorts the quality of the Website.</p>\r\n\r\n<p><b>NOTICE:</b> Sending unsolicited email advertisements to or through Aurosi’s computer systems or email address, which is expressly prohibited under the Terms of Use, will use or cause to be used Aurosi’s servers located in California. Any unauthorized use of Aurosi’s computer systems is a violation of the Aurosi’s Terms of Use, in addition to certain federal and state laws, including but not limited to the Computer Fraud and Abuse Act (18 U.S.C. § 1030 et seq.), Section 502 of the California Penal Code, and Section 17538.45 of the California Business and Professions Code. Such violations may subject the sender, and his or her agents, to civil and criminal penalties.\r\n\r\n<h3 class=\"pp-heading\">Proprietary Rights in Content of Aurosi</h3>\r\n\r\n<p>The Website is protected to the maximum extent permitted by copyright laws and international treaties. Content displayed on or through the Website is protected by copyright as a collective work and/or compilation, pursuant to copyrights laws, and international conventions. Any reproduction, modification, creation of derivative works from or redistribution of the Website or the collective work is prohibited. Copying or reproducing the Website or any portion thereof to any other server or location for further reproduction or redistribution is prohibited. You further agree not to reproduce, duplicate or copy any content from Website, and agree to abide by any and all copyright notices displayed on the website. Without limiting the foregoing, you agree not to reproduce, duplicate, copy, sell, resell or exploit for any commercial purposes, any aspect of the Website. Notification of Claims of Infringement</p>\r\n\r\n<p>Aurosi respects the intellectual property rights of others. If you believe that your copyright or other intellectual property rights have been violated, please notify Aurosi’s Copyright Agent with the following information (\"Notice\"):</p>\r\n\r\n<p>An electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest;</p>\r\n\r\n <ul>\r\n <li>A description of the copyrighted work or intellectual property that you claim has been infringed;</li>\r\n <li>A description of the material that you claim is infringing as well as instructions on how to locate it.</li>\r\n <li>A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law;</li>\r\n <li>A statement by you, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright or intellectual property owner or authorized to act on that owner’s behalf.</li>\r\n <li>Your address, telephone number, and email address; and</li>\r\n <li>Your physical or electronic signature.</li>\r\n</ul>\r\n\r\n<p>Aurosi’s Copyright Agent can be reached via e-mail at: <canvas id=\"defaultEmail2\" width=\"300\" height=\"20\"></canvas></p>\r\n\r\n<p>Aurosi will remove the infringing posting(s), subject to the procedural requirements outlined in the Digital Millennium Copyright Act (DMCA). Please note that due to security concerns, attachments cannot be accepted. As such, any Notice submitted electronically with an attachment will not be received or processed.</p>\r\n\r\n<h3 class=\"pp-heading\">Indemnification</h3>\r\n\r\n<p>You agree to indemnify and hold Aurosi, and its subsidiaries, affiliates, owners, officers, managers, agents, co-branders or other partners, and employees, harmless from any claim or demand, including reasonable attorneys\' fees, made by any third party due to or arising out of Content you submit, post, transmit or make available through the Website, your use of the Website, your connection to the Website, your violation of the Terms of Use, or your violation of any rights of another. If you are a California resident, you agree to waive your rights under California Civil Code Section 1542, which states: \"A general release does not extend to claims which the creditor does not know or suspect to exist in his favor at the time of executing the release, which, if known by him must have materially affected his settlement with the debtor.\"</p>\r\n\r\n<h3 class=\"pp-heading\">Disclaimer of Warranties</h3>\r\n\r\n<p>Aurosi disclaims any and all responsibility or liability for the accuracy, content, completeness, legality, reliability, or operability or availability of information or material displayed on its Website. Aurosi disclaims any responsibility for the deletion, failure to store, failure to delivery, or untimely delivery of any information or material. Aurosi disclaims any responsibility for any harm resulting from downloading or accessing any information or material on the Internet through its Website. No advice or information, whether oral or written, obtained by user from Aurosi or through or from its Website shall create any warranty not expressly stated herein.</p>\r\n\r\n<p>THE WEBSITE, AND ALL MATERIALS, INFORMATION, PRODUCTS AND SERVICE INCLUDED IN THE WEBSITE ARE PROVIDED \"AS IS,\" WITH NO WARRANTIES WHATSOEVER. Aurosi EXPRESSLY DISCLAIMS TO THE FULLEST EXTENT PERMITTED BY LAW ALL EXPRESS, IMPLIED, AND STATUTORY WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF PROPRIETARY RIGHTS. Aurosi DISCLAIMS ANY WARRANTIES REGARDING THE SECURITY, RELIABILITY, TIMELINESS, AND PERFORMANCE OF THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR ANY INFORMATION OR ADVICE OBTAINED THROUGH THE WEBSITE. Aurosi DISCLAIMS ANY WARRANTIES FOR SERVICE OR RECEIVED THROUGH ANY LINKS PROVIDED BY THE WEBSITE, AS WELL AS FOR ANY INFORMATION OR ADVICE RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE.</p>\r\n\r\n<p>YOU UNDERSTAND AND AGREE THAT YOU DOWNLOAD OR OTHERWISE OBTAIN MATERIAL OR DATA THROUGH THE USE OF THE WEBSITE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGES TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA.</p>\r\n\r\n<h3 class=\"pp-heading\">Limitations of Liability</h3>\r\n\r\n<p>UNDER NO CIRCUMSTANCES SHALL Aurosi BE LIABLE TO ANY USER AS A RESULT OF THAT USER\'S USE OR MISUSE OF OR RELIANCE ON THE WEBSITE ARISING FROM ANY CLAIM RELATING TO THIS TERMS OF USE OR THE SUBJECT MATTER HEREOF. SUCH LIMITATION OF LIABILITY SHALL APPLY TO PREVENT RECOVERY OF DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL, EXEMPLARY, AND PUNITIVE DAMAGES WHETHER SUCH CLAIM IS BASED ON WARRANTY, CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, (EVEN IF Aurosi HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES). SUCH LIMITATION OF LIABILITY SHALL APPLY WHETHER THE DAMAGES ARISE FROM USE OR MISUSE OF AND RELIANCE ON THE WEBSITE, FROM INABILITY TO USE THE WEBSITE, OR FROM THE INTERRUPTION, SUSPENSION, OR TERMINATION OF THE WEBSITE (INCLUDING SUCH DAMAGES INCURRED BY THIRD PARTIES). THIS LIMITATION SHALL ALSO APPLY WITH RESPECT TO DAMAGES INCURRED BY REASON OF OTHER SERVICE OR GOODS RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE, AS WELL AS BY REASON OF ANY INFORMATION OR ADVICE RECEIVED THROUGH OR ADVERTISED ON THE WEBSITE OR RECEIVED THROUGH ANY LINKS PROVIDED IN THE WEBSITE. THIS LIMITATION SHALL ALSO APPLY, WITHOUT LIMITATION, TO THE COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICE, LOST PROFITS, OR LOST DATA. SUCH LIMITATION SHALL FURTHER APPLY WITH RESPECT TO THE PERFORMANCE OR NON-PERFORMANCE OF THE WEBSITE OR ANY INFORMATION OR MERCHANDISE THAT APPEARS ON, OR IS LINKED OR RELATED IN ANY WAY TO, THE WEBSITE. SUCH LIMITATION SHALL APPLY NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY AND TO THE FULLEST EXTENT PERMITTED BY LAW. SOME STATES OR OTHER JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO SOME OF THE ABOVE LIMITATIONS AND EXCLUSIONS MAY NOT APPLY TO YOU.</p>\r\n\r\n<h3 class=\"pp-heading\">Severability</h3>\r\n\r\n<p>The failure of Aurosi to exercise or enforce any right or provision of the Terms of Use shall not constitute a waiver of such right or provision. If any provision of this Agreement shall be held to be invalid or unenforceable for any reason, the remaining provisions shall continue to be valid and enforceable. If a court or judicial authority finds that any provision of this Agreement is invalid or unenforceable, but that by limiting such provision it would become valid and enforceable, then such provision shall be deemed to be written, construed, and enforced as so limited but only to the minimal extent required to make the provision valid and enforceable.</p>\r\n\r\n<h3 class=\"pp-heading\">Governing Law</h3>\r\n\r\n<p>The Terms of Use shall be construed in accordance with, and all actions arising under or in connection therewith, shall be governed by the laws of the State of California without regard to conflict of law principles. You agree to personal jurisdiction and venue in the state and federal courts of the State of California, County of Los Angeles.</p>\r\n\r\n<h3 class=\"pp-heading\">General Provisions</h3>\r\n\r\n<p>Headings are for reference purposes only and in no way define, limit, construe or describe the scope or extent of such section. Nothing in this Terms of Use shall create a relationship between the user and Aurosi, which is that of joint ventures, partners, employer-employee, franchisor-franchisee, or agency. This Terms of Use is the entire agreement between you and Aurosi and shall govern your use of the Website, and supersedes all previous agreements between you and Aurosi. Any document referred to herein is incorporated by reference.</p>','Terms & Conditions','','inherit','closed','closed','','7828-revision-v1','','','2017-08-17 19:20:36','2017-08-17 19:20:36','',7828,'http://aurosi.com/2017/08/17/7828-revision-v1/',0,'revision','',0),(7898,1,'2017-08-17 20:37:13','2017-08-17 20:37:13','Made of Acrylic\r\nComes with 16 pieces of Black and white Checkers\r\n4 Dice, 2 colors each\r\nBlack and White Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs: 8 lbs\r\n','Acrylic Backgammon Set in Black White','Made of Acrylic\r\nComes with 16 pieces of Black and white Checkers\r\n4 Dice, 2 colors each\r\nBlack and White Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs: 8 lbs\r\n','publish','open','closed','','acrylic-backgammon-set-in-black-white','','','2017-08-17 21:27:24','2017-08-17 21:27:24','',0,'http://aurosi.com/?post_type=product&p=7898',0,'product','',0),(7901,1,'2017-08-17 20:37:44','2017-08-17 20:37:44','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2017-08-17 20:37:44','2017-08-17 20:37:44','',0,'http://aurosi.com/cart/',0,'page','',0),(7902,1,'2017-08-17 20:37:44','2017-08-17 20:37:44','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2017-08-17 20:37:44','2017-08-17 20:37:44','',0,'http://aurosi.com/checkout/',0,'page','',0),(7903,1,'2017-08-17 20:37:44','2017-08-17 20:37:44','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2017-08-17 20:37:44','2017-08-17 20:37:44','',0,'http://aurosi.com/my-account/',0,'page','',0),(7906,1,'2017-08-17 20:42:39','2017-08-17 20:42:39','Made of Acrylic\nComes with 16 pieces of Black and white Checkers\n4 Dice, 2 colors each\nBlack and White Dice Cips\n\nDimensions: 18\" x 12\" x 2.5\"\nWeighs: 8 lbs\n','Acrylic Backgammon Set','Made of Acrylic\nComes with 16 pieces of Black and white Checkers\n4 Dice, 2 colors each\nBlack and White Dice Cips\n\nDimensions: 18\" x 12\" x 2.5\"\nWeighs: 8 lbs\n','inherit','closed','closed','','7898-autosave-v1','','','2017-08-17 20:42:39','2017-08-17 20:42:39','',7898,'http://aurosi.com/2017/08/17/7898-autosave-v1/',0,'revision','',0),(7907,1,'2017-08-17 21:00:07','2017-08-17 21:00:07','','1631a_open','','inherit','open','closed','','1631a_open','','','2017-08-17 21:00:18','2017-08-17 21:00:18','',7898,'http://aurosi.com/wp-content/uploads/2017/08/1631a_open.jpg',0,'attachment','image/jpeg',0),(7908,1,'2017-08-17 21:00:13','2017-08-17 21:00:13','','1631a_closed','','inherit','open','closed','','1631a_closed','','','2017-08-17 21:00:23','2017-08-17 21:00:23','',7898,'http://aurosi.com/wp-content/uploads/2017/08/1631a_closed.jpg',0,'attachment','image/jpeg',0),(7909,1,'2017-08-17 21:26:43','2017-08-17 21:26:43','Made of Acrylic\r\nComes with 16 Yellow and white Checkers\r\n4 Dice, 2 colors each\r\n2 Black leather Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs 8 lbs','Acrylic Backgammon Set in Yellow and White','Made of Acrylic\r\nComes with 16 Yellow and white Checkers\r\n4 Dice, 2 colors each\r\n2 Black leather Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs 8 lbs','publish','open','closed','','acrylic-backgammon-set-in-yellow-white','','','2017-08-17 21:49:40','2017-08-17 21:49:40','',0,'http://aurosi.com/?post_type=product&p=7909',0,'product','',0),(7910,1,'2017-08-17 21:46:43','2017-08-17 21:46:43','','1634a_closed','','inherit','open','closed','','1634a_closed','','','2017-08-17 21:49:05','2017-08-17 21:49:05','',7909,'http://aurosi.com/wp-content/uploads/2017/08/1634a_closed.jpg',0,'attachment','image/jpeg',0),(7911,1,'2017-08-17 21:46:50','2017-08-17 21:46:50','','1634a_open','','inherit','open','closed','','1634a_open','','','2017-08-17 21:48:59','2017-08-17 21:48:59','',7909,'http://aurosi.com/wp-content/uploads/2017/08/1634a_open.jpg',0,'attachment','image/jpeg',0),(7912,1,'2017-08-17 22:40:06','2017-08-17 22:40:06','Made of Acrylic\r\nComes with 16 pieces of Baby Blue and white Checkers\r\n4 Dice, 2 colors each\r\n2 Black leather Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs 8 lbs','Acrylic Backgammon Set in Baby Blue and White','Made of Acrylic\r\nComes with 16 pieces of Baby Blue and white Checkers\r\n4 Dice, 2 colors each\r\n2 Black leather Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs 8 lbs','publish','open','closed','','acrylic-backgammon-set-in-baby-blue-and-white','','','2017-08-17 22:43:45','2017-08-17 22:43:45','',0,'http://aurosi.com/?post_type=product&p=7912',0,'product','',0),(7913,1,'2017-08-17 22:42:49','2017-08-17 22:42:49','','','','inherit','open','closed','','1635a_closed','','','2017-08-17 22:43:32','2017-08-17 22:43:32','',7912,'http://aurosi.com/wp-content/uploads/2017/08/1635a_closed.jpg',0,'attachment','image/jpeg',0),(7914,1,'2017-08-17 22:42:59','2017-08-17 22:42:59','','1635a_open','','inherit','open','closed','','1635a_open','','','2017-08-17 22:43:25','2017-08-17 22:43:25','',7912,'http://aurosi.com/wp-content/uploads/2017/08/1635a_open.jpg',0,'attachment','image/jpeg',0),(7915,1,'2017-08-17 22:46:51','2017-08-17 22:46:51','Made of Acrylic\r\nComes with 16 pieces of Pink and white Checkers\r\n4 Dice, 2 colors each\r\n2 White leather Dice Cips\r\n\r\nDimensions: 16\" x 12\" x 2.5\"\r\nWeighs 7 lbs','Acrylic Backgammon Set in Pink and White','Made of Acrylic\r\nComes with 16 pieces of Pink and white Checkers\r\n4 Dice, 2 colors each\r\n2 White leather Dice Cips\r\n\r\nDimensions: 16\" x 12\" x 2.5\"\r\nWeighs 7 lbs','publish','open','closed','','acrylic-backgammon-set-in-pink-and-white','','','2017-08-17 22:50:44','2017-08-17 22:50:44','',0,'http://aurosi.com/?post_type=product&p=7915',0,'product','',0),(7916,1,'2017-08-17 22:50:02','2017-08-17 22:50:02','','','','inherit','open','closed','','1639a_closed','','','2017-08-17 22:50:17','2017-08-17 22:50:17','',7915,'http://aurosi.com/wp-content/uploads/2017/08/1639a_closed.jpg',0,'attachment','image/jpeg',0),(7917,1,'2017-08-17 22:50:09','2017-08-17 22:50:09','','','','inherit','open','closed','','1639a_open','','','2017-08-17 22:50:28','2017-08-17 22:50:28','',7915,'http://aurosi.com/wp-content/uploads/2017/08/1639a_open.jpg',0,'attachment','image/jpeg',0),(7918,1,'2017-08-17 22:52:29','2017-08-17 22:52:29','Made of Acrylic\r\nComes with 16 pieces of Grey and White Checkers\r\n4 Dice, 2 colors each\r\n2 black leather Dice Cips\r\n\r\nDimensions: 16\" x 12\" x 2.5\"\r\nWeighs 7 lbs','Acrylic Backgammon Set in Grey and White','Made of Acrylic\r\nComes with 16 pieces of Grey and White Checkers\r\n4 Dice, 2 colors each\r\n2 black leather Dice Cips\r\n\r\nDimensions: 16\" x 12\" x 2.5\"\r\nWeighs 7 lbs','publish','open','closed','','acrylic-backgammon-set-in-grey-and-white','','','2017-08-17 22:55:30','2017-08-17 22:55:30','',0,'http://aurosi.com/?post_type=product&p=7918',0,'product','',0),(7919,1,'2017-08-17 22:54:59','2017-08-17 22:54:59','','','','inherit','open','closed','','1640a_closed','','','2017-08-17 22:55:08','2017-08-17 22:55:08','',7918,'http://aurosi.com/wp-content/uploads/2017/08/1640a_closed.jpg',0,'attachment','image/jpeg',0),(7920,1,'2017-08-17 22:55:04','2017-08-17 22:55:04','','','','inherit','open','closed','','1640a_open','','','2017-08-17 22:55:15','2017-08-17 22:55:15','',7918,'http://aurosi.com/wp-content/uploads/2017/08/1640a_open.jpg',0,'attachment','image/jpeg',0),(7921,1,'2017-08-17 23:00:18','2017-08-17 23:00:18','Made of Acrylic\r\nComes with 16 pieces of Dark Blue and White Checkers\r\n4 Dice, 2 colors each\r\n2 black leather Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs 8 lbs','Acrylic Backgammon Set in Dark Blue and White','Made of Acrylic\r\nComes with 16 pieces of Dark Blue and White Checkers\r\n4 Dice, 2 colors each\r\n2 black leather Dice Cips\r\n\r\nDimensions: 18\" x 12\" x 2.5\"\r\nWeighs 8 lbs','publish','open','closed','','acrylic-backgammon-set-in-dark-blue-and-white','','','2017-08-17 23:04:45','2017-08-17 23:04:45','',0,'http://aurosi.com/?post_type=product&p=7921',0,'product','',0),(7922,1,'2017-08-17 23:04:03','2017-08-17 23:04:03','','','','inherit','open','closed','','1644a_closed','','','2017-08-17 23:04:17','2017-08-17 23:04:17','',7921,'http://aurosi.com/wp-content/uploads/2017/08/1644a_closed.jpg',0,'attachment','image/jpeg',0),(7923,1,'2017-08-17 23:04:11','2017-08-17 23:04:11','','','','inherit','open','closed','','1644a_open','','','2017-08-17 23:04:25','2017-08-17 23:04:25','',7921,'http://aurosi.com/wp-content/uploads/2017/08/1644a_open.jpg',0,'attachment','image/jpeg',0),(7924,1,'2017-08-17 23:07:06','2017-08-17 23:07:06','Made of Wood and Lacquer\r\nComes with 16 pieces of Black and Cream checkers\r\n4 Dice, 2 colors each\r\n2 Black leather dice cups\r\n\r\nDimensions: 18\" x 10.5\" x 2\"\r\nWeighs 6 lbs','Wood Grain Lacquer Backgammon Set','Made of Wood and Lacquer\r\nComes with 16 pieces of Black and Cream checkers\r\n4 Dice, 2 colors each\r\n2 Black leather dice cups\r\n\r\nDimensions: 18\" x 10.5\" x 2\"\r\nWeighs 6 lbs','publish','open','closed','','wood-grain-lacquer-backgammon-set','','','2017-08-17 23:13:12','2017-08-17 23:13:12','',0,'http://aurosi.com/?post_type=product&p=7924',0,'product','',0),(7925,1,'2017-08-17 23:12:08','2017-08-17 23:12:08','','','','inherit','open','closed','','1632a_closed','','','2017-08-17 23:12:29','2017-08-17 23:12:29','',7924,'http://aurosi.com/wp-content/uploads/2017/08/1632a_closed.jpg',0,'attachment','image/jpeg',0),(7926,1,'2017-08-17 23:12:15','2017-08-17 23:12:15','','','','inherit','open','closed','','1632a_open','','','2017-08-17 23:12:35','2017-08-17 23:12:35','',7924,'http://aurosi.com/wp-content/uploads/2017/08/1632a_open.jpg',0,'attachment','image/jpeg',0),(7927,1,'2017-08-17 23:14:57','2017-08-17 23:14:57','Made of Wood and Lacquer\r\nComes with 16 pieces of Green and White checkers\r\n4 Dice, 2 colors each\r\n2 Green leather dice cups\r\n\r\nDimensions: 17\" x 11\" x 3\"\r\nWeighs 7 lbs','Lacquer Backgammon in Green and White','Made of Wood and Lacquer\r\nComes with 16 pieces of Green and White checkers\r\n4 Dice, 2 colors each\r\n2 Green leather dice cups\r\n\r\nDimensions: 17\" x 11\" x 3\"\r\nWeighs 7 lbs','publish','open','closed','','lacquer-backgammon-in-green-and-white','','','2017-08-17 23:28:49','2017-08-17 23:28:49','',0,'http://aurosi.com/?post_type=product&p=7927',0,'product','',0),(7928,1,'2017-08-17 23:20:24','2017-08-17 23:20:24','','1636a_open','','inherit','open','closed','','1636a_open','','','2017-08-17 23:20:39','2017-08-17 23:20:39','',7927,'http://aurosi.com/wp-content/uploads/2017/08/1636a_open.jpg',0,'attachment','image/jpeg',0),(7929,1,'2017-08-17 23:20:32','2017-08-17 23:20:32','','','','inherit','open','closed','','1636a_closed','','','2017-08-17 23:20:49','2017-08-17 23:20:49','',7927,'http://aurosi.com/wp-content/uploads/2017/08/1636a_closed.jpg',0,'attachment','image/jpeg',0),(7930,1,'2017-08-17 23:21:52','2017-08-17 23:21:52','Made of Wood and Lacquer\r\nComes with 16 pieces of Blue and White checkers\r\n4 Dice, 2 colors each\r\n2 Blue leather dice cups\r\n\r\nDimensions: 17\" x 11\" x 3\"\r\nWeighs 7 lbs','Lacquer Backgammon in Blue and White','Made of Wood and Lacquer\r\nComes with 16 pieces of Blue and White checkers\r\n4 Dice, 2 colors each\r\n2 Blue leather dice cups\r\n\r\nDimensions: 17\" x 11\" x 3\"\r\nWeighs 7 lbs','publish','open','closed','','lacquer-backgammon-in-blue-and-white','','','2017-08-17 23:28:14','2017-08-17 23:28:14','',0,'http://aurosi.com/?post_type=product&p=7930',0,'product','',0),(7931,1,'2017-08-17 23:27:07','2017-08-17 23:27:07','','','','inherit','open','closed','','1637a_closed','','','2017-08-17 23:27:49','2017-08-17 23:27:49','',7930,'http://aurosi.com/wp-content/uploads/2017/08/1637a_closed.jpg',0,'attachment','image/jpeg',0),(7932,1,'2017-08-17 23:27:13','2017-08-17 23:27:13','','','','inherit','open','closed','','1637a_open','','','2017-08-17 23:27:44','2017-08-17 23:27:44','',7930,'http://aurosi.com/wp-content/uploads/2017/08/1637a_open.jpg',0,'attachment','image/jpeg',0),(7933,1,'2017-08-17 23:31:48','2017-08-17 23:31:48','Made of Carbon Fiber, pieces made in Wood, Black and White\r\n\r\nDimensions: 16\" x 16\" x 3\"\r\nWeighs 5 lbs\r\n','Carbon Fiber Chess set with Inside Compartments','Made of Carbon Fiber, pieces made in Wood, Black and White\r\n\r\nDimensions: 16\" x 16\" x 3\"\r\nWeighs 5 lbs\r\n','publish','open','closed','','carbon-fiber-chess-set-with-inside-compartments','','','2017-08-18 00:03:03','2017-08-18 00:03:03','',0,'http://aurosi.com/?post_type=product&p=7933',0,'product','',0),(7934,1,'2017-08-18 00:01:46','2017-08-18 00:01:46','','','','inherit','open','closed','','1633a_02','','','2017-08-18 00:02:37','2017-08-18 00:02:37','',7933,'http://aurosi.com/wp-content/uploads/2017/08/1633a_02.jpg',0,'attachment','image/jpeg',0),(7935,1,'2017-08-18 00:01:53','2017-08-18 00:01:53','','1633a_01','','inherit','open','closed','','1633a_01','','','2017-08-18 00:02:03','2017-08-18 00:02:03','',7933,'http://aurosi.com/wp-content/uploads/2017/08/1633a_01.jpg',0,'attachment','image/jpeg',0),(7936,1,'2017-08-18 00:21:44','2017-08-18 00:21:44','Made of High Quality Acrylic\r\nComes with 5 X\'s and 5 O\'s\r\n\r\nDimensions: 14\" x 14\" x 2\"\r\nWeighs 3lbs','Acrylic Tic Tac Toe in Blue with clear X and O\'s','Made of High Quality Acrylic\r\nComes with 5 X's and 5 O's\r\n\r\nDimensions: 14\" x 14\" x 2\"\r\nWeighs 3lbs','publish','open','closed','','acrylic-tic-tac-toe-in-blue-with-clear-x-and-os','','','2017-08-18 00:32:56','2017-08-18 00:32:56','',0,'http://aurosi.com/?post_type=product&p=7936',0,'product','',0),(7937,1,'2017-08-18 00:30:49','2017-08-18 00:30:49','','','','inherit','open','closed','','1641a','','','2017-08-18 00:30:59','2017-08-18 00:30:59','',7936,'http://aurosi.com/wp-content/uploads/2017/08/1641a.jpg',0,'attachment','image/jpeg',0),(7938,1,'2017-08-18 00:33:13','2017-08-18 00:33:13','Made of High Quality Acrylic\r\nComes with 5 X\'s and 5 O\'s\r\n\r\nDimensions: 14\" x 14\" x 2\"\r\nWeighs 3lbs','Acrylic Tic Tac Toe in White with clear X and O\'s','Made of High Quality Acrylic\r\nComes with 5 X's and 5 O's\r\n\r\nDimensions: 14\" x 14\" x 2\"\r\nWeighs 3lbs','publish','open','closed','','acrylic-tic-tac-toe-in-white-with-clear-x-and-os','','','2017-08-18 00:38:29','2017-08-18 00:38:29','',0,'http://aurosi.com/?post_type=product&p=7938',0,'product','',0),(7939,1,'2017-08-18 00:35:09','2017-08-18 00:35:09','','','','inherit','open','closed','','1642a','','','2017-08-18 00:35:19','2017-08-18 00:35:19','',7938,'http://aurosi.com/wp-content/uploads/2017/08/1642a.jpg',0,'attachment','image/jpeg',0),(7940,1,'2017-08-18 00:35:56','2017-08-18 00:35:56','Made of High Quality Acrylic\r\nComes with 5 X\'s and 5 O\'s\r\n\r\nDimensions: 14\" x 14\" x 2\"\r\nWeighs 3lbs','Acrylic Tic Tac Toe in Black with clear X and O\'s','Made of High Quality Acrylic\r\nComes with 5 X's and 5 O's\r\n\r\nDimensions: 14\" x 14\" x 2\"\r\nWeighs 3lbs','publish','open','closed','','acrylic-tic-tac-toe-in-black-with-clear-x-and-os','','','2017-08-18 00:37:49','2017-08-18 00:37:49','',0,'http://aurosi.com/?post_type=product&p=7940',0,'product','',0),(7941,1,'2017-08-18 00:37:31','2017-08-18 00:37:31','','','','inherit','open','closed','','1643a','','','2017-08-18 00:37:43','2017-08-18 00:37:43','',7940,'http://aurosi.com/wp-content/uploads/2017/08/1643a.jpg',0,'attachment','image/jpeg',0),(7942,1,'2017-08-18 00:39:31','2017-08-18 00:39:31','Lacquer Poker Set in Grey and White, includes 200 chips in 4 colors, 2 decks, 4 dice\r\n\r\nDimensions: 12\" x 8.25\" x 3\"','Lacquer Poker Set in Grey and White','Lacquer Poker Set in Grey and White, includes 200 chips in 4 colors, 2 decks, 4 dice\r\n\r\nDimensions: 12\" x 8.25\" x 3\"','publish','open','closed','','lacquer-poker-set-in-grey-and-white','','','2017-08-18 00:40:46','2017-08-18 00:40:46','',0,'http://aurosi.com/?post_type=product&p=7942',0,'product','',0),(7943,1,'2017-08-18 00:49:23','2017-08-18 00:49:23',' ','','','publish','closed','closed','','7943','','','2017-08-18 00:49:23','2017-08-18 00:49:23','',0,'http://aurosi.com/?p=7943',3,'nav_menu_item','',0),(7944,1,'2017-08-18 00:49:23','2017-08-18 00:49:23',' ','','','publish','closed','closed','','7944','','','2017-08-18 00:49:23','2017-08-18 00:49:23','',0,'http://aurosi.com/?p=7944',5,'nav_menu_item','',0),(7945,1,'2017-08-18 00:49:23','2017-08-18 00:49:23',' ','','','publish','closed','closed','','7945','','','2017-08-18 00:49:23','2017-08-18 00:49:23','',0,'http://aurosi.com/?p=7945',4,'nav_menu_item','',0),(7946,1,'2017-08-18 00:49:24','2017-08-18 00:49:24',' ','','','publish','closed','closed','','7946','','','2017-08-18 00:49:24','2017-08-18 00:49:24','',0,'http://aurosi.com/?p=7946',6,'nav_menu_item','',0),(7947,1,'2017-08-18 18:18:15','2017-08-18 18:18:15','','New York International Gift Show','','publish','closed','closed','','new-york-international-gift-show','','','2017-08-18 18:58:54','2017-08-18 18:58:54','',0,'http://aurosi.com/?post_type=event&p=7947',0,'event','',0),(7948,1,'2017-08-18 18:17:47','2017-08-18 18:17:47','','','','inherit','open','closed','','arousi_nyc','','','2017-08-18 18:18:07','2017-08-18 18:18:07','',7947,'http://aurosi.com/wp-content/uploads/2017/08/arousi_nyc.jpg',0,'attachment','image/jpeg',0),(7949,1,'2017-08-18 18:20:43','2017-08-18 18:20:43','[vsel]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 18:20:43','2017-08-18 18:20:43','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7950,1,'2017-08-18 22:36:44','2017-08-18 22:36:44','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"30\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]EVENTS[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" el_class=\"banner-text-highlight\"]<span style=\"border: 1px solid #fff; padding: 10px 20px;\">FIND AN EVENT NEAR YOU</span>[/mk_fancy_title][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"][vsel]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"][vsel-past-events]\n\n[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-autosave-v1','','','2017-08-18 22:36:44','2017-08-18 22:36:44','',7816,'http://aurosi.com/2017/08/18/7816-autosave-v1/',0,'revision','',0),(7951,1,'2017-08-18 18:23:57','2017-08-18 18:23:57','[vc_row][vc_column width=\"1/3\"][mk_fancy_title tag_name=\"h1\" size=\"45\" font_family=\"none\"]Upcoming Events[/mk_fancy_title][/vc_column][vc_column width=\"2/3\"][vc_column_text][/vc_column_text][vc_raw_html]JTVCdnNlbCU1RA==[/vc_raw_html][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 18:23:57','2017-08-18 18:23:57','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7952,1,'2017-08-18 18:25:48','2017-08-18 18:25:48','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2015/08/portfolio-033.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Web Design / Typography</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Paper Magazine','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','inherit','closed','closed','','5465-revision-v1','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',5465,'http://aurosi.com/2017/08/18/5465-revision-v1/',0,'revision','',0),(7953,1,'2017-08-18 18:25:48','2017-08-18 18:25:48','[vc_row attached=\"true\" padding=\"2\"][vc_column][vc_video link=\"https://vimeo.com/59056788\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Typography / Print</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Pixie Wine Bottle Design','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','inherit','closed','closed','','274-revision-v1','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',274,'http://aurosi.com/2017/08/18/274-revision-v1/',0,'revision','',0),(7954,1,'2017-08-18 18:25:48','2017-08-18 18:25:48','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-028.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_padding_divider size=\"60\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Product Design</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Hot Paper Product Design','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida.','inherit','closed','closed','','266-revision-v1','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',266,'http://aurosi.com/2017/08/18/266-revision-v1/',0,'revision','',0),(7955,1,'2017-08-18 18:25:48','2017-08-18 18:25:48','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_fullwidth_slideshow images=\"5638,5639,5640\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Graphic Design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"60\"][/vc_column][/vc_row]','Hipster Scandinavian Style','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','inherit','closed','closed','','265-revision-v1','','','2017-08-18 18:25:48','2017-08-18 18:25:48','',265,'http://aurosi.com/2017/08/18/265-revision-v1/',0,'revision','',0),(7956,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row attached=\"true\" padding=\"2\"][vc_column][vc_video link=\"https://vimeo.com/73208193\"][mk_swipe_slideshow images=\"5655,5656\" image_width=\"1400\" image_height=\"750\" direction=\"vertical\" slideshow_speed=\"4000\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-024.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Branding</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][/vc_column][/vc_row]','Colors at Home','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','inherit','closed','closed','','264-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',264,'http://aurosi.com/2017/08/18/264-revision-v1/',0,'revision','',0),(7957,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-037.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-038.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_padding_divider size=\"60\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Graphic Design / Web Design</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Mustachio Branding','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','inherit','closed','closed','','263-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',263,'http://aurosi.com/2017/08/18/263-revision-v1/',0,'revision','',0),(7958,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row padding=\"0\"][vc_column][mk_gallery images=\"5645,5646,5647,5648,5649\" style=\"style1\" item_spacing=\"2\" margin_bottom=\"0\" order=\"DESC\" orderby=\"menu_order\" item_id=\"1439454681-55cc55d9934b5\"][/vc_column][/vc_row][vc_row attached=\"true\" padding=\"2\"][vc_column][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Product Design</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Retro Product Photoshot','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','inherit','closed','closed','','5402-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',5402,'http://aurosi.com/2017/08/18/5402-revision-v1/',0,'revision','',0),(7959,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_gallery images=\"5612,5613,5614,5615,5616\" style=\"style3\" hover_scenarios=\"slow_zoom\" overlay_color=\"rgba(0,0,0,0.25)\" item_spacing=\"2\" margin_bottom=\"0\" order=\"DESC\" orderby=\"menu_order\" item_id=\"1439454847-55cc567f6242b\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Retouch</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Studio Fashion Portrait','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.','inherit','closed','closed','','261-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',261,'http://aurosi.com/2017/08/18/261-revision-v1/',0,'revision','',0),(7960,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row attached=\"true\" padding=\"2\"][vc_column][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-003-1.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][vc_row_inner attached=\"true\" padding=\"3\"][vc_column_inner width=\"2/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography</p>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][mk_padding_divider size=\"20\"][mk_swipe_slideshow images=\"5606,5607\" image_width=\"1400\" image_height=\"750\" slideshow_speed=\"4000\"][vc_video link=\"https://vimeo.com/51902190\"][/vc_column][/vc_row]','Outdoor Lifestyle Portrait','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. ','inherit','closed','closed','','249-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',249,'http://aurosi.com/2017/08/18/249-revision-v1/',0,'revision','',0),(7961,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-013.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-014.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-015.jpg\" image_size=\"full\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_padding_divider size=\"60\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Photography / Interior</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Interior Photoshot','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','inherit','closed','closed','','248-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',248,'http://aurosi.com/2017/08/18/248-revision-v1/',0,'revision','',0),(7962,1,'2017-08-18 18:25:49','2017-08-18 18:25:49','[vc_row attached=\"true\" padding=\"2\"][vc_column width=\"2/3\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-011-1.jpg\" image_size=\"full\" lightbox=\"true\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-010.jpg\" image_size=\"full\" lightbox=\"true\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][mk_image src=\"http://demos.artbees.net/jupiter5/amalthea/wp-content/uploads/sites/65/2014/08/portfolio-012.jpg\" image_size=\"full\" lightbox=\"true\" group=\"_general\" align=\"center\" margin_bottom=\"25\" crop=\"false\"][/vc_column][vc_column width=\"1/3\"][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]Challange[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. Mauris interdum, lectus in dapibus molestie, quam felis sollicitudin mauris, sit amet tempus velit lectus nec lorem. Nullam vel mollis neque. Lorem ipsum dolor.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"12\" font_family=\"none\"]CUSTOMER[/mk_fancy_title][vc_column_text margin_bottom=\"10\"]\n<p style=\"color: #808080;\">Tristique Turpis Ltd.</p>\n[/vc_column_text][mk_fancy_title color=\"#464646\" font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"1\" margin_bottom=\"10\" font_family=\"none\"]What we did[/mk_fancy_title][vc_column_text margin_bottom=\"15\"]\n<p style=\"color: #808080;\">Retouch</p>\n[/vc_column_text][mk_button dimension=\"outline\" size=\"medium\" icon=\"mk-icon-long-arrow-right\" icon_anim=\"side\"]VIEW THE PROJECT[/mk_button][/vc_column][/vc_row]','Full Length Studio Shot','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus. Quisque gravida luctus volutpat. ','inherit','closed','closed','','247-revision-v1','','','2017-08-18 18:25:49','2017-08-18 18:25:49','',247,'http://aurosi.com/2017/08/18/247-revision-v1/',0,'revision','',0),(7964,1,'2017-08-18 18:28:57','2017-08-18 18:28:57','','Interior Design','Cras tristique turpis justo, eu consequat sem adipiscing ut. Donec posuere bibendum metus.\n','inherit','closed','closed','','5468-autosave-v1','','','2017-08-18 18:28:57','2017-08-18 18:28:57','',5468,'http://aurosi.com/2017/08/18/5468-autosave-v1/',0,'revision','',0),(7965,1,'2017-08-18 18:34:30','2017-08-18 18:34:30','','','','inherit','open','closed','','arousi_events','','','2017-08-18 18:34:51','2017-08-18 18:34:51','',7816,'http://aurosi.com/wp-content/uploads/2017/08/arousi_events.jpg',0,'attachment','image/jpeg',0),(7966,1,'2017-08-18 18:41:20','2017-08-18 18:41:20','','Las Vegas Souvenier & Resort Show','','publish','closed','closed','','las-vegas-souvenier-resort-show','','','2017-08-18 18:46:56','2017-08-18 18:46:56','',0,'http://aurosi.com/?post_type=event&p=7966',0,'event','',0),(7967,1,'2017-08-18 18:40:50','2017-08-18 18:40:50','','','','inherit','open','closed','','arousi_las_vegas','','','2017-08-18 18:41:14','2017-08-18 18:41:14','',7966,'http://aurosi.com/wp-content/uploads/2017/08/arousi_las_vegas.jpg',0,'attachment','image/jpeg',0),(7968,1,'2017-08-18 18:58:11','2017-08-18 18:58:11','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503080691487{margin-bottom: 0px !important;}\"][vsel][/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 18:58:11','2017-08-18 18:58:11','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7969,1,'2017-08-18 19:24:03','2017-08-18 19:24:03','','','','inherit','open','closed','','favicon','','','2017-08-18 19:24:07','2017-08-18 19:24:07','',0,'http://aurosi.com/wp-content/uploads/2017/08/favicon.ico',0,'attachment','image/x-icon',0),(7970,1,'2017-08-18 19:24:49','2017-08-18 19:24:49','','','','inherit','open','closed','','apple-icon-57x57','','','2017-08-18 19:24:56','2017-08-18 19:24:56','',0,'http://aurosi.com/wp-content/uploads/2017/08/apple-icon-57x57.png',0,'attachment','image/png',0),(7971,1,'2017-08-18 19:25:10','2017-08-18 19:25:10','','','','inherit','open','closed','','apple-icon-114x114','','','2017-08-18 19:25:14','2017-08-18 19:25:14','',0,'http://aurosi.com/wp-content/uploads/2017/08/apple-icon-114x114.png',0,'attachment','image/png',0),(7972,1,'2017-08-18 19:25:25','2017-08-18 19:25:25','','','','inherit','open','closed','','apple-icon-72x72','','','2017-08-18 19:25:31','2017-08-18 19:25:31','',0,'http://aurosi.com/wp-content/uploads/2017/08/apple-icon-72x72.png',0,'attachment','image/png',0),(7973,1,'2017-08-18 19:25:40','2017-08-18 19:25:40','','','','inherit','open','closed','','ms-icon-144x144','','','2017-08-18 19:25:44','2017-08-18 19:25:44','',0,'http://aurosi.com/wp-content/uploads/2017/08/ms-icon-144x144.png',0,'attachment','image/png',0),(7974,1,'2017-08-18 19:35:51','2017-08-18 19:35:51','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084850546{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084915817{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-18 19:35:51','2017-08-18 19:35:51','',5,'http://aurosi.com/2017/08/18/5-revision-v1/',0,'revision','',0),(7975,1,'2017-08-18 20:30:33','2017-08-18 20:30:33','','','','inherit','open','closed','','abstract-blurred-event-with-people-for-background','','','2017-08-18 20:30:42','2017-08-18 20:30:42','',7816,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_test.jpg',0,'attachment','image/jpeg',0),(7976,1,'2017-08-18 20:46:59','2017-08-18 20:46:59','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"]<p>[vsel]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"]<p>[vsel-past-events]</p>\r\n[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 20:46:59','2017-08-18 20:46:59','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7977,1,'2017-08-18 20:49:56','2017-08-18 20:49:56','','Atlanta International Gift Show','','publish','closed','closed','','atlanta-international-gift-show','','','2017-08-18 21:08:06','2017-08-18 21:08:06','',0,'http://aurosi.com/?post_type=event&p=7977',0,'event','',0),(7978,1,'2017-08-18 21:06:56','2017-08-18 21:06:56','','','','inherit','open','closed','','aurosi_atlanta','','','2017-08-18 21:07:14','2017-08-18 21:07:14','',7977,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_atlanta.jpg',0,'attachment','image/jpeg',0),(7979,1,'2017-08-18 22:14:45','2017-08-18 22:14:45','','Abstract blurred event with people for background','Abstract blurred event with people for background.','inherit','open','closed','','abstract-blurred-event-with-people-for-background-2','','','2017-08-18 22:14:45','2017-08-18 22:14:45','',7816,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg',0,'attachment','image/jpeg',0),(7980,1,'2017-08-18 22:14:56','2017-08-18 22:14:56','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"][vsel]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"][vsel-past-events]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 22:14:56','2017-08-18 22:14:56','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7981,1,'2017-08-18 22:29:47','2017-08-18 22:29:47','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"30\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]EVENTS[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" el_class=\"banner-text-highlight\"]FIND AN EVENT NEAR YOU[/mk_fancy_title][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"][vsel]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"][vsel-past-events]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 22:29:47','2017-08-18 22:29:47','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7982,1,'2017-08-18 22:33:58','2017-08-18 22:33:58','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084850546{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084915817{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-18 22:33:58','2017-08-18 22:33:58','',5,'http://aurosi.com/2017/08/18/5-revision-v1/',0,'revision','',0),(7983,1,'2017-08-18 22:37:22','2017-08-18 22:37:22','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"30\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]EVENTS[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]<span style=\"border: 1px solid #fff; padding: 10px 20px;\">FIND AN EVENT NEAR YOU</span>[/mk_fancy_title][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"][vsel]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"][vsel-past-events]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 22:37:22','2017-08-18 22:37:22','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7984,1,'2017-08-18 22:38:21','2017-08-18 22:38:21','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_test_01.jpg\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_stretch=\"true\" video_loop=\"false\" padding_top=\"250\" padding_bottom=\"250\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title color=\"#ffffff\" size=\"30\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]EVENTS[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" font_weight=\"600\" letter_spacing=\"10\" font_family=\"none\" align=\"center\"]<span style=\"display: inline-block; border: 1px solid #fff; padding: 10px 20px;\">FIND AN EVENT NEAR YOU</span>[/mk_fancy_title][/vc_column][/mk_page_section][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088986539{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">UPCOMING EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503088764451{margin-bottom: 0px !important;}\"][vsel]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088776377{margin-top: 75px !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089034939{margin-bottom: 0px !important;}\"]\r\n<h2 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 50px;\">PAST EVENTS</h2>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1503088787436{margin-bottom: 75px !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"7965\" img_size=\"full\"][/vc_column][vc_column width=\"2/3\"][vc_column_text css=\".vc_custom_1503089208611{margin-bottom: 0px !important;}\"][vsel-past-events]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Events','','inherit','closed','closed','','7816-revision-v1','','','2017-08-18 22:38:21','2017-08-18 22:38:21','',7816,'http://aurosi.com/2017/08/18/7816-revision-v1/',0,'revision','',0),(7985,1,'2017-08-18 23:08:45','2017-08-18 23:08:45','','','','inherit','open','closed','','aurosi_slide_backgammon_bw','','','2017-08-18 23:08:53','2017-08-18 23:08:53','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_slide_backgammon_bw.png',0,'attachment','image/png',0),(7986,1,'2017-08-18 23:33:04','2017-08-18 23:33:04','','','','inherit','open','closed','','aurosi_slide_backgammon_yellow','','','2017-08-18 23:33:29','2017-08-18 23:33:29','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_slide_backgammon_yellow.png',0,'attachment','image/png',0),(7987,1,'2017-08-18 23:54:26','2017-08-18 23:54:26','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1502920230834{margin-bottom: 0px !important;}\"]Aurosi the word means to New Beginnings. Growing up I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone is on their phones, My games are a time where family or friends get together and play and share stories. Just for a little while, we can just feel normal again, and not be so connected to the social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084850546{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084915817{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-18 23:54:26','2017-08-18 23:54:26','',5,'http://aurosi.com/2017/08/18/5-revision-v1/',0,'revision','',0),(7988,1,'2017-08-19 00:13:25','2017-08-19 00:13:25','','','','inherit','open','closed','','aurosi_slide_backgammon_open_bw','','','2017-08-19 00:13:32','2017-08-19 00:13:32','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_slide_backgammon_open_bw.png',0,'attachment','image/png',0),(7989,1,'2017-08-21 20:15:23','2017-08-21 20:15:23','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1503346509683{margin-bottom: 0px !important;}\"]Aurosi the word means To New Beginnings. Growing up, I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone are on their phones, my games are a time where family & friends get together to play and share stories. Just for a little while, we can just feel normal again, and not be so connected to social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084850546{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084915817{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-21 20:15:23','2017-08-21 20:15:23','',5,'http://aurosi.com/2017/08/21/5-revision-v1/',0,'revision','',0),(7991,1,'2017-08-21 20:48:32','2017-08-21 20:48:32','','aurosi_slide_backgammon_open_yellow','','inherit','open','closed','','aurosi_slide_backgammon_open_yellow','','','2017-08-21 20:48:32','2017-08-21 20:48:32','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_slide_backgammon_open_yellow.png',0,'attachment','image/png',0),(7993,1,'2017-08-21 20:56:36','2017-08-21 20:56:36','','','','inherit','open','closed','','aurosi_slide_chess','','','2017-08-21 20:56:46','2017-08-21 20:56:46','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_slide_chess.png',0,'attachment','image/png',0),(7995,1,'2017-08-21 23:26:26','2017-08-21 23:26:26','','','','inherit','open','closed','','arousi_ttt_blue','','','2017-08-21 23:26:36','2017-08-21 23:26:36','',0,'http://aurosi.com/wp-content/uploads/2017/08/arousi_ttt_blue.jpg',0,'attachment','image/jpeg',0),(7996,1,'2017-08-21 23:26:33','2017-08-21 23:26:33','','','','inherit','open','closed','','arousi_ttt_white','','','2017-08-21 23:26:45','2017-08-21 23:26:45','',0,'http://aurosi.com/wp-content/uploads/2017/08/arousi_ttt_white.jpg',0,'attachment','image/jpeg',0),(7997,1,'2017-08-21 23:27:54','2017-08-21 23:27:54','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1503346509683{margin-bottom: 0px !important;}\"]Aurosi the word means To New Beginnings. Growing up, I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone are on their phones, my games are a time where family & friends get together to play and share stories. Just for a little while, we can just feel normal again, and not be so connected to social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358048007{margin-top: 0px !important;margin-bottom: 25px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084850546{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084915817{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-21 23:27:54','2017-08-21 23:27:54','',5,'http://aurosi.com/2017/08/21/5-revision-v1/',0,'revision','',0),(7998,1,'2017-08-21 23:30:37','2017-08-21 23:30:37','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1503346509683{margin-bottom: 0px !important;}\"]Aurosi the word means To New Beginnings. Growing up, I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone are on their phones, my games are a time where family & friends get together to play and share stories. Just for a little while, we can just feel normal again, and not be so connected to social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358153024{margin-top: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358232388{margin-top: 0px !important;margin-bottom: 25px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084850546{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084915817{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084932706{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503084946682{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-21 23:30:37','2017-08-21 23:30:37','',5,'http://aurosi.com/2017/08/21/5-revision-v1/',0,'revision','',0),(7999,1,'2017-08-21 23:32:14','2017-08-21 23:32:14','[mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/aurosi_home_03.jpg\" bg_color=\"#eeeeee\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"true\" sidebar=\"sidebar-1\"][vc_column][mk_fancy_title size=\"30\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"left-to-right\"]Aurosi[/mk_fancy_title][mk_fancy_title size=\"12\" txt_transform=\"uppercase\" letter_spacing=\"10\" font_family=\"none\" align=\"center\" animation=\"right-to-left\" el_class=\"banner-text-highlight\"]Luxurious and quality games[/mk_fancy_title][/vc_column][/mk_page_section][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#999999\" size=\"24\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\"]New Beginnings[/mk_fancy_title][vc_column_text align=\"center\" css=\".vc_custom_1503346509683{margin-bottom: 0px !important;}\"]Aurosi the word means To New Beginnings. Growing up, I loved playing games with my family and always wanted to start something where it would bring the family together, create New Traditions. Especially with times like these, where everyone are on their phones, my games are a time where family & friends get together to play and share stories. Just for a little while, we can just feel normal again, and not be so connected to social media.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358153024{margin-top: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1503358232388{margin-top: 0px !important;margin-bottom: 25px !important;}\"][vc_column][mk_revslider id=\"home\"][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Arousi Line of Products[/mk_fancy_title][mk_fancy_title color=\"#999999\" font_weight=\"400\" font_style=\"italic\" txt_transform=\"none\" margin_bottom=\"50\" font_family=\"Playfair+Display\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Inspired by trends of past, present, and future our designers craft dazzling gifts that exceed anyone\'s expectations[/mk_fancy_title][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358330872{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_backgammon.png\" alt=\"Backgammon Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BACKGAMMON</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/backgammon/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358324055{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_chess.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">CHESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/chess/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358308946{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_tictactoe.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">TIC TAC TOE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/tic-tac-toe/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" el_class=\"home-blurb\" css=\".vc_custom_1503358317802{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_poker.png\" alt=\"Chess Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">POKER</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.\r\n\r\n[mk_button dimension=\"double-outline\" size=\"medium\" align=\"center\" url=\"/product-category/poker/\" margin_right=\"0\"]DETAILS[/mk_button][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][mk_page_section bg_image=\"http://aurosi.com/wp-content/uploads/2015/12/arousi_home_01.jpg\" bg_color=\"rgba(255,255,255,0.85)\" blend_mode=\"overlay\" bg_position=\"center bottom\" bg_repeat=\"no-repeat\" video_loop=\"false\" min_height=\"600\" padding_top=\"25\" padding_bottom=\"0\" top_shape_color=\"#ffffff\" bottom_shape_color=\"#ffffff\" sidebar=\"sidebar-1\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_weight=\"bold\" txt_transform=\"uppercase\" letter_spacing=\"10\" margin_top=\"20\" font_family=\"none\" align=\"center\" animation=\"fade-in\"]Testimonials[/mk_fancy_title][mk_testimonials style=\"simple\" count=\"3\" animation=\"top-to-bottom\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/mk_page_section]','Home','','inherit','closed','closed','','5-revision-v1','','','2017-08-21 23:32:14','2017-08-21 23:32:14','',5,'http://aurosi.com/2017/08/21/5-revision-v1/',0,'revision','',0),(8001,1,'2017-08-22 00:44:10','2017-08-22 00:44:10','','','','inherit','open','closed','','aurosi_coming_soon','','','2017-08-22 00:44:23','2017-08-22 00:44:23','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi_coming_soon.jpg',0,'attachment','image/jpeg',0),(8002,1,'2017-08-22 00:46:07','2017-08-22 00:46:07','','aurosi-s','','inherit','open','closed','','aurosi-s','','','2017-08-22 00:46:07','2017-08-22 00:46:07','',0,'http://aurosi.com/wp-content/uploads/2017/08/aurosi-s.png',0,'attachment','image/png',0),(8003,1,'2017-08-22 00:53:48','2017-08-22 00:53:48','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363138387{margin-bottom: 0px !important;}\"]Suspendisse ac sollicitudin augue, ac iaculis ipsum. Donec sit amet enim fringilla, maximus mi eu, iaculis ligula. Donec a ex eu sapien sagittis dignissim id vel tellus. Donec molestie molestie urna, ac venenatis magna ornare quis. Sed pulvinar vestibulum dui. Curabitur consequat eros tellus, in tincidunt nisl pellentesque ut. In hac habitasse platea dictumst. Etiam vehicula nisl non blandit facilisis.\r\n\r\nSuspendisse quis dui gravida, elementum nibh vel, congue ante. Etiam vitae lobortis purus. Quisque suscipit vestibulum fermentum. Sed non justo venenatis, efficitur enim at, posuere eros. Suspendisse vel magna nec est ullamcorper sollicitudin a id tellus. Nulla tincidunt ultricies quam tempus eleifend. Donec pharetra consequat auctor. Curabitur accumsan, turpis at tempus posuere, quam velit ornare nisl, in rhoncus tortor augue eu quam. Pellentesque bibendum massa eget mi scelerisque, eu interdum ex ullamcorper. In bibendum urna eu tellus pellentesque, nec posuere lectus vulputate. Ut pellentesque facilisis felis id auctor. Pellentesque commodo nisl magna, ac vehicula dolor ultrices non. Maecenas et pulvinar ipsum. Vestibulum dictum eros ut mi varius, vel tempor neque posuere.\r\n\r\nVivamus eget orci sodales, tincidunt libero nec, ultricies dolor. Aenean ultrices pretium lacinia. Suspendisse potenti. Vivamus massa nisl, egestas nec gravida ut, lacinia id mi. Sed et accumsan augue. Nam aliquet feugiat mauris, eget mattis ipsum consectetur nec. Integer sed nulla fringilla, finibus nisl et, efficitur turpis. Vestibulum eget scelerisque tortor.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502929067873{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928745704{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928754431{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1502928761665{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\nSuscipit tortor eget felis porttitor volutpat proin eget tortor risus donec rutrum congue leo eget malesuada.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7803-revision-v1','','','2017-08-22 00:53:48','2017-08-22 00:53:48','',7803,'http://aurosi.com/2017/08/22/7803-revision-v1/',0,'revision','',0),(8004,1,'2017-08-22 00:57:32','2017-08-22 00:57:32','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363138387{margin-bottom: 0px !important;}\"]Suspendisse ac sollicitudin augue, ac iaculis ipsum. Donec sit amet enim fringilla, maximus mi eu, iaculis ligula. Donec a ex eu sapien sagittis dignissim id vel tellus. Donec molestie molestie urna, ac venenatis magna ornare quis. Sed pulvinar vestibulum dui. Curabitur consequat eros tellus, in tincidunt nisl pellentesque ut. In hac habitasse platea dictumst. Etiam vehicula nisl non blandit facilisis.\r\n\r\nSuspendisse quis dui gravida, elementum nibh vel, congue ante. Etiam vitae lobortis purus. Quisque suscipit vestibulum fermentum. Sed non justo venenatis, efficitur enim at, posuere eros. Suspendisse vel magna nec est ullamcorper sollicitudin a id tellus. Nulla tincidunt ultricies quam tempus eleifend. Donec pharetra consequat auctor. Curabitur accumsan, turpis at tempus posuere, quam velit ornare nisl, in rhoncus tortor augue eu quam. Pellentesque bibendum massa eget mi scelerisque, eu interdum ex ullamcorper. In bibendum urna eu tellus pellentesque, nec posuere lectus vulputate. Ut pellentesque facilisis felis id auctor. Pellentesque commodo nisl magna, ac vehicula dolor ultrices non. Maecenas et pulvinar ipsum. Vestibulum dictum eros ut mi varius, vel tempor neque posuere.\r\n\r\nVivamus eget orci sodales, tincidunt libero nec, ultricies dolor. Aenean ultrices pretium lacinia. Suspendisse potenti. Vivamus massa nisl, egestas nec gravida ut, lacinia id mi. Sed et accumsan augue. Nam aliquet feugiat mauris, eget mattis ipsum consectetur nec. Integer sed nulla fringilla, finibus nisl et, efficitur turpis. Vestibulum eget scelerisque tortor.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363425379{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363432795{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363439675{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363448018{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7803-revision-v1','','','2017-08-22 00:57:32','2017-08-22 00:57:32','',7803,'http://aurosi.com/2017/08/22/7803-revision-v1/',0,'revision','',0),(8005,1,'2017-08-22 01:01:04','2017-08-22 01:01:04','[vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363639236{margin-bottom: 0px !important;}\"]\r\n<h1 class=\"pp-heading\" style=\"text-align: center; margin-bottom: 35px;\">ABOUT AUROSI</h1>\r\nSuspendisse ac sollicitudin augue, ac iaculis ipsum. Donec sit amet enim fringilla, maximus mi eu, iaculis ligula. Donec a ex eu sapien sagittis dignissim id vel tellus. Donec molestie molestie urna, ac venenatis magna ornare quis. Sed pulvinar vestibulum dui. Curabitur consequat eros tellus, in tincidunt nisl pellentesque ut. In hac habitasse platea dictumst. Etiam vehicula nisl non blandit facilisis.\r\n\r\nSuspendisse quis dui gravida, elementum nibh vel, congue ante. Etiam vitae lobortis purus. Quisque suscipit vestibulum fermentum. Sed non justo venenatis, efficitur enim at, posuere eros. Suspendisse vel magna nec est ullamcorper sollicitudin a id tellus. Nulla tincidunt ultricies quam tempus eleifend. Donec pharetra consequat auctor. Curabitur accumsan, turpis at tempus posuere, quam velit ornare nisl, in rhoncus tortor augue eu quam. Pellentesque bibendum massa eget mi scelerisque, eu interdum ex ullamcorper. In bibendum urna eu tellus pellentesque, nec posuere lectus vulputate. Ut pellentesque facilisis felis id auctor. Pellentesque commodo nisl magna, ac vehicula dolor ultrices non. Maecenas et pulvinar ipsum. Vestibulum dictum eros ut mi varius, vel tempor neque posuere.\r\n\r\nVivamus eget orci sodales, tincidunt libero nec, ultricies dolor. Aenean ultrices pretium lacinia. Suspendisse potenti. Vivamus massa nisl, egestas nec gravida ut, lacinia id mi. Sed et accumsan augue. Nam aliquet feugiat mauris, eget mattis ipsum consectetur nec. Integer sed nulla fringilla, finibus nisl et, efficitur turpis. Vestibulum eget scelerisque tortor.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row css=\".vc_custom_1502925618686{margin-top: 75px !important;}\"][vc_column][vc_row_inner css=\".vc_custom_1502926748076{margin-bottom: 25px !important;}\"][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922598122{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363425379{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_05.png\" alt=\"1985\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">IN BUSINESS SINCE 1985</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922603721{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363432795{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_03.png\" alt=\"Handshake Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">FAMILY BUSINESS</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922608713{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363439675{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_02.png\" alt=\"Customer Service Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">EXCEPTIONAL CUSTOMER SERVICE</h3>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\" css=\".vc_custom_1502922614041{margin-bottom: 25px !important;}\"][vc_column_text align=\"center\" animation=\"fade-in\" css=\".vc_custom_1503363448018{margin-bottom: 0px !important;}\"]<img src=\"http://aurosi.com/wp-content/uploads/2017/08/aurosi_about_icon_01.png\" alt=\"Award Icon\" width=\"100\" height=\"100\" />\r\n<h3 style=\"font-size: 14px; margin-top: 35px;\">BEST NEW PRODUCT DEVELOPMENT</h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row animation=\"fade-in\" css=\".vc_custom_1502922351552{margin-top: 75px !important;margin-bottom: 75px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','7803-revision-v1','','','2017-08-22 01:01:04','2017-08-22 01:01:04','',7803,'http://aurosi.com/2017/08/22/7803-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"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\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Home','home','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home\",\"alias\":\"home\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1920\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Overwrite Selected Settings on all Slides\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_bg_speed\":\"0\",\"parallax_ls_speed\":\"0\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"trans\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"100\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"\",\"title\":\"Slide\",\"delay\":\"3569.921875\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"\",\"0\":\"Remove\"}','[{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/aurosi_slide_backgammon_bw.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"470px\"},\"scaleY\":{\"desktop\":\"314px\"},\"originalWidth\":1000,\"originalHeight\":668,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":9.9609375,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"lfl\",\"easing\":\"Power3.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":9.9609375,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":1529.8828125,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"fadeout\",\"easing\":\"Power4.easeOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":19.921875,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":960},\"top\":{\"desktop\":199},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"BW Closed\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":470,\"height\":314,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"left\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"0\",\"endWithSlide\":false,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"groupLink\":0,\"positionLeftReset\":0.99609375,\"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\":[]}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/aurosi_slide_backgammon_yellow.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"470px\"},\"scaleY\":{\"desktop\":\"314px\"},\"originalWidth\":1000,\"originalHeight\":668,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":9.9609375,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1500,\"animation\":\"lfr\",\"easing\":\"Power3.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":9.9609375,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3569.921875,\"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\":2059.9609375,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":960},\"top\":{\"desktop\":204},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Yellow Closed\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":470,\"height\":314,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"right\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"1\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"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\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/aurosi_slide_backgammon_open_bw.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"524px\"},\"scaleY\":{\"desktop\":\"378px\"},\"originalWidth\":1000,\"originalHeight\":721,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1500,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"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\":1500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":0,\"animation\":\"noanimout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":1069.921875,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":439},\"top\":{\"desktop\":388},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"BW Open\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":524,\"height\":379,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"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\":\"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\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"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\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"positionLeftReset\":175,\"zIndex\":7,\"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\":[]},\"addedToStage\":true,\"parallax_layer_ddd_zlevel\":\"front\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/aurosi_slide_backgammon_open_yellow.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"517px\"},\"scaleY\":{\"desktop\":\"384px\"},\"originalWidth\":5158,\"originalHeight\":3840,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1350,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"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\":1350,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"noanimout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":1219.921875,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":961},\"top\":{\"desktop\":378},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Yellow Open\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":516,\"height\":385,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"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\":\"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\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"4\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"positionLeftReset\":145,\"zIndex\":9,\"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\":[]}},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/aurosi_slide_chess.png\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"468px\"},\"scaleY\":{\"desktop\":\"364px\"},\"originalWidth\":721,\"originalHeight\":561,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2250,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"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\":2250,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"noanimout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":319.921875,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":697},\"top\":{\"desktop\":107},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":468,\"height\":364,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"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\":\"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\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"5\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"positionLeftReset\":250,\"zIndex\":10,\"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\":[]}},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/arousi_ttt_blue.jpg\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"293px\"},\"scaleY\":{\"desktop\":\"292px\"},\"originalWidth\":910,\"originalHeight\":907,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"lfl\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2569.921875,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"noanimout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":0,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":9,\"left\":{\"desktop\":91},\"top\":{\"desktop\":454},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"TTC 1\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":293,\"height\":293,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"left\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"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\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"7\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"positionLeftReset\":250,\"zIndex\":12,\"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\":[]}},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/aurosi.com\\/wp-content\\/uploads\\/2017\\/08\\/arousi_ttt_white.jpg\",\"scaleProportional\":true,\"scaleX\":{\"desktop\":\"293px\"},\"scaleY\":{\"desktop\":\"292px\"},\"originalWidth\":910,\"originalHeight\":907,\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":1000,\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2569.921875,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":3569.921875,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"noanimout\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":0,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":1536},\"top\":{\"desktop\":454},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"TTC 2\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"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\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"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,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"width\":293,\"height\":293,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"right\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"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\",\"deformation\":{\"font-style\":\"normal\",\"text-decoration\":\"none\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\",\"font-family\":\"\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"color\":\"#ffffff\",\"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\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"8\",\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"displaymode\":true,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"positionLeftReset\":250,\"zIndex\":13,\"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\":[]}}]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (247,21,0),(247,22,0),(248,21,0),(249,21,0),(249,22,0),(261,20,0),(261,21,0),(263,20,0),(263,21,0),(264,19,0),(264,20,0),(264,22,0),(264,23,0),(265,19,0),(266,20,0),(266,23,0),(266,24,0),(274,22,0),(274,23,0),(500,4,0),(500,13,0),(500,18,0),(501,1,0),(501,2,0),(501,6,0),(501,13,0),(501,18,0),(504,3,0),(504,4,0),(504,5,0),(504,8,0),(504,9,0),(504,10,0),(504,12,0),(504,15,0),(507,6,0),(507,13,0),(507,18,0),(508,4,0),(508,8,0),(508,9,0),(508,10,0),(508,12,0),(508,15,0),(509,2,0),(509,3,0),(509,8,0),(509,9,0),(509,10,0),(509,12,0),(509,15,0),(4518,4,0),(4518,8,0),(4518,9,0),(4518,10,0),(4518,12,0),(4518,15,0),(4520,1,0),(4520,13,0),(4520,18,0),(5402,20,0),(5402,21,0),(5402,22,0),(5465,21,0),(5465,23,0),(5465,24,0),(5468,19,0),(5468,20,0),(7587,1,0),(7587,2,0),(7587,3,0),(7587,14,0),(7587,17,0),(7600,2,0),(7600,4,0),(7600,5,0),(7600,6,0),(7600,14,0),(7604,3,0),(7604,4,0),(7604,16,0),(7612,3,0),(7612,4,0),(7612,16,0),(7616,2,0),(7616,4,0),(7616,5,0),(7616,6,0),(7616,11,0),(7616,14,0),(7620,1,0),(7620,2,0),(7620,3,0),(7620,17,0),(7790,2,0),(7790,3,0),(7790,8,0),(7790,9,0),(7790,10,0),(7790,12,0),(7790,15,0),(7834,25,0),(7835,25,0),(7836,25,0),(7837,25,0),(7844,25,0),(7877,26,0),(7878,26,0),(7879,26,0),(7880,26,0),(7881,27,0),(7882,27,0),(7883,27,0),(7884,27,0),(7885,28,0),(7886,28,0),(7887,28,0),(7888,28,0),(7898,29,0),(7898,42,0),(7909,29,0),(7909,42,0),(7912,29,0),(7912,42,0),(7915,29,0),(7915,42,0),(7918,29,0),(7918,42,0),(7921,29,0),(7921,42,0),(7924,29,0),(7924,42,0),(7927,29,0),(7927,42,0),(7930,29,0),(7930,42,0),(7933,29,0),(7933,43,0),(7936,29,0),(7936,44,0),(7938,29,0),(7938,44,0),(7940,29,0),(7940,44,0),(7942,29,0),(7942,45,0),(7943,25,0),(7944,25,0),(7945,25,0),(7946,25,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'category','',0,7),(3,3,'category','',0,7),(4,4,'category','',0,8),(5,5,'category','',0,3),(6,6,'category','',0,4),(7,7,'category','',0,0),(8,8,'post_tag','',0,5),(9,9,'post_tag','',0,5),(10,10,'post_tag','',0,5),(11,11,'post_tag','',0,1),(12,12,'post_tag','',0,5),(13,13,'post_tag','',0,4),(14,14,'post_tag','',0,3),(15,15,'post_tag','',0,5),(16,16,'post_tag','',0,2),(17,17,'post_tag','',0,2),(18,18,'post_tag','',0,4),(19,19,'portfolio_category','',0,1),(20,20,'portfolio_category','',0,1),(21,21,'portfolio_category','',0,0),(22,22,'portfolio_category','',0,0),(23,23,'portfolio_category','',0,0),(24,24,'portfolio_category','',0,0),(25,25,'nav_menu','',0,9),(26,26,'nav_menu','',0,4),(27,27,'nav_menu','',0,4),(28,28,'nav_menu','',0,4),(29,29,'product_type','',0,14),(30,30,'product_type','',0,0),(31,31,'product_type','',0,0),(32,32,'product_type','',0,0),(33,33,'product_visibility','',0,0),(34,34,'product_visibility','',0,0),(35,35,'product_visibility','',0,0),(36,36,'product_visibility','',0,0),(37,37,'product_visibility','',0,0),(38,38,'product_visibility','',0,0),(39,39,'product_visibility','',0,0),(40,40,'product_visibility','',0,0),(41,41,'product_visibility','',0,0),(42,42,'product_cat','',0,9),(43,43,'product_cat','',0,1),(44,44,'product_cat','',0,3),(45,45,'product_cat','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,42,'order','0'),(2,42,'product_count_product_cat','9'),(3,43,'order','0'),(4,43,'product_count_product_cat','1'),(5,44,'order','0'),(6,44,'product_count_product_cat','3'),(7,45,'order','0'),(8,45,'product_count_product_cat','1'); /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Branding','branding',0),(2,'Business','business',0),(3,'Design','design',0),(4,'Lifestyle','lifestyle',0),(5,'Marketing','marketing',0),(6,'Photography','photography',0),(7,'Uncategorized','uncategorized',0),(8,'Branding','branding',0),(9,'Business','business-2',0),(10,'Design','design',0),(11,'Graphic','graphic',0),(12,'Marketing','marketing',0),(13,'New media','new-media',0),(14,'Office','office',0),(15,'Photography','photography-2',0),(16,'Quote','quote',0),(17,'TweetMe','tweetme',0),(18,'Typography','typography',0),(19,'GOODIES','goodies',0),(20,'GRAPHIC DESIGN','graphic-design',0),(21,'PHOTOGRAPHY','photography',0),(22,'PRINT','print',0),(23,'TYPOGRAPHY','typography',0),(24,'WEB DESIGN','web-design',0),(25,'Main Menu','main-menu',0),(26,'Footer Links','footer-links',0),(27,'Footer Menu','footer-menu',0),(28,'Footer Products','footer-products',0),(29,'simple','simple',0),(30,'grouped','grouped',0),(31,'variable','variable',0),(32,'external','external',0),(33,'exclude-from-search','exclude-from-search',0),(34,'exclude-from-catalog','exclude-from-catalog',0),(35,'featured','featured',0),(36,'outofstock','outofstock',0),(37,'rated-1','rated-1',0),(38,'rated-2','rated-2',0),(39,'rated-3','rated-3',0),(40,'rated-4','rated-4',0),(41,'rated-5','rated-5',0),(42,'Backgammon','backgammon',0),(43,'Chess','chess',0),(44,'Tic Tac Toe','tic-tac-toe',0),(45,'Poker','poker',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','cng'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','false'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers','vc_pointers_backend_editor,text_widget_custom_html'),(14,1,'default_password_nag',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','7890'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"72.199.68.0\";}'),(19,1,'wp_user-settings','imgsize=full&libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=951px&edit_element_vcUIPanelTop=74px'),(20,1,'wp_user-settings-time','1503362935'),(24,1,'session_tokens','a:4:{s:64:\"bde2ccc278fd43aef8efccfc240e304a671d1bb68bef0f834749d5d43e8eb0c4\";a:4:{s:10:\"expiration\";i:1504145099;s:2:\"ip\";s:11:\"70.95.7.129\";s:2:\"ua\";s:114:\"Mozilla/5.0 (X11; CrOS aarch64 9592.71.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.80 Safari/537.36\";s:5:\"login\";i:1502935499;}s:64:\"fb0c48aeffaa02161bee48d007616214bba61141716059cd6bc66bf7a1452b50\";a:4:{s:10:\"expiration\";i:1504543541;s:2:\"ip\";s:12:\"72.199.68.75\";s:2:\"ua\";s:137:\"Mozilla/5.0 (Linux; Android 7.1.1; TA-1025 Build/NMF26F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36\";s:5:\"login\";i:1503333941;}s:64:\"59e48c86e480cc26a2465bd181c399d5df326ae0a45b678755c5f36db85db13f\";a:4:{s:10:\"expiration\";i:1503693812;s:2:\"ip\";s:12:\"72.199.68.75\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36\";s:5:\"login\";i:1503521012;}s:64:\"9cff3056004767c70434e75675ec9d3e9b070ecd320e58fcfb45b4b6f6f13a8f\";a:4:{s:10:\"expiration\";i:1503699652;s:2:\"ip\";s:12:\"72.199.68.75\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36\";s:5:\"login\";i:1503526852;}}'),(25,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\";}'),(26,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(28,1,'nav_menu_recently_edited','25'),(29,1,'twitter',''),(30,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"30de9ece7cf3790c8c39ccff1a044209\";a:9:{s:10:\"product_id\";i:7940;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";i:100;s:13:\"line_subtotal\";i:100;s:8:\"line_tax\";d:7.5;s:17:\"line_subtotal_tax\";d:7.5;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:7.5;}s:8:\"subtotal\";a:1:{i:1;d:7.5;}}}}}'),(31,1,'tgmpa_dismissed_notice_tgmpa','1'),(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(33,2,'wp_user_level','10'),(34,3,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(35,3,'wp_user_level','10'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'cng','$P$BJd3tNzh.xrFQBlqZn9wiTxYF/Tl7m/','cng','info@cngdigitalmarketing.com','','2017-08-04 17:46:45','',0,'cng'),(2,'sara7flzl','b2c4ab34fe270cab7090fabd3f1681f5','sara7flzl','sara7flzl@sara7flzl.com','','2015-06-07 00:00:00','',0,'sara7flzl'),(3,'maryvd8pw','477ebd25805050a4c6ab85cec906ebe6','maryvd8pw','maryvd8pw@maryvd8pw.com','','2010-09-07 00:00:00','',0,'maryvd8pw'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','CA','7.5000','State Tax',1,0,0,0,''); /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03484fc_0' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-10-17 5:59:59