0byt3m1n1
Path:
/
data
/
26
/
2
/
46
/
52
/
2372541
/
meta
/
2603678
/
mysql.backup
/
[
Home
]
File: frygroupdb1.mysqlcluster26.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster26 Database: frygroupdb1 -- ------------------------------------------------------ -- Server version 5.6.39-83.1-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 `wpf_commentmeta` -- DROP TABLE IF EXISTS `wpf_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_commentmeta` -- LOCK TABLES `wpf_commentmeta` WRITE; /*!40000 ALTER TABLE `wpf_commentmeta` DISABLE KEYS */; INSERT INTO `wpf_commentmeta` VALUES (7,1,'_wp_trash_meta_status','1'),(8,1,'_wp_trash_meta_time','1515094994'); /*!40000 ALTER TABLE `wpf_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_comments` -- DROP TABLE IF EXISTS `wpf_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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)) ) 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 `wpf_comments` -- LOCK TABLES `wpf_comments` WRITE; /*!40000 ALTER TABLE `wpf_comments` DISABLE KEYS */; INSERT INTO `wpf_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-01-04 18:07:31','2018-01-04 18:07:31','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'trash','','',0,0); /*!40000 ALTER TABLE `wpf_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_links` -- DROP TABLE IF EXISTS `wpf_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 `wpf_links` -- LOCK TABLES `wpf_links` WRITE; /*!40000 ALTER TABLE `wpf_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpf_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_options` -- DROP TABLE IF EXISTS `wpf_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=568 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_options` -- LOCK TABLES `wpf_options` WRITE; /*!40000 ALTER TABLE `wpf_options` DISABLE KEYS */; INSERT INTO `wpf_options` VALUES (1,'siteurl','http://www.thefrygroup.com/','yes'),(2,'home','http://www.thefrygroup.com/','yes'),(3,'blogname','The Fry Group','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','alan@2xconversions.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','','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:2;s:37:\"cf47-realtyspace/cf47-realtyspace.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:49:\"content-aware-sidebars/content-aware-sidebars.php\";i:5;s:31:\"envato-market/envato-market.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:15:\"kirki/kirki.php\";i:8;s:35:\"my-buying-buddy/my-buying-buddy.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:42:\"wordpress-social-login/wp-social-login.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:84:\"/home/2xconversions/web/frygroup/wp-content/themes/realtyspace/realtyspace/style.css\";i:1;s:0:\"\";}','no'),(40,'template','realtyspace/realtyspace','yes'),(41,'stylesheet','realtyspace/realtyspace','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','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:4:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:478:\"At The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\";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:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:16:\"cas_fs_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','561','yes'),(84,'page_on_front','573','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','207','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wpf_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:11:\"Search blog\";}i:4;a:1:{s:5:\"title\";s:11:\"Search blog\";}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:4;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:3;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:1;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:17:{i:0;s:17:\"cf47-agent-list-1\";i:1;s:16:\"cf47rs-contact-3\";i:2;s:21:\"cf47rs-contact-form-3\";i:3;s:17:\"cf47rs-partners-1\";i:4;s:21:\"cf47rs-recent-posts-3\";i:5;s:8:\"search-3\";i:6;s:21:\"cf47rs-social-links-2\";i:7;s:21:\"cf47rs-recent-posts-4\";i:8;s:10:\"calendar-1\";i:9;s:17:\"recent-comments-4\";i:10;s:10:\"archives-3\";i:11;s:12:\"categories-3\";i:12;s:11:\"tag_cloud-1\";i:13;s:24:\"cf47rs-property-filter-1\";i:14;s:20:\"cf47-property-list-1\";i:15;s:17:\"cf47-agent-list-2\";i:16;s:19:\"cf47-single-agent-1\";}s:21:\"cf47rs-global-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:12:\"categories-2\";}s:19:\"cf47rs-footer-col-1\";a:2:{i:0;s:10:\"nav_menu-1\";i:1;s:6:\"text-1\";}s:19:\"cf47rs-footer-col-2\";a:2:{i:0;s:16:\"cf47rs-contact-2\";i:1;s:21:\"cf47rs-contact-form-2\";}s:19:\"cf47rs-footer-col-3\";a:1:{i:0;s:21:\"cf47rs-recent-posts-2\";}s:14:\"ca-sidebar-173\";a:5:{i:0;s:17:\"cf47-agent-list-3\";i:1;s:16:\"cf47rs-contact-4\";i:2;s:21:\"cf47rs-contact-form-4\";i:3;s:17:\"cf47rs-partners-2\";i:4;s:21:\"cf47rs-recent-posts-5\";}s:14:\"ca-sidebar-175\";a:3:{i:0;s:8:\"search-4\";i:1;s:21:\"cf47rs-social-links-3\";i:2;s:21:\"cf47rs-recent-posts-6\";}s:14:\"ca-sidebar-171\";a:3:{i:0;s:24:\"cf47rs-property-filter-2\";i:1;s:20:\"cf47-property-list-2\";i:2;s:17:\"cf47-agent-list-4\";}s:14:\"ca-sidebar-181\";a:1:{i:0;s:19:\"cf47-single-agent-2\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:2:{i:1;a:1:{s:5:\"title\";s:8:\"Calendar\";}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_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:2:{i:1;a:2:{s:5:\"title\";s:4:\"Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:2:{i:1;a:2:{s:5:\"title\";s:4:\"Menu\";s:8:\"nav_menu\";i:76;}s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:5:{i:1517119655;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:1517127426;a:1:{s:36:\"check_plugin_updates-my-buying-buddy\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1517162863;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1517173295;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;}}}s:7:\"version\";i:2;}','yes'),(116,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1517083345;s:7:\"checked\";a:1:{s:23:\"realtyspace/realtyspace\";s:6:\"1.4.12\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(120,'can_compress_scripts','0','no'),(135,'recently_activated','a:0:{}','yes'),(136,'theme_mods_twentyseventeen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1515089323;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'),(137,'current_theme','Realtyspace','yes'),(138,'theme_mods_realtyspace/realtyspace','a:125:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:21:\"logged_in_header_menu\";i:73;s:22:\"logged_out_header_menu\";i:73;}s:18:\"custom_css_post_id\";i:769;s:20:\"preheader_currencies\";a:1:{i:0;a:1:{s:11:\"currency_id\";s:3:\"EUR\";}}s:30:\"config_propsearch_sort_options\";a:6:{i:0;s:9:\"date_desc\";i:1;s:8:\"date_asc\";i:2;s:9:\"price_asc\";i:3;s:10:\"price_desc\";i:4;s:8:\"area_asc\";i:5;s:9:\"area_desc\";}s:20:\"config_socprof_items\";a:3:{i:0;a:3:{s:5:\"label\";s:8:\"Facebook\";s:4:\"link\";s:39:\"https://www.facebook.com/codefactory47/\";s:4:\"icon\";s:11:\"fa-facebook\";}i:1;a:3:{s:5:\"label\";s:7:\"Twitter\";s:4:\"link\";s:11:\"twitter.com\";s:4:\"icon\";s:10:\"fa-twitter\";}i:2;a:3:{s:5:\"label\";s:6:\"Google\";s:4:\"link\";s:24:\"https://plus.google.com/\";s:4:\"icon\";s:14:\"fa-google-plus\";}}s:27:\"home_layout_agentgrid_items\";a:4:{i:0;i:68;i:1;i:76;i:2;i:77;i:3;i:78;}s:26:\"home_layout_features_items\";a:4:{i:0;a:3:{s:4:\"icon\";s:15:\"icon-money-save\";s:5:\"title\";s:10:\"Save money\";s:4:\"text\";s:183:\"It starts with our living database of more than 110 million U.S. \n homes – including homes for sale, homes for rent and homes not currently on the market.\";}i:1;a:3:{s:4:\"icon\";s:15:\"icon-good-sales\";s:5:\"title\";s:22:\"Good sales & marketing\";s:4:\"text\";s:166:\"In addition, RealtySpace operates the largest real estate and rental \n advertising networks in the U.S. in partnership with Livemile Homes!\";}i:2;a:3:{s:4:\"icon\";s:12:\"icon-comfort\";s:5:\"title\";s:7:\"Comfort\";s:4:\"text\";s:126:\"We are transforming the way consumers make home-related \n decisions and connect with professionals.\";}i:3;a:3:{s:4:\"icon\";s:9:\"icon-easy\";s:5:\"title\";s:12:\"Easy to find\";s:4:\"text\";s:183:\"It starts with our living database of more than 110 million U.S. homes – \n including homes for sale, homes for rent and homes not currently on the market.\";}}s:25:\"home_layout_counter_items\";a:4:{i:0;a:3:{s:4:\"icon\";s:17:\"icon-transactions\";s:6:\"number\";s:6:\"755300\";s:5:\"label\";s:12:\"Transactions\";}i:1;a:3:{s:4:\"icon\";s:14:\"icon-customers\";s:6:\"number\";s:5:\"17620\";s:5:\"label\";s:19:\"Satisfied Customers\";}i:2;a:3:{s:4:\"icon\";s:11:\"icon-agency\";s:6:\"number\";s:3:\"790\";s:5:\"label\";s:8:\"Agencies\";}i:3;a:3:{s:4:\"icon\";s:10:\"icon-sales\";s:6:\"number\";s:7:\"1528715\";s:5:\"label\";s:13:\"Sales & Rents\";}}s:26:\"home_layout_partners_items\";a:6:{i:0;i:123;i:1;i:129;i:2;i:130;i:3;i:131;i:4;i:132;i:5;i:134;}s:23:\"home_layout_hero_fields\";a:7:{i:0;s:8:\"location\";i:1;s:13:\"property_type\";i:2;s:16:\"property_feature\";i:3;s:4:\"area\";i:4;s:5:\"price\";i:5;s:8:\"bathroom\";i:6;s:7:\"bedroom\";}s:31:\"home_layout_propgroup_item_type\";a:2:{i:0;s:6:\"recent\";i:1;s:8:\"featured\";}s:30:\"home_layout_plainsearch_fields\";a:12:{i:0;s:6:\"agents\";i:1;s:4:\"area\";i:2;s:8:\"bathroom\";i:3;s:7:\"bedroom\";i:4;s:13:\"contract_type\";i:5;s:11:\"description\";i:6;s:6:\"street\";i:7;s:6:\"garage\";i:8;s:8:\"location\";i:9;s:5:\"price\";i:10;s:16:\"property_feature\";i:11;s:13:\"property_type\";}s:26:\"home_layout_propmap_fields\";a:10:{i:0;s:8:\"location\";i:1;s:13:\"contract_type\";i:2;s:6:\"street\";i:3;s:11:\"description\";i:4;s:16:\"property_feature\";i:5;s:13:\"property_type\";i:6;s:6:\"agents\";i:7;s:4:\"area\";i:8;s:5:\"price\";i:9;s:7:\"bedroom\";}s:25:\"home_layout_general_order\";a:9:{i:0;s:13:\"property_hero\";i:1;s:14:\"property_group\";i:2;s:13:\"features_grid\";i:3;s:11:\"agents_grid\";i:4;s:5:\"posts\";i:5;s:7:\"counter\";i:6;s:12:\"testimonials\";i:7;s:12:\"property_cta\";i:8;s:8:\"partners\";}s:24:\"preheader_display_social\";b:0;s:20:\"social_sharing_links\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:4:\"plus\";i:3;s:9:\"pinterest\";}s:29:\"home_layout_hero_banner_image\";s:68:\"http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-1-1.jpg\";s:28:\"config_propgeneral_area_unit\";s:4:\"sqft\";s:30:\"home_layout_agentgrid_subtitle\";s:327:\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\";s:29:\"home_layout_partners_subtitle\";s:150:\"At RS, our partners make great digital experiences possible by offering our products, consulting expertise and the products of our technology partners\";s:32:\"home_layout_testimonial_subtitle\";s:111:\"Insights, tips & how-to guides on selling property and preparing your home or investment property for sale.\";s:29:\"home_layout_property_cta_text\";s:332:\"<div class=\"gosubmit__title__row gosubmit__title__row--first\">Looking to</div>\n<div class=\"gosubmit__title__row gosubmit__title__row--second\"><span class=\"gosubmit__title__option\">Sell</span>or<span class=\"gosubmit__title__option\">Rent</span></div>\n<div class=\"gosubmit__title__row gosubmit__title__row--third\">Your Property?</div>\n\";s:41:\"home_layout_property_cta_button_page_link\";i:12;s:29:\"home_layout_features_subtitle\";s:266:\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\";s:26:\"home_layout_features_image\";s:70:\"http://www.thefrygroup.com/wp-content/uploads/2018/01/bg-feature-1.jpg\";s:32:\"home_layout_propgroup_item_limit\";s:1:\"6\";s:18:\"config_propmap_lat\";s:9:\"45.084016\";s:19:\"config_propmap_long\";s:9:\"-93.00826\";s:25:\"config_propsubmit_enabled\";b:1;s:30:\"config_propsubmit_listing_page\";i:10;s:26:\"config_propsubmit_add_page\";i:12;s:26:\"config_proppayment_enabled\";b:1;s:25:\"config_proppayment_amount\";s:5:\"20.00\";s:29:\"home_layout_testimonial_limit\";s:1:\"4\";s:29:\"home_layout_testimonial_title\";s:12:\"Testimonials\";s:22:\"agent_archive_subtitle\";s:0:\"\";s:19:\"agent_archive_panel\";s:204:\"Our team of agents are ready to help you reach your real estate goals by making your needs our number one priority. We recognize you have a choice when it comes to working with a real estate professional.\";s:17:\"faq_archive_title\";s:0:\"\";s:17:\"faq_archive_panel\";s:155:\"This is a short list of our most frequently asked questions. For more information about RealtySpace, or if you need support, please call oursupport center.\";s:25:\"testimonial_archive_panel\";s:145:\"Some nice words from our clients. The funds are strictly designed to help single-family homeowners retrofit their residences for safety purposes.\";s:18:\"post_archive_title\";s:4:\"Blog\";s:21:\"post_archive_subtitle\";s:0:\"\";s:18:\"post_archive_panel\";s:0:\"\";s:33:\"home_layout_propmap_infobox_theme\";s:5:\"white\";s:31:\"home_layout_propmap_panel_theme\";s:5:\"white\";s:34:\"home_layout_propmap_panel_position\";s:6:\"bottom\";s:30:\"home_layout_propmap_fullscreen\";b:0;s:20:\"property_post_cf7_id\";s:3:\"109\";s:28:\"home_layout_revslider_slider\";s:1:\"1\";s:19:\"layout_color_scheme\";s:15:\"light-blue-cyan\";s:16:\"background_image\";s:0:\"\";s:17:\"layout_bg_pattern\";s:5:\"!none\";s:17:\"layout_wide_boxed\";s:4:\"wide\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:21:\"background_position_x\";s:6:\"center\";s:16:\"agent_post_title\";s:13:\"Agent profile\";s:19:\"agent_post_subtitle\";s:7:\"Profile\";s:16:\"agent_post_panel\";s:178:\"An Agent Profile is your free profile page that enables you to build your personal brand and demonstrate your skills to potential Vendors and Landlords to attract your next site.\";s:22:\"agent_post_hero_enable\";b:0;s:28:\"agent_post_hero_banner_image\";s:68:\"http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-4-1.jpg\";s:28:\"agent_post_hero_banner_title\";s:0:\"\";s:31:\"agent_post_hero_banner_subtitle\";s:0:\"\";s:17:\"agent_post_cf7_id\";s:3:\"109\";s:29:\"property_archive_show_sorting\";s:1:\"1\";s:26:\"property_archive_show_view\";s:1:\"1\";s:27:\"property_archive_show_limit\";s:1:\"1\";s:26:\"property_archive_grid_size\";s:6:\"medium\";s:36:\"property_archive_subtitle_show_found\";s:1:\"0\";s:26:\"config_propsearch_area_max\";s:3:\"500\";s:27:\"config_propsearch_price_max\";s:8:\"50000000\";s:30:\"config_propsearch_bathroom_min\";s:1:\"1\";s:29:\"config_propsearch_bedroom_min\";s:1:\"1\";s:29:\"config_propsearch_bedroom_max\";s:2:\"20\";s:15:\"preheader_phone\";s:0:\"\";s:25:\"property_card_hover_style\";s:8:\"detailed\";s:26:\"property_card_hover_fields\";a:3:{i:0;s:4:\"type\";i:1;s:13:\"contract_type\";i:2;s:4:\"area\";}s:30:\"property_archive_table_columns\";a:3:{i:0;s:5:\"rooms\";i:1;s:9:\"bathrooms\";i:2;s:8:\"bedrooms\";}s:21:\"layout_color_example1\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"46px\";s:7:\"variant\";s:3:\"600\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#2C3E50\";s:10:\"text-align\";s:6:\"center\";s:6:\"subset\";a:1:{i:0;s:9:\"latin-ext\";}s:14:\"text-transform\";s:9:\"uppercase\";s:7:\"subsets\";a:1:{i:0;s:9:\"latin-ext\";}}s:21:\"layout_color_example2\";s:7:\"#0088CC\";s:16:\"background_color\";s:6:\"7a7a7a\";s:23:\"footer_background_image\";s:0:\"\";s:21:\"footer_padding_bottom\";s:5:\"150px\";s:25:\"config_other_profile_page\";i:246;s:43:\"config_propgeneral_price_thousand_separator\";s:5:\"comma\";s:24:\"config_proppayment_email\";s:15:\"seller@cf47.com\";s:22:\"property_post_show_map\";s:1:\"1\";s:22:\"property_post_map_zoom\";s:2:\"11\";s:22:\"property_post_map_type\";s:7:\"roadmap\";s:27:\"property_post_show_panorama\";s:1:\"1\";s:26:\"property_post_show_related\";s:1:\"1\";s:24:\"property_post_show_agent\";s:1:\"1\";s:17:\"header_fixed_menu\";s:1:\"1\";s:15:\"custom_code_css\";s:0:\"\";s:30:\"property_post_sidebar_position\";s:6:\"global\";s:22:\"property_archive_title\";s:0:\"\";s:28:\"property_archive_hero_enable\";s:1:\"0\";s:34:\"property_archive_hero_banner_image\";s:68:\"http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-2-1.jpg\";s:34:\"property_archive_hero_banner_title\";s:0:\"\";s:37:\"property_archive_hero_banner_subtitle\";s:0:\"\";s:26:\"agent_archive_display_mode\";s:4:\"grid\";s:25:\"property_archive_subtitle\";s:1:\" \";s:22:\"property_archive_panel\";s:0:\"\";s:33:\"property_archive_sidebar_position\";s:6:\"global\";s:36:\"property_archive_show_search_toolbar\";s:1:\"1\";s:27:\"property_archive_view_modes\";a:3:{i:0;s:4:\"grid\";i:1;s:4:\"list\";i:2;s:5:\"table\";}s:28:\"property_archive_show_facets\";s:1:\"1\";s:32:\"property_archive_hero_show_title\";s:1:\"0\";s:40:\"property_archive_hero_banner_title_color\";a:7:{s:11:\"font-family\";s:15:\"Source Sans Pro\";s:9:\"font-size\";s:5:\"100px\";s:7:\"variant\";s:7:\"regular\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#FFFFFF\";s:10:\"text-align\";b:0;}s:43:\"property_archive_hero_banner_subtitle_color\";a:7:{s:11:\"font-family\";s:15:\"Source Sans Pro\";s:9:\"font-size\";s:4:\"24px\";s:7:\"variant\";s:7:\"regular\";s:11:\"line-height\";b:0;s:14:\"letter-spacing\";b:0;s:5:\"color\";s:7:\"#FFFFFF\";s:10:\"text-align\";b:0;}s:20:\"agent_post_hide_info\";s:1:\"0\";s:26:\"agent_post_hide_properties\";s:1:\"0\";s:24:\"custom_footer_background\";s:1:\"1\";s:16:\"header_logo_type\";s:5:\"image\";s:11:\"header_logo\";s:79:\"http://www.thefrygroup.com/wp-content/uploads/2018/01/FryGroup_logo_cmyk2-1.png\";s:33:\"preheader_display_currency_choice\";b:0;s:29:\"preheader_display_area_choice\";b:0;s:22:\"header_logo_small_size\";s:5:\"120px\";s:22:\"preheader_display_auth\";b:0;s:29:\"preheader_display_lang_choice\";b:0;s:17:\"custom_cs_enabled\";b:0;s:21:\"footer_copyright_text\";s:35:\"Copyright © 2018 The Fry Group\";s:15:\"preheader_theme\";s:8:\"standart\";s:16:\"header_logo_size\";s:5:\"250px\";s:21:\"config_propmap_apikey\";s:39:\"AIzaSyAmAC8xDml-S-11ts3nNa8rLfIi7S3Xadc\";}','yes'),(139,'theme_switched','','yes'),(141,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.9.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1515089486;s:7:\"version\";s:5:\"4.9.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(142,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:35:\"content-aware-sidebars/lib/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"1.2.4\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1517089376;s:11:\"plugin_path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";}}s:7:\"abspath\";s:58:\"\\\\WDP\\DFS\\44\\1\\0\\3\\4483325301\\user\\sites\\2603678.site\\www/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:8:\"sdk_path\";s:35:\"content-aware-sidebars/lib/freemius\";s:7:\"version\";s:5:\"1.2.4\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1517089376;}}','yes'),(143,'fs_debug_mode','','yes'),(144,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:259;a:3:{s:4:\"slug\";s:22:\"content-aware-sidebars\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";}}s:11:\"plugin_data\";a:1:{s:22:\"content-aware-sidebars\";a:13:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";}s:17:\"install_timestamp\";i:1515089486;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:7:\"1.2.2.9\";s:11:\"sdk_version\";s:5:\"1.2.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.7.1\";s:14:\"plugin_version\";s:5:\"3.7.3\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:17:\"2xconversions.com\";s:9:\"server_ip\";s:14:\"174.53.195.154\";s:9:\"is_active\";b:0;s:9:\"timestamp\";i:1516296640;s:7:\"version\";s:5:\"3.7.3\";}}}s:13:\"file_slug_map\";a:1:{s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:22:\"content-aware-sidebars\";}s:7:\"plugins\";a:1:{s:22:\"content-aware-sidebars\";O:9:\"FS_Plugin\":17:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:22:\"Content Aware Sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:4:\"type\";s:6:\"plugin\";s:4:\"file\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:7:\"version\";s:5:\"3.7.3\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:20:\"affiliate_moderation\";s:8:\"selected\";s:10:\"public_key\";s:32:\"pk_75513325effa77f024565ef74c9d6\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"259\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"50848cbdb13271f16709b753b07e0149\";}','yes'),(145,'fs_api_cache','a:0:{}','yes'),(146,'fs_content-aware-sidebars_activated','1','yes'),(147,'revslider_servers','a:10:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:22:\"themepunch-ext-a.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:22:\"themepunch-ext-a.tools\";}','yes'),(148,'revslider_server_refresh','1516299122','yes'),(149,'revslider-update-check-short','1516983093','yes'),(150,'revslider-templates-check','1517083269','yes'),(155,'envato_market_version','1.0.0-RC2','yes'),(156,'widget_cf47rs-recent-posts','a:6:{i:2;a:3:{s:5:\"title\";s:14:\"Latest Article\";s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:4;}i:3;a:3:{s:5:\"title\";s:12:\"Recent posts\";s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:4;a:3:{s:5:\"title\";s:11:\"Latest post\";s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:5;a:3:{s:5:\"title\";s:12:\"Recent posts\";s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:6;a:3:{s:5:\"title\";s:11:\"Latest post\";s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_cf47rs-social-links','a:4:{i:1;a:1:{s:5:\"title\";s:6:\"Social\";}i:2;a:1:{s:5:\"title\";s:12:\"Social Media\";}i:3;a:1:{s:5:\"title\";s:12:\"Social Media\";}s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_cf47rs-property-filter','a:3:{i:1;a:17:{s:5:\"title\";s:6:\"Search\";s:7:\"subtext\";s:57:\"Find your apartment or house on the exact key parameters.\";s:17:\"show_field_agents\";b:0;s:11:\"field_order\";a:14:{i:0;s:6:\"agents\";i:1;s:13:\"property_type\";i:2;s:8:\"location\";i:3;s:11:\"description\";i:4;s:4:\"area\";i:5;s:5:\"price\";i:6;s:8:\"bathroom\";i:7;s:7:\"bedroom\";i:8;s:13:\"contract_type\";i:9;s:6:\"street\";i:10;s:6:\"garage\";i:11;s:16:\"property_feature\";i:12;s:9:\"land_area\";i:13;s:10:\"year_built\";}s:15:\"show_field_area\";b:1;s:20:\"show_field_land_area\";b:0;s:19:\"show_field_bathroom\";b:0;s:18:\"show_field_bedroom\";b:0;s:24:\"show_field_contract_type\";b:1;s:22:\"show_field_description\";b:1;s:17:\"show_field_street\";b:0;s:17:\"show_field_garage\";b:0;s:19:\"show_field_location\";b:1;s:16:\"show_field_price\";b:1;s:27:\"show_field_property_feature\";b:1;s:24:\"show_field_property_type\";b:1;s:21:\"show_field_year_built\";b:0;}i:2;a:17:{s:5:\"title\";s:6:\"Search\";s:7:\"subtext\";s:57:\"Find your apartment or house on the exact key parameters.\";s:17:\"show_field_agents\";b:0;s:11:\"field_order\";a:14:{i:0;s:6:\"agents\";i:1;s:13:\"property_type\";i:2;s:8:\"location\";i:3;s:11:\"description\";i:4;s:4:\"area\";i:5;s:5:\"price\";i:6;s:8:\"bathroom\";i:7;s:7:\"bedroom\";i:8;s:13:\"contract_type\";i:9;s:6:\"street\";i:10;s:6:\"garage\";i:11;s:16:\"property_feature\";i:12;s:9:\"land_area\";i:13;s:10:\"year_built\";}s:15:\"show_field_area\";b:1;s:20:\"show_field_land_area\";b:0;s:19:\"show_field_bathroom\";b:0;s:18:\"show_field_bedroom\";b:0;s:24:\"show_field_contract_type\";b:1;s:22:\"show_field_description\";b:1;s:17:\"show_field_street\";b:0;s:17:\"show_field_garage\";b:0;s:19:\"show_field_location\";b:1;s:16:\"show_field_price\";b:1;s:27:\"show_field_property_feature\";b:1;s:24:\"show_field_property_type\";b:1;s:21:\"show_field_year_built\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_cf47-property-list','a:3:{i:1;a:7:{s:5:\"title\";s:15:\"Popular estates\";s:7:\"subtext\";s:0:\"\";s:9:\"type_list\";s:6:\"recent\";s:12:\"specific_ids\";a:0:{}s:5:\"limit\";i:3;s:16:\"display_featured\";N;s:14:\"display_recent\";N;}i:2;a:7:{s:5:\"title\";s:15:\"Popular estates\";s:7:\"subtext\";s:0:\"\";s:9:\"type_list\";s:6:\"recent\";s:12:\"specific_ids\";a:0:{}s:5:\"limit\";i:3;s:16:\"display_featured\";N;s:14:\"display_recent\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_cf47rs-partners','a:3:{i:1;a:4:{s:5:\"title\";s:12:\"Our Partners\";s:11:\"partner_ids\";a:0:{}s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:2;a:4:{s:5:\"title\";s:12:\"Our Partners\";s:11:\"partner_ids\";a:0:{}s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_cf47rs-contact-form','a:4:{i:2;a:3:{s:5:\"title\";s:8:\"Feedback\";s:7:\"subtext\";s:0:\"\";s:8:\"cf7_list\";s:3:\"108\";}i:3;a:3:{s:5:\"title\";s:8:\"Feedback\";s:7:\"subtext\";s:0:\"\";s:8:\"cf7_list\";s:3:\"108\";}i:4;a:3:{s:5:\"title\";s:8:\"Feedback\";s:7:\"subtext\";s:0:\"\";s:8:\"cf7_list\";s:3:\"108\";}s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_cf47rs-contact','a:4:{i:2;a:9:{s:5:\"title\";s:7:\"Contact\";s:7:\"subtext\";s:0:\"\";s:12:\"address_text\";s:26:\"2186 3rd Street, Suite 103\";s:10:\"hours_text\";s:25:\"White Bear Lake MN, 55110\";s:14:\"cellphone_text\";s:0:\"\";s:10:\"phone_text\";s:12:\"651-775-5751\";s:8:\"fax_text\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:4:\"html\";s:0:\"\";}i:3;a:9:{s:5:\"title\";s:7:\"Contact\";s:7:\"subtext\";s:10:\"Our office\";s:12:\"address_text\";s:41:\"80 Franklin Street New York, NY 10013 USA\";s:10:\"hours_text\";s:14:\"08 - 17 mon-fr\";s:14:\"cellphone_text\";s:15:\"+1 202 555 0145\";s:10:\"phone_text\";s:15:\"+1 202 555 0135\";s:8:\"fax_text\";s:0:\"\";s:10:\"email_text\";s:23:\"contact@realtyspace.com\";s:4:\"html\";s:0:\"\";}i:4;a:9:{s:5:\"title\";s:7:\"Contact\";s:7:\"subtext\";s:10:\"Our office\";s:12:\"address_text\";s:41:\"80 Franklin Street New York, NY 10013 USA\";s:10:\"hours_text\";s:14:\"08 - 17 mon-fr\";s:14:\"cellphone_text\";s:15:\"+1 202 555 0145\";s:10:\"phone_text\";s:15:\"+1 202 555 0135\";s:8:\"fax_text\";s:0:\"\";s:10:\"email_text\";s:23:\"contact@realtyspace.com\";s:4:\"html\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(163,'widget_cf47-single-agent','a:3:{i:1;a:4:{s:5:\"title\";s:1:\" \";s:7:\"subtext\";s:0:\"\";s:10:\"agent_list\";s:7:\"context\";s:8:\"cf7_list\";s:3:\"110\";}i:2;a:4:{s:5:\"title\";s:1:\" \";s:7:\"subtext\";s:0:\"\";s:10:\"agent_list\";s:7:\"context\";s:8:\"cf7_list\";s:3:\"110\";}s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_cf47-agent-list','a:5:{i:1;a:4:{s:5:\"title\";s:10:\"Top Agents\";s:9:\"agent_ids\";a:0:{}s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:2;a:4:{s:5:\"title\";s:10:\"Our Agents\";s:9:\"agent_ids\";a:0:{}s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:3;a:4:{s:5:\"title\";s:10:\"Top Agents\";s:9:\"agent_ids\";a:0:{}s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}i:4;a:4:{s:5:\"title\";s:10:\"Our Agents\";s:9:\"agent_ids\";a:0:{}s:7:\"subtext\";s:0:\"\";s:5:\"limit\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_cf47-user-profile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'cas_db_version','3.7.3','yes'),(168,'envato_market_state','activated','yes'),(169,'acf_version','5.6.5','yes'),(170,'revslider-library-check','1516393976','yes'),(171,'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'),(172,'revslider_checktables','1','yes'),(173,'rs_tables_created','1','yes'),(174,'revslider_table_version','1.0.6','yes'),(175,'revslider-global-settings','a:0:{}','yes'),(178,'revslider_update_version','5.2.5.5','yes'),(179,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(182,'vc_version','5.4.5','yes'),(183,'wpb_js_composer_license_activation_notified','yes','yes'),(184,'wsl_settings_welcome_panel_enabled','1','yes'),(185,'wsl_settings_redirect_url','https://2xconversions.com/frygroup','yes'),(186,'wsl_settings_force_redirect_url','2','yes'),(187,'wsl_settings_connect_with_label','Connect with:','yes'),(188,'wsl_settings_users_avatars','1','yes'),(189,'wsl_settings_use_popup','2','yes'),(190,'wsl_settings_widget_display','1','yes'),(191,'wsl_settings_authentication_widget_css','.wp-social-login-connect-with {}\n.wp-social-login-provider-list {}\n.wp-social-login-provider-list a {}\n.wp-social-login-provider-list img {}\n.wsl_connect_with_provider {}','yes'),(192,'wsl_settings_bouncer_registration_enabled','1','yes'),(193,'wsl_settings_bouncer_authentication_enabled','1','yes'),(194,'wsl_settings_bouncer_accounts_linking_enabled','1','yes'),(195,'wsl_settings_bouncer_profile_completion_require_email','2','yes'),(196,'wsl_settings_bouncer_profile_completion_change_username','2','yes'),(197,'wsl_settings_bouncer_profile_completion_hook_extra_fields','2','yes'),(198,'wsl_settings_bouncer_new_users_moderation_level','1','yes'),(199,'wsl_settings_bouncer_new_users_membership_default_role','default','yes'),(200,'wsl_settings_bouncer_new_users_restrict_domain_enabled','2','yes'),(201,'wsl_settings_bouncer_new_users_restrict_domain_text_bounce','<strong>This website is restricted to invited readers only.</strong><p>It doesn\'t look like you have been invited to access this site. If you think this is a mistake, you might want to contact the website owner and request an invitation.<p>','yes'),(202,'wsl_settings_bouncer_new_users_restrict_email_enabled','2','yes'),(203,'wsl_settings_bouncer_new_users_restrict_email_text_bounce','<strong>This website is restricted to invited readers only.</strong><p>It doesn\'t look like you have been invited to access this site. If you think this is a mistake, you might want to contact the website owner and request an invitation.<p>','yes'),(204,'wsl_settings_bouncer_new_users_restrict_profile_enabled','2','yes'),(205,'wsl_settings_bouncer_new_users_restrict_profile_text_bounce','<strong>This website is restricted to invited readers only.</strong><p>It doesn\'t look like you have been invited to access this site. If you think this is a mistake, you might want to contact the website owner and request an invitation.<p>','yes'),(206,'wsl_settings_contacts_import_facebook','2','yes'),(207,'wsl_settings_contacts_import_google','2','yes'),(208,'wsl_settings_contacts_import_twitter','2','yes'),(209,'wsl_settings_contacts_import_live','2','yes'),(210,'wsl_settings_contacts_import_linkedin','2','yes'),(211,'wsl_settings_buddypress_enable_mapping','2','yes'),(212,'wsl_settings_buddypress_xprofile_map','','yes'),(213,'wsl_settings_Facebook_enabled','1','yes'),(214,'wsl_settings_Google_enabled','1','yes'),(215,'wsl_settings_Twitter_enabled','1','yes'),(216,'wsl_components_core_enabled','1','yes'),(217,'wsl_components_networks_enabled','1','yes'),(218,'wsl_components_login-widget_enabled','1','yes'),(219,'wsl_components_bouncer_enabled','1','yes'),(220,'wsl_settings_Facebook_app_scope','email, public_profile, user_friends','yes'),(221,'wsl_settings_Google_app_scope','profile https://www.googleapis.com/auth/plus.profile.emails.read','yes'),(222,'wsl_settings_GitHub_app_scope','user:email','yes'),(223,'revslider-valid-notice','false','yes'),(235,'radium_imported_demo','a:4:{s:7:\"content\";b:1;s:5:\"menus\";b:1;s:7:\"options\";b:0;s:7:\"widgets\";b:1;}','yes'),(236,'category_children','a:0:{}','yes'),(237,'cf47rs_faq_category_children','a:0:{}','yes'),(238,'cf47rs_property_type_children','a:0:{}','yes'),(239,'cf47rs_property_feature_children','a:0:{}','yes'),(240,'cf47rs_property_location_children','a:1:{i:23;a:7:{i:0;i:31;i:1;i:34;i:2;i:36;i:3;i:39;i:4;i:43;i:5;i:51;i:6;i:58;}}','yes'),(241,'cf47rs_property_contract_children','a:1:{i:52;a:1:{i:0;i:63;}}','yes'),(242,'cf47rs_property_tag_children','a:0:{}','yes'),(250,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(261,'WPLANG','','yes'),(262,'new_admin_email','alan@2xconversions.com','yes'),(292,'revslider-connection','1','yes'),(293,'revslider-latest-version','5.4.6.6','yes'),(294,'revslider-stable-version','4.2','yes'),(295,'revslider-notices','a:9:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:236:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:248:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:246:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:255:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:238:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:255:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:258:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.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:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:239:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"http://updates.themepunch-ext-a.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(296,'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'),(297,'revslider-addons','O:8:\"stdClass\":22:{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:76:\"http://updates.themepunch-ext-a.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:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.5\";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:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s: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:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s: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:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s: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\";}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:22:\"revslider-reveal-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:7:\"5.4.6.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(362,'_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.9.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.2\";s:7:\"version\";s:5:\"4.9.2\";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:1517083341;s:15:\"version_checked\";s:5:\"4.9.2\";s:12:\"translations\";a:0:{}}','no'),(364,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"alan@2xconversions.com\";s:7:\"version\";s:5:\"4.9.2\";s:9:\"timestamp\";i:1516201080;}','no'),(385,'rs_cache_overlay','5.4.6.3.1','yes'),(395,'mbb_options','s:174:\"a:5:{s:4:\"acid\";s:7:\"S3n2brs\";s:10:\"google_map\";s:3:\"yes\";s:14:\"google_map_key\";s:39:\"AIzaSyAmAC8xDml-S-11ts3nNa8rLfIi7S3Xadc\";s:7:\"disable\";s:2:\"no\";s:7:\"express\";s:2:\"no\";}\";','yes'),(398,'external_updates-my-buying-buddy','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1517081700;s:14:\"checkedVersion\";s:6:\"4.2.17\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:15:\"my-buying-buddy\";s:7:\"version\";s:6:\"4.2.17\";s:8:\"homepage\";s:65:\"http://support.mybuyingbuddy.com/installing-mbb-wordpress-plugin/\";s:6:\"tested\";N;s:12:\"download_url\";s:47:\"https://www.mbb2.com/plugin/my-buying-buddy.zip\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:35:\"my-buying-buddy/my-buying-buddy.php\";s:12:\"translations\";a:0:{}}}','no'),(399,'mbb_allowedids','s:34:\"a:2:{i:0;s:3:\"752\";i:1;s:3:\"573\";}\";','yes'),(425,'_transient_search_cache_salt','5a62b6fd60e5b','yes'),(505,'_site_transient_timeout_browser_b876c8fd7fc402e60530b64622320f7a','1517604072','no'),(506,'_site_transient_browser_b876c8fd7fc402e60530b64622320f7a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.132\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(509,'_transient_timeout_plugin_slugs','1517086603','no'),(510,'_transient_plugin_slugs','a:11:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:49:\"content-aware-sidebars/content-aware-sidebars.php\";i:4;s:31:\"envato-market/envato-market.php\";i:5;s:15:\"kirki/kirki.php\";i:6;s:35:\"my-buying-buddy/my-buying-buddy.php\";i:7;s:37:\"cf47-realtyspace/cf47-realtyspace.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:42:\"wordpress-social-login/wp-social-login.php\";i:10;s:27:\"js_composer/js_composer.php\";}','no'),(546,'rs-templates-new','','no'),(547,'rs-templates','a:2:{s:6:\"slider\";a:206:{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:190:\"{\"1\":{\"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;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone 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:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://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:202;a:23:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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\";s:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"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:7:\"package\";s:18:\"Immersion One 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:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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: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:7:\"package\";s:18:\"Immersion One 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:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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: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:7:\"package\";s:18:\"Immersion One 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:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"Immersion One 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:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"Immersion One 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:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"Immersion One 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:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:210;a:23:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:19:\"Clear View Magazine\";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:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:20:\"Clear View Post 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:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:20:\"Clear View Post 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:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal 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:20:\"Clear View Post 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:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:20:\"Clear View Post 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:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:20:\"Clear View Post 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:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:20:\"Clear View Post 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:2:\"12\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:212:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}}}','no'),(550,'_site_transient_timeout_envato_market_plugins','1517086945','no'),(551,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(552,'_site_transient_timeout_theme_roots','1517085143','no'),(553,'_site_transient_theme_roots','a:2:{s:35:\"realtyspace-child/realtyspace-child\";s:7:\"/themes\";s:23:\"realtyspace/realtyspace\";s:7:\"/themes\";}','no'),(554,'_site_transient_timeout_envato_market_themes','1517086945','no'),(555,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(556,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1517083344;s:8:\"response\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"5.6.7\";s:3:\"url\";s:37:\"https://www.advancedcustomfields.com/\";s:6:\"tested\";s:5:\"4.9.0\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:1:{s:7:\"default\";s:66:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"6.0.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.6.0.4.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-128x128.png?rev=971477\";s:2:\"2x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-256x256.png?rev=971477\";s:3:\"svg\";s:60:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=971477\";s:7:\"default\";s:60:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=971477\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.jpg?rev=479408\";s:7:\"default\";s:70:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.jpg?rev=479408\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.9.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}}s:49:\"content-aware-sidebars/content-aware-sidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/content-aware-sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:6:\"plugin\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:11:\"new_version\";s:5:\"3.7.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/content-aware-sidebars/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/content-aware-sidebars.3.7.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-128x128.png?rev=1490338\";s:2:\"2x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1490323\";s:7:\"default\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1490323\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1352269\";s:2:\"1x\";s:77:\"https://ps.w.org/content-aware-sidebars/assets/banner-772x250.png?rev=1352269\";s:7:\"default\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1352269\";}s:11:\"banners_rtl\";a:0:{}}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:6:\"3.0.25\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/kirki.3.0.25.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-128x128.png?rev=1330852\";s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.png?rev=1330852\";s:3:\"svg\";s:50:\"https://ps.w.org/kirki/assets/icon.svg?rev=1330186\";s:7:\"default\";s:50:\"https://ps.w.org/kirki/assets/icon.svg?rev=1330186\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.png?rev=1330852\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.png?rev=1330852\";s:7:\"default\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.png?rev=1330852\";}s:11:\"banners_rtl\";a:0:{}}s:42:\"wordpress-social-login/wp-social-login.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/wordpress-social-login\";s:4:\"slug\";s:22:\"wordpress-social-login\";s:6:\"plugin\";s:42:\"wordpress-social-login/wp-social-login.php\";s:11:\"new_version\";s:5:\"2.3.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/wordpress-social-login/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-social-login.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/wordpress-social-login/assets/icon-128x128.png?rev=1013190\";s:2:\"2x\";s:75:\"https://ps.w.org/wordpress-social-login/assets/icon-256x256.png?rev=1013188\";s:7:\"default\";s:75:\"https://ps.w.org/wordpress-social-login/assets/icon-256x256.png?rev=1013188\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:76:\"https://ps.w.org/wordpress-social-login/assets/banner-772x250.png?rev=503808\";s:7:\"default\";s:76:\"https://ps.w.org/wordpress-social-login/assets/banner-772x250.png?rev=503808\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"wps-hide-login/wps-hide-login.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wps-hide-login\";s:4:\"slug\";s:14:\"wps-hide-login\";s:6:\"plugin\";s:33:\"wps-hide-login/wps-hide-login.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wps-hide-login/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wps-hide-login.1.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-128x128.png?rev=1144387\";s:2:\"2x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-256x256.png?rev=1144387\";s:7:\"default\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-256x256.png?rev=1144387\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wps-hide-login/assets/banner-1544x500.png?rev=1144387\";s:2:\"1x\";s:69:\"https://ps.w.org/wps-hide-login/assets/banner-772x250.jpg?rev=1144387\";s:7:\"default\";s:70:\"https://ps.w.org/wps-hide-login/assets/banner-1544x500.png?rev=1144387\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(566,'_site_transient_timeout_kirki_googlefonts_cache','1517115209','no'),(567,'_site_transient_kirki_googlefonts_cache','a:848:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Baloo\";a:3:{s:5:\"label\";s:5:\"Baloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Bhai\";a:3:{s:5:\"label\";s:10:\"Baloo Bhai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaijaan\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaijaan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhaina\";a:3:{s:5:\"label\";s:12:\"Baloo Bhaina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Chettan\";a:3:{s:5:\"label\";s:13:\"Baloo Chettan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Baloo Da\";a:3:{s:5:\"label\";s:8:\"Baloo Da\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Baloo Paaji\";a:3:{s:5:\"label\";s:11:\"Baloo Paaji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Baloo Tamma\";a:3:{s:5:\"label\";s:11:\"Baloo Tamma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tammudu\";a:3:{s:5:\"label\";s:13:\"Baloo Tammudu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Thambi\";a:3:{s:5:\"label\";s:12:\"Baloo Thambi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Muli\";a:3:{s:5:\"label\";s:4:\"Muli\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:8:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'); /*!40000 ALTER TABLE `wpf_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_postmeta` -- DROP TABLE IF EXISTS `wpf_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=6047 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_postmeta` -- LOCK TABLES `wpf_postmeta` WRITE; /*!40000 ALTER TABLE `wpf_postmeta` DISABLE KEYS */; INSERT INTO `wpf_postmeta` VALUES (2,4,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(3,4,'_mail','a:8:{s:7:\"subject\";s:30:\"The Fry Group \"[your-subject]\"\";s:6:\"sender\";s:36:\"[your-name] <alan@2xconversions.com>\";s:4:\"body\";s:186:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Fry Group (https://2xconversions.com/frygroup)\";s:9:\"recipient\";s:22:\"alan@2xconversions.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"The Fry Group \"[your-subject]\"\";s:6:\"sender\";s:38:\"The Fry Group <alan@2xconversions.com>\";s:4:\"body\";s:128:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Fry Group (https://2xconversions.com/frygroup)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: alan@2xconversions.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,4,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(6,4,'_additional_settings',NULL),(7,4,'_locale','en_US'),(8,5,'_wp_attached_file','revslider/RealtyspaceSlider11/banner-1.jpg'),(9,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:42:\"revslider/RealtyspaceSlider11/banner-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(10,6,'_wp_attached_file','revslider/RealtyspaceSlider11/banner-2.jpg'),(11,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:42:\"revslider/RealtyspaceSlider11/banner-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-2-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,7,'_wp_attached_file','revslider/RealtyspaceSlider11/banner-3.jpg'),(13,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:42:\"revslider/RealtyspaceSlider11/banner-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-3-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-3-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(14,8,'_wp_attached_file','revslider/RealtyspaceSlider11/banner-4.jpg'),(15,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:42:\"revslider/RealtyspaceSlider11/banner-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-4-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-4-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,16,'_wp_attached_file','2016/04/banner-1.jpg'),(17,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2016/04/banner-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(18,17,'_wp_attached_file','2016/04/banner-2.jpg'),(19,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2016/04/banner-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-2-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20,17,'_wp_attachment_is_custom_background','realtyspace'),(21,18,'_wp_attached_file','2016/04/banner-3.jpg'),(22,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2016/04/banner-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-3-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-3-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(23,19,'_wp_attached_file','2016/04/banner-4.jpg'),(24,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2016/04/banner-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-4-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-4-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(25,21,'_wp_attached_file','2016/04/12.jpg'),(26,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/12.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-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:14:\"12-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"12-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"12-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(27,22,'_wp_attached_file','2016/04/14.jpg'),(28,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/14.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"14-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"14-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"14-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(29,23,'_wp_attached_file','2016/04/15.jpg'),(30,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/15.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"15-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:14:\"15-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"15-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"15-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(31,24,'_wp_attached_file','2016/04/16.jpg'),(32,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/16.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"16-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:14:\"16-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"16-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"16-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(33,25,'_wp_attached_file','2016/04/01.jpg'),(34,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/01.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"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:14:\"01-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"01-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"01-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(35,26,'_wp_attached_file','2016/04/02.jpg'),(36,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"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:14:\"02-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"02-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"02-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(37,27,'_wp_attached_file','2016/04/03.jpg'),(38,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/03.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"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:4:{s:4:\"file\";s:14:\"03-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"03-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"03-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(39,28,'_wp_attached_file','2016/04/04.jpg'),(40,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/04.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"04-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:14:\"04-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"04-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"04-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(41,29,'_wp_attached_file','2016/04/05.jpg'),(42,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/05.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"05-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:14:\"05-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"05-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"05-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(43,30,'_wp_attached_file','2016/04/06.jpg'),(44,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/06.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"06-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:14:\"06-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"06-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"06-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(45,31,'_wp_attached_file','2016/04/07.jpg'),(46,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/07.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"07-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:14:\"07-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"07-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"07-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(47,32,'_wp_attached_file','2016/04/08.jpg'),(48,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/08.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"08-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:14:\"08-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"08-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"08-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(49,33,'_wp_attached_file','2016/04/09.jpg'),(50,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/09.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"09-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:14:\"09-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"09-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"09-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(51,34,'_wp_attached_file','2016/04/10.jpg'),(52,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/10.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-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:14:\"10-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"10-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"10-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(53,209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(54,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(55,35,'_wp_attached_file','2016/04/11.jpg'),(56,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2336;s:6:\"height\";i:1100;s:4:\"file\";s:14:\"2016/04/11.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"11-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"11-768x362.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"11-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;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:{}}}'),(57,39,'_wp_attached_file','2016/04/notes.pdf'),(58,72,'_wp_attached_file','2016/04/worker-1.jpg'),(59,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2016/04/worker-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"worker-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"worker-1-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;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:{}}}'),(60,73,'_wp_attached_file','2016/04/worker-2.jpg'),(61,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2016/04/worker-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"worker-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"worker-2-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;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:{}}}'),(62,74,'_wp_attached_file','2016/04/worker-3.jpg'),(63,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2016/04/worker-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"worker-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"worker-3-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;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:{}}}'),(64,75,'_wp_attached_file','2016/04/worker-4.jpg'),(65,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2016/04/worker-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"worker-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"worker-4-300x288.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:288;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:{}}}'),(66,99,'_wp_attached_file','2016/04/01-1.jpg'),(67,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:16:\"2016/04/01-1.jpg\";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:{}}}'),(68,100,'_wp_attached_file','2016/04/02-1.jpg'),(69,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:16:\"2016/04/02-1.jpg\";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:{}}}'),(70,101,'_wp_attached_file','2016/04/03-1.jpg'),(71,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:16:\"2016/04/03-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,102,'_wp_attached_file','2016/04/04-1.jpg'),(73,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:98;s:4:\"file\";s:16:\"2016/04/04-1.jpg\";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:{}}}'),(74,124,'_wp_attached_file','2016/04/logo-company-1.png'),(75,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2016/04/logo-company-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-company-1-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,125,'_wp_attached_file','2016/04/logo-company-2.png'),(77,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2016/04/logo-company-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-company-2-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,126,'_wp_attached_file','2016/04/logo-company-3.png'),(79,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2016/04/logo-company-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-company-3-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,127,'_wp_attached_file','2016/04/logo-company-4.png'),(81,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2016/04/logo-company-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-company-4-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,128,'_wp_attached_file','2016/04/logo-company-5.png'),(83,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:50;s:4:\"file\";s:26:\"2016/04/logo-company-5.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-company-5-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,135,'_wp_attached_file','2016/04/banner-subpage.jpg'),(85,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1968;s:6:\"height\";i:510;s:4:\"file\";s:26:\"2016/04/banner-subpage.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"banner-subpage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"banner-subpage-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"banner-subpage-768x199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"banner-subpage-1024x265.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,136,'_wp_attached_file','2016/04/bg-achievement.jpg'),(87,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:320;s:4:\"file\";s:26:\"2016/04/bg-achievement.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg-achievement-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg-achievement-300x51.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bg-achievement-768x129.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bg-achievement-1024x172.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(88,137,'_wp_attached_file','2016/04/bg-achievement-mob.jpg'),(89,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:580;s:4:\"file\";s:30:\"2016/04/bg-achievement-mob.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"bg-achievement-mob-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:30:\"bg-achievement-mob-166x300.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90,138,'_wp_attached_file','2016/04/bg-feature.jpg'),(91,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:871;s:6:\"height\";i:740;s:4:\"file\";s:22:\"2016/04/bg-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-feature-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:\"bg-feature-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-feature-768x652.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,139,'_wp_attached_file','2016/04/bg-footer.jpg'),(93,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:355;s:4:\"file\";s:21:\"2016/04/bg-footer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-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:\"bg-footer-300x54.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-footer-768x139.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-footer-1024x185.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,68,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(95,68,'cf47rs_subheading',''),(96,68,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(97,68,'cf47rs_panel',''),(98,68,'_cf47rs_panel','field_cf47rs_post_header_panel'),(99,68,'cf47rs_hero_enable','0'),(100,68,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(101,68,'cf47rs_job_title',''),(102,68,'_cf47rs_job_title','field_cf47rs_agent_job_title'),(103,68,'cf47rs_email',''),(104,68,'_cf47rs_email','field_cf47rs_agent_email'),(113,68,'cf47rs_contact_numbers',''),(114,68,'_cf47rs_contact_numbers','field_cf47rs_agent_contact_numbers'),(119,68,'cf47rs_additional_fields',''),(120,68,'_cf47rs_additional_fields','field_cf47rs_agent_additional_fields'),(129,68,'cf47rs_social_profiles',''),(130,68,'_cf47rs_social_profiles','field_cf47rs_agent_social_profiles'),(131,68,'cf47rs_extra_sidebar_position','global'),(132,68,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(133,68,'_thumbnail_id','736'),(134,76,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135,76,'cf47rs_subheading',''),(136,76,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(137,76,'cf47rs_panel',''),(138,76,'_cf47rs_panel','field_cf47rs_post_header_panel'),(139,76,'cf47rs_hero_enable','0'),(140,76,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(141,76,'cf47rs_job_title',''),(142,76,'_cf47rs_job_title','field_cf47rs_agent_job_title'),(143,76,'cf47rs_email',''),(144,76,'_cf47rs_email','field_cf47rs_agent_email'),(153,76,'cf47rs_contact_numbers',''),(154,76,'_cf47rs_contact_numbers','field_cf47rs_agent_contact_numbers'),(159,76,'cf47rs_additional_fields',''),(160,76,'_cf47rs_additional_fields','field_cf47rs_agent_additional_fields'),(169,76,'cf47rs_social_profiles',''),(170,76,'_cf47rs_social_profiles','field_cf47rs_agent_social_profiles'),(171,76,'cf47rs_extra_sidebar_position','global'),(172,76,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(173,76,'_thumbnail_id','737'),(174,76,'_dp_original','68'),(179,76,'slide_template','default'),(180,77,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(181,77,'cf47rs_subheading',''),(182,77,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(183,77,'cf47rs_panel',''),(184,77,'_cf47rs_panel','field_cf47rs_post_header_panel'),(185,77,'cf47rs_hero_enable','0'),(186,77,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(187,77,'cf47rs_job_title',''),(188,77,'_cf47rs_job_title','field_cf47rs_agent_job_title'),(189,77,'cf47rs_email',''),(190,77,'_cf47rs_email','field_cf47rs_agent_email'),(199,77,'cf47rs_contact_numbers',''),(200,77,'_cf47rs_contact_numbers','field_cf47rs_agent_contact_numbers'),(205,77,'cf47rs_additional_fields',''),(206,77,'_cf47rs_additional_fields','field_cf47rs_agent_additional_fields'),(215,77,'cf47rs_social_profiles',''),(216,77,'_cf47rs_social_profiles','field_cf47rs_agent_social_profiles'),(217,77,'cf47rs_extra_sidebar_position','global'),(218,77,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(219,77,'_thumbnail_id','734'),(224,77,'_dp_original','76'),(225,77,'slide_template','default'),(226,78,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(227,78,'cf47rs_subheading',''),(228,78,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(229,78,'cf47rs_panel',''),(230,78,'_cf47rs_panel','field_cf47rs_post_header_panel'),(231,78,'cf47rs_hero_enable','0'),(232,78,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(233,78,'cf47rs_job_title',''),(234,78,'_cf47rs_job_title','field_cf47rs_agent_job_title'),(235,78,'cf47rs_email',''),(236,78,'_cf47rs_email','field_cf47rs_agent_email'),(245,78,'cf47rs_contact_numbers',''),(246,78,'_cf47rs_contact_numbers','field_cf47rs_agent_contact_numbers'),(251,78,'cf47rs_additional_fields',''),(252,78,'_cf47rs_additional_fields','field_cf47rs_agent_additional_fields'),(261,78,'cf47rs_social_profiles',''),(262,78,'_cf47rs_social_profiles','field_cf47rs_agent_social_profiles'),(263,78,'cf47rs_extra_sidebar_position','global'),(264,78,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(265,78,'_thumbnail_id','732'),(266,78,'_dp_original','77'),(267,78,'slide_template','default'),(268,79,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(269,79,'cf47rs_subheading',''),(270,79,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(271,79,'cf47rs_panel',''),(272,79,'_cf47rs_panel','field_cf47rs_post_header_panel'),(273,79,'cf47rs_hero_enable','0'),(274,79,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(275,79,'cf47rs_job_title',''),(276,79,'_cf47rs_job_title','field_cf47rs_agent_job_title'),(277,79,'cf47rs_email',''),(278,79,'_cf47rs_email','field_cf47rs_agent_email'),(279,79,'cf47rs_contact_numbers_0_type',''),(280,79,'_cf47rs_contact_numbers_0_type','field_cf47rs_agent_contact_numbers_type'),(281,79,'cf47rs_contact_numbers_0_number',''),(282,79,'_cf47rs_contact_numbers_0_number','field_cf47rs_agent_contact_numbers_number'),(283,79,'cf47rs_contact_numbers_1_type',''),(284,79,'_cf47rs_contact_numbers_1_type','field_cf47rs_agent_contact_numbers_type'),(285,79,'cf47rs_contact_numbers_1_number',''),(286,79,'_cf47rs_contact_numbers_1_number','field_cf47rs_agent_contact_numbers_number'),(287,79,'cf47rs_contact_numbers','2'),(288,79,'_cf47rs_contact_numbers','field_cf47rs_agent_contact_numbers'),(293,79,'cf47rs_additional_fields',''),(294,79,'_cf47rs_additional_fields','field_cf47rs_agent_additional_fields'),(303,79,'cf47rs_social_profiles',''),(304,79,'_cf47rs_social_profiles','field_cf47rs_agent_social_profiles'),(305,79,'cf47rs_extra_sidebar_position','global'),(306,79,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(307,79,'_thumbnail_id','731'),(312,79,'_dp_original','76'),(313,79,'slide_template','default'),(314,112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(315,112,'cf47rs_subheading',''),(316,112,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(317,112,'cf47rs_panel',''),(318,112,'_cf47rs_panel','field_cf47rs_post_header_panel'),(319,112,'cf47rs_hero_enable','0'),(320,112,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(321,112,'cf47rs_extra_sidebar_position','global'),(322,112,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(323,116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(324,116,'cf47rs_subheading',''),(325,116,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(326,116,'cf47rs_panel',''),(327,116,'_cf47rs_panel','field_cf47rs_post_header_panel'),(328,116,'cf47rs_hero_enable','0'),(329,116,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(330,116,'cf47rs_extra_sidebar_position','global'),(331,116,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(332,141,'_wp_attached_file','2016/04/bg-gosubmit-mob.jpg'),(333,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:616;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2016/04/bg-gosubmit-mob.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bg-gosubmit-mob-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:26:\"bg-gosubmit-mob-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;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:{}}}'),(334,142,'_wp_attached_file','2016/04/bg-search.jpg'),(335,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:535;s:4:\"file\";s:21:\"2016/04/bg-search.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-search-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:\"bg-search-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-search-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-search-1024x288.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:288;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:{}}}'),(336,143,'_wp_attached_file','2016/04/bg-worker.jpg'),(337,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1915;s:6:\"height\";i:799;s:4:\"file\";s:21:\"2016/04/bg-worker.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-worker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"bg-worker-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-worker-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-worker-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;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:{}}}'),(338,144,'_wp_attached_file','2016/04/bg-worker1.jpg'),(339,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:909;s:4:\"file\";s:22:\"2016/04/bg-worker1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-worker1-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:\"bg-worker1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-worker1-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"bg-worker1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;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:{}}}'),(340,145,'_wp_attached_file','2016/04/bg-worker-mob.jpg'),(341,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:1205;s:4:\"file\";s:25:\"2016/04/bg-worker-mob.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-worker-mob-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bg-worker-mob-166x300.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg-worker-mob-565x1024.jpg\";s:5:\"width\";i:565;s:6:\"height\";i:1024;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:{}}}'),(342,197,'_wp_attached_file','2016/04/playercover.jpg'),(343,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1740;s:6:\"height\";i:960;s:4:\"file\";s:23:\"2016/04/playercover.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"playercover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"playercover-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"playercover-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"playercover-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;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:{}}}'),(344,207,'_wp_attached_file','2016/04/favicon.png'),(345,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:19:\"2016/04/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(346,214,'_wp_attached_file','2016/04/RKcWlnt.jpg'),(347,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2016/04/RKcWlnt.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"RKcWlnt-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:19:\"RKcWlnt-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"RKcWlnt-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"RKcWlnt-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;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:{}}}'),(348,215,'_wp_attached_file','2016/04/banner-1-1.jpg'),(349,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2016/04/banner-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-1-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-1-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-1-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(350,216,'_wp_attached_file','2016/04/banner-2-1.jpg'),(351,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2016/04/banner-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-2-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-2-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-2-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(352,217,'_wp_attached_file','2016/04/banner-3-1.jpg'),(353,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2016/04/banner-3-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-3-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-3-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-3-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(354,217,'_wp_attachment_is_custom_background','realtyspace'),(355,218,'_wp_attached_file','2016/04/banner-4-1.jpg'),(356,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2016/04/banner-4-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-4-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-4-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-4-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(357,350,'_wp_attached_file','2016/06/bg-gosubmit.jpg'),(358,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:202;s:4:\"file\";s:23:\"2016/06/bg-gosubmit.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg-gosubmit-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:\"bg-gosubmit-300x51.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg-gosubmit-768x129.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg-gosubmit-1024x172.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:172;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:{}}}'),(721,113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(722,113,'cf47rs_subheading',''),(723,113,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(724,113,'cf47rs_panel',''),(725,113,'_cf47rs_panel','field_cf47rs_post_header_panel'),(726,113,'cf47rs_hero_enable','0'),(727,113,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(728,113,'cf47rs_extra_sidebar_position','global'),(729,113,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(730,114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(731,114,'cf47rs_subheading',''),(732,114,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(733,114,'cf47rs_panel',''),(734,114,'_cf47rs_panel','field_cf47rs_post_header_panel'),(735,114,'cf47rs_hero_enable','0'),(736,114,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(737,114,'cf47rs_extra_sidebar_position','global'),(738,114,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(739,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(740,115,'cf47rs_subheading',''),(741,115,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(742,115,'cf47rs_panel',''),(743,115,'_cf47rs_panel','field_cf47rs_post_header_panel'),(744,115,'cf47rs_hero_enable','0'),(745,115,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(746,115,'cf47rs_extra_sidebar_position','global'),(747,115,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(748,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(749,117,'cf47rs_subheading',''),(750,117,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(751,117,'cf47rs_panel',''),(752,117,'_cf47rs_panel','field_cf47rs_post_header_panel'),(753,117,'cf47rs_hero_enable','0'),(754,117,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(755,117,'cf47rs_extra_sidebar_position','global'),(756,117,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(757,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(758,118,'cf47rs_subheading',''),(759,118,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(760,118,'cf47rs_panel',''),(761,118,'_cf47rs_panel','field_cf47rs_post_header_panel'),(762,118,'cf47rs_hero_enable','0'),(763,118,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(764,118,'cf47rs_extra_sidebar_position','global'),(765,118,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(766,119,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(767,119,'cf47rs_subheading',''),(768,119,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(769,119,'cf47rs_panel',''),(770,119,'_cf47rs_panel','field_cf47rs_post_header_panel'),(771,119,'cf47rs_hero_enable','0'),(772,119,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(773,119,'cf47rs_extra_sidebar_position','global'),(774,119,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(775,120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(776,120,'cf47rs_subheading',''),(777,120,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(778,120,'cf47rs_panel',''),(779,120,'_cf47rs_panel','field_cf47rs_post_header_panel'),(780,120,'cf47rs_hero_enable','0'),(781,120,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(782,120,'cf47rs_extra_sidebar_position','global'),(783,120,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(784,121,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(785,121,'cf47rs_subheading',''),(786,121,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(787,121,'cf47rs_panel',''),(788,121,'_cf47rs_panel','field_cf47rs_post_header_panel'),(789,121,'cf47rs_hero_enable','0'),(790,121,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(791,121,'cf47rs_extra_sidebar_position','global'),(792,121,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(793,122,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(794,122,'cf47rs_subheading',''),(795,122,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(796,122,'cf47rs_panel',''),(797,122,'_cf47rs_panel','field_cf47rs_post_header_panel'),(798,122,'cf47rs_hero_enable','0'),(799,122,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(800,122,'cf47rs_extra_sidebar_position','global'),(801,122,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(802,123,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(803,123,'cf47rs_subheading',''),(804,123,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(805,123,'cf47rs_panel',''),(806,123,'_cf47rs_panel','field_cf47rs_post_header_panel'),(807,123,'cf47rs_hero_enable','0'),(808,123,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(809,123,'cf47rs_extra_sidebar_position','global'),(810,123,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(811,123,'cf47rs_url',''),(812,123,'_cf47rs_url','field_cf47rs_partner_url'),(813,123,'cf47rs_image','125'),(814,123,'_cf47rs_image','field_cf47rs_partner_image'),(815,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(816,129,'cf47rs_subheading',''),(817,129,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(818,129,'cf47rs_panel',''),(819,129,'_cf47rs_panel','field_cf47rs_post_header_panel'),(820,129,'cf47rs_hero_enable','0'),(821,129,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(822,129,'cf47rs_extra_sidebar_position','global'),(823,129,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(824,129,'cf47rs_url',''),(825,129,'_cf47rs_url','field_cf47rs_partner_url'),(826,129,'cf47rs_image','126'),(827,129,'_cf47rs_image','field_cf47rs_partner_image'),(828,130,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(829,130,'cf47rs_subheading',''),(830,130,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(831,130,'cf47rs_panel',''),(832,130,'_cf47rs_panel','field_cf47rs_post_header_panel'),(833,130,'cf47rs_hero_enable','0'),(834,130,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(835,130,'cf47rs_extra_sidebar_position','global'),(836,130,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(837,130,'cf47rs_url',''),(838,130,'_cf47rs_url','field_cf47rs_partner_url'),(839,130,'cf47rs_image','128'),(840,130,'_cf47rs_image','field_cf47rs_partner_image'),(841,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(842,131,'cf47rs_subheading',''),(843,131,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(844,131,'cf47rs_panel',''),(845,131,'_cf47rs_panel','field_cf47rs_post_header_panel'),(846,131,'cf47rs_hero_enable','0'),(847,131,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(848,131,'cf47rs_extra_sidebar_position','global'),(849,131,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(850,131,'cf47rs_url',''),(851,131,'_cf47rs_url','field_cf47rs_partner_url'),(852,131,'cf47rs_image','127'),(853,131,'_cf47rs_image','field_cf47rs_partner_image'),(854,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(855,132,'cf47rs_subheading',''),(856,132,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(857,132,'cf47rs_panel',''),(858,132,'_cf47rs_panel','field_cf47rs_post_header_panel'),(859,132,'cf47rs_hero_enable','0'),(860,132,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(861,132,'cf47rs_extra_sidebar_position','global'),(862,132,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(863,132,'cf47rs_url',''),(864,132,'_cf47rs_url','field_cf47rs_partner_url'),(865,132,'cf47rs_image','124'),(866,132,'_cf47rs_image','field_cf47rs_partner_image'),(867,134,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(868,134,'cf47rs_subheading',''),(869,134,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(870,134,'cf47rs_panel',''),(871,134,'_cf47rs_panel','field_cf47rs_post_header_panel'),(872,134,'cf47rs_hero_enable','0'),(873,134,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(874,134,'cf47rs_extra_sidebar_position','global'),(875,134,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(876,134,'cf47rs_url',''),(877,134,'_cf47rs_url','field_cf47rs_partner_url'),(878,134,'cf47rs_image','126'),(879,134,'_cf47rs_image','field_cf47rs_partner_image'),(880,134,'_dp_original','129'),(964,98,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(965,98,'_thumbnail_id','99'),(966,98,'cf47rs_subheading',''),(967,98,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(968,98,'cf47rs_panel',''),(969,98,'_cf47rs_panel','field_cf47rs_post_header_panel'),(970,98,'cf47rs_hero_enable','0'),(971,98,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(972,98,'cf47rs_job_title','Brand Manager'),(973,98,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(974,98,'cf47rs_extra_sidebar_position','global'),(975,98,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(976,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(977,103,'_thumbnail_id','100'),(978,103,'cf47rs_subheading',''),(979,103,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(980,103,'cf47rs_panel',''),(981,103,'_cf47rs_panel','field_cf47rs_post_header_panel'),(982,103,'cf47rs_hero_enable','0'),(983,103,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(984,103,'cf47rs_job_title','Designer'),(985,103,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(986,103,'cf47rs_extra_sidebar_position','global'),(987,103,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(988,104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(989,104,'_thumbnail_id','101'),(990,104,'cf47rs_subheading',''),(991,104,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(992,104,'cf47rs_panel',''),(993,104,'_cf47rs_panel','field_cf47rs_post_header_panel'),(994,104,'cf47rs_hero_enable','0'),(995,104,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(996,104,'cf47rs_job_title','Marketing Manager'),(997,104,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(998,104,'cf47rs_extra_sidebar_position','global'),(999,104,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1000,105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1001,105,'_thumbnail_id','102'),(1002,105,'cf47rs_subheading',''),(1003,105,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(1004,105,'cf47rs_panel',''),(1005,105,'_cf47rs_panel','field_cf47rs_post_header_panel'),(1006,105,'cf47rs_hero_enable','0'),(1007,105,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(1008,105,'cf47rs_job_title','Housewife'),(1009,105,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(1010,105,'cf47rs_extra_sidebar_position','global'),(1011,105,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1012,106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1013,106,'_thumbnail_id','74'),(1014,106,'cf47rs_subheading',''),(1015,106,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(1016,106,'cf47rs_panel',''),(1017,106,'_cf47rs_panel','field_cf47rs_post_header_panel'),(1018,106,'cf47rs_hero_enable','0'),(1019,106,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(1020,106,'cf47rs_job_title','Blogger'),(1021,106,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(1022,106,'cf47rs_extra_sidebar_position','none'),(1023,106,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1024,106,'_dp_original','105'),(1025,106,'slide_template','default'),(1026,172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1027,172,'_ca_post_type','cf47rs_property'),(1028,174,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1029,174,'_ca_post_type','cf47rs_agent'),(1030,176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1031,176,'_ca_post_type','post'),(1106,182,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1107,182,'_ca_post_type','180'),(1108,491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1109,491,'_ca_post_type','76'),(1731,561,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1732,561,'_wp_page_template','default'),(1733,561,'cf47rs_subheading',''),(1734,561,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(1735,561,'cf47rs_panel',''),(1736,561,'_cf47rs_panel','field_cf47rs_post_header_panel'),(1737,561,'cf47rs_hero_enable','0'),(1738,561,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(1739,561,'cf47rs_extra_sidebar_position','global'),(1740,561,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1741,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1742,10,'_wp_page_template','page-templates/template-submitted-properties.php'),(1743,10,'cf47rs_subheading','My property list contains 12 items'),(1744,10,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(1745,10,'cf47rs_panel','dfgdsfgsdfgsdfg dg sdfg '),(1746,10,'_cf47rs_panel','field_cf47rs_post_header_panel'),(1747,10,'cf47rs_hero_enable','0'),(1748,10,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(1749,10,'cf47rs_extra_sidebar_position','global'),(1750,10,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1751,10,'slide_template','default'),(1780,86,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1781,86,'_wp_page_template','page-templates/template-page-contact.php'),(1782,86,'cf47rs_subheading',''),(1783,86,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(1784,86,'cf47rs_panel',''),(1785,86,'_cf47rs_panel','field_cf47rs_post_header_panel'),(1786,86,'cf47rs_hero_enable','1'),(1787,86,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(1788,86,'cf47rs_contact_sections_0_group_name','The Fry Group'),(1789,86,'_cf47rs_contact_sections_0_group_name','field_cf47rs_contact_contact_sections_group_name'),(1790,86,'cf47rs_contact_sections_0_address','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110\r\nUSA'),(1791,86,'_cf47rs_contact_sections_0_address','field_cf47rs_contact_contact_sections_address'),(1792,86,'cf47rs_contact_sections_0_phone','651-775-5751'),(1793,86,'_cf47rs_contact_sections_0_phone','field_cf47rs_contact_contact_sections_phone'),(1794,86,'cf47rs_contact_sections_0_fax',''),(1795,86,'_cf47rs_contact_sections_0_fax','field_cf47rs_contact_contact_sections_fax'),(1800,86,'cf47rs_contact_sections_0_emails',''),(1801,86,'_cf47rs_contact_sections_0_emails','field_cf47rs_contact_contact_sections_emails'),(1802,86,'cf47rs_contact_sections_0_working_hours',''),(1803,86,'_cf47rs_contact_sections_0_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(1804,86,'cf47rs_contact_sections','2'),(1805,86,'_cf47rs_contact_sections','field_cf47rs_contact_contact_sections'),(1810,86,'cf47rs_contact_social_profiles',''),(1811,86,'_cf47rs_contact_social_profiles','field_cf47rs_contact_contact_social_profiles'),(1812,86,'cf47rs_contact_form_cf7_id','88'),(1813,86,'_cf47rs_contact_form_cf7_id','field_cf47rs_contact_contact_form_cf7_id'),(1814,86,'cf47rs_extra_sidebar_position','global'),(1815,86,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1816,86,'cf47rs_contact_sections_1_group_name',''),(1817,86,'_cf47rs_contact_sections_1_group_name','field_cf47rs_contact_contact_sections_group_name'),(1818,86,'cf47rs_contact_sections_1_address',''),(1819,86,'_cf47rs_contact_sections_1_address','field_cf47rs_contact_contact_sections_address'),(1820,86,'cf47rs_contact_sections_1_phone',''),(1821,86,'_cf47rs_contact_sections_1_phone','field_cf47rs_contact_contact_sections_phone'),(1822,86,'cf47rs_contact_sections_1_fax',''),(1823,86,'_cf47rs_contact_sections_1_fax','field_cf47rs_contact_contact_sections_fax'),(1826,86,'cf47rs_contact_sections_1_emails',''),(1827,86,'_cf47rs_contact_sections_1_emails','field_cf47rs_contact_contact_sections_emails'),(1828,86,'cf47rs_contact_sections_1_working_hours',''),(1829,86,'_cf47rs_contact_sections_1_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(1834,86,'cf47rs_hero_content_type','map'),(1835,86,'_cf47rs_hero_content_type','field_cf47rs_hero_unit_hero_content_type'),(1836,86,'cf47rs_hero_map','a:3:{s:7:\"address\";s:43:\"2186 3rd St, White Bear Lake, MN 55110, USA\";s:3:\"lat\";s:18:\"45.084105212267595\";s:3:\"lng\";s:18:\"-93.00843000411987\";}'),(1837,86,'_cf47rs_hero_map','field_cf47rs_hero_unit_hero_map'),(1838,86,'cf47rs_hero_map_zoom','10'),(1839,86,'_cf47rs_hero_map_zoom','field_cf47rs_hero_unit_hero_map_zoom'),(1840,86,'cf47rs_hero_map_infobox_text','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110'),(1841,86,'_cf47rs_hero_map_infobox_text','field_cf47rs_hero_unit_hero_map_infobox_text'),(1915,324,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1916,324,'_wpb_shortcodes_custom_css','.vc_custom_1469296117492{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}.vc_custom_1467988563098{background-color: #ffffff !important;}.vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}.vc_custom_1466700872272{padding-top: 0px !important;}.vc_custom_1467988552700{padding-top: 0px !important;}.vc_custom_1467988556822{padding-top: 0px !important;}.vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(1917,324,'_wp_page_template','page-templates/template-vc.php'),(1918,324,'slide_template','default'),(1919,324,'_wpb_vc_js_status','true'),(1920,324,'cf47rs_subheading',''),(1921,324,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(1922,324,'cf47rs_panel',''),(1923,324,'_cf47rs_panel','field_cf47rs_post_header_panel'),(1924,324,'cf47rs_hero_enable','0'),(1925,324,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(1926,324,'cf47rs_extra_sidebar_position','global'),(1927,324,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(1928,324,'cf47rs_extra_show_breadcrumbs','0'),(1929,324,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(1930,324,'cf47rs_extra_header_force_style','style2'),(1931,324,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(2114,88,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2115,88,'_form','<div class=\"row\"> \n <div class=\"form-group\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">E-mail</label>\n [email email-793 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Message</label>\n [textarea textarea-58 class:form-control]\n </div>\n</div> \n<div class=\"row form__buttons\">\n [submit class:form__submit]\n</div>'),(2116,88,'_mail','a:8:{s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@realtyspace.dev>\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:22:\"test@codefactory47.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2117,88,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"Realtyspace <wordpress@realtyspace.dev>\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: office@codefactory47.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2118,88,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2119,88,'_additional_settings',''),(2120,88,'_locale','en_US'),(2121,88,'_config_errors','a:2:{s:11:\"mail.sender\";i:103;s:23:\"mail.additional_headers\";i:102;}'),(2122,108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2123,108,'_form','<div class=\"row\">\n <div class=\"form-group required\">\n <label class=\"control-label sr-only\">E-mail</label>\n [email* email-793 class:form-control class:form__in placeholder \"E-mail\"]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label sr-only\">Message for us</label>\n [textarea* textarea-58 class:form-control class:form__in placeholder \"Message for us\"]\n </div>\n</div>\n<div class=\"row form__buttons\">\n [submit class:form__submit]\n</div>'),(2124,108,'_mail','a:8:{s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@realtyspace.dev>\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:22:\"test@codefactory47.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2125,108,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"Realtyspace <wordpress@realtyspace.dev>\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: office@codefactory47.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2126,108,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2127,108,'_additional_settings',''),(2128,108,'_locale','en_US'),(2129,108,'_config_errors','a:2:{s:11:\"mail.sender\";i:103;s:23:\"mail.additional_headers\";i:102;}'),(2130,109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2131,109,'_form','<div class=\"row\">\n <div class=\"form-group required form-group--col-4\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group form-group--col-4\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group form-group--col-4 required\">\n <label class=\"control-label\">E-mail</label>\n [email* email-793 class:form-control]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label\">Message</label>\n [textarea* textarea-58 class:form-control]\n </div>\n</div>\n<div class=\"row form__buttons\">\n <input type=\"hidden\" name=\"_agent_id\" value=\"{agent_id}\">\n [submit class:form__submit]\n</div>'),(2132,109,'_mail','a:8:{s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@realtyspace.dev>\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:22:\"test@codefactory47.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2133,109,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"Realtyspace <wordpress@realtyspace.dev>\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: office@codefactory47.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2134,109,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2135,109,'_additional_settings',''),(2136,109,'_locale','en_US'),(2137,109,'_config_errors','a:2:{s:11:\"mail.sender\";i:103;s:23:\"mail.additional_headers\";i:102;}'),(2138,110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2139,110,'_form','<div class=\"row\">\n <div class=\"form-group required\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label\">E-mail</label>\n [email* email-793 class:form-control]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label\">Message</label>\n [textarea* textarea-58 class:form-control]\n </div>\n</div>\n<div class=\"row form__buttons\">\n <input type=\"hidden\" name=\"_agent_id\" value=\"{agent_id}\">\n [submit class:form__submit]\n</div>'),(2140,110,'_mail','a:8:{s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@realtyspace.dev>\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:22:\"test@codefactory47.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2141,110,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"Realtyspace <wordpress@realtyspace.dev>\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: office@codefactory47.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2142,110,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2143,110,'_additional_settings',''),(2144,110,'_locale','en_US'),(2145,110,'_config_errors','a:2:{s:11:\"mail.sender\";i:103;s:23:\"mail.additional_headers\";i:102;}'),(2180,171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2181,171,'_ca_exposure','1'),(2182,171,'_ca_handle','0'),(2183,171,'_ca_host','cf47rs-global-sidebar'),(2184,171,'_ca_merge_pos','1'),(2185,173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2186,173,'_ca_exposure','1'),(2187,173,'_ca_handle','0'),(2188,173,'_ca_host','cf47rs-global-sidebar'),(2189,173,'_ca_merge_pos','1'),(2190,175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2191,175,'_ca_exposure','1'),(2192,175,'_ca_handle','0'),(2193,175,'_ca_host','cf47rs-global-sidebar'),(2194,175,'_ca_merge_pos','1'),(2195,181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2196,181,'_ca_exposure','0'),(2197,181,'_ca_handle','0'),(2198,181,'_ca_host','cf47rs-global-sidebar'),(2199,181,'_ca_merge_pos','0'),(2200,181,'_dp_original','171'),(2201,181,'slide_template',''),(2220,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2221,571,'_form','<div class=\"row\"> \n <div class=\"form-group\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">E-mail</label>\n [email email-793 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Message</label>\n [textarea textarea-58 class:form-control]\n </div>\n</div> \n<div class=\"row form__buttons\">\n [submit class:form__submit]\n</div>'),(2222,571,'_mail','a:8:{s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"[your-name] <wordpress@realtyspace.dev>\";s:4:\"body\";s:185:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:22:\"test@codefactory47.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2223,571,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Realtyspace \"[your-subject]\"\";s:6:\"sender\";s:39:\"Realtyspace <wordpress@realtyspace.dev>\";s:4:\"body\";s:127:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:34:\"Reply-To: office@codefactory47.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2224,571,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2225,571,'_additional_settings',''),(2226,571,'_locale','en_US'),(2227,571,'_config_errors','a:2:{s:11:\"mail.sender\";i:103;s:23:\"mail.additional_headers\";i:102;}'),(2228,572,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2229,572,'_wpb_shortcodes_custom_css','.vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1516305468843{background-color: #1e73be !important;}.vc_custom_1516306314625{margin-right: 20% !important;margin-left: 20% !important;}.vc_custom_1466700872272{padding-top: 0px !important;}.vc_custom_1516305900316{background-color: #1e73be !important;}'),(2230,572,'_wp_page_template','page-templates/template-vc.php'),(2231,572,'slide_template','default'),(2232,572,'_wpb_vc_js_status','true'),(2233,572,'cf47rs_subheading',''),(2234,572,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(2235,572,'cf47rs_panel',''),(2236,572,'_cf47rs_panel','field_cf47rs_post_header_panel'),(2237,572,'cf47rs_hero_enable','0'),(2238,572,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(2239,572,'cf47rs_extra_sidebar_position','global'),(2240,572,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(2241,572,'cf47rs_extra_show_breadcrumbs','0'),(2242,572,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(2243,572,'_dp_original','324'),(2244,572,'cf47rs_extra_header_force_style','style1'),(2245,572,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(2246,573,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2248,573,'_wp_page_template','page-templates/template-vc.php'),(2249,573,'slide_template','default'),(2250,573,'_wpb_vc_js_status','true'),(2251,573,'cf47rs_subheading',''),(2252,573,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(2253,573,'cf47rs_panel',''),(2254,573,'_cf47rs_panel','field_cf47rs_post_header_panel'),(2255,573,'cf47rs_hero_enable','0'),(2256,573,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(2257,573,'cf47rs_extra_sidebar_position','global'),(2258,573,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(2259,573,'cf47rs_extra_show_breadcrumbs','0'),(2260,573,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(2261,573,'_dp_original','324'),(2262,573,'cf47rs_extra_header_force_style','style1'),(2263,573,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(2264,574,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2265,574,'_menu_item_type','post_type'),(2266,574,'_menu_item_menu_item_parent','0'),(2267,574,'_menu_item_object_id','86'),(2268,574,'_menu_item_object','page'),(2269,574,'_menu_item_target',''),(2270,574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2271,574,'_menu_item_xfn',''),(2272,574,'_menu_item_url',''),(2291,577,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2292,577,'_menu_item_type','post_type'),(2293,577,'_menu_item_menu_item_parent','0'),(2294,577,'_menu_item_object_id','561'),(2295,577,'_menu_item_object','page'),(2296,577,'_menu_item_target',''),(2297,577,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2298,577,'_menu_item_xfn',''),(2299,577,'_menu_item_url',''),(2327,581,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2328,581,'_menu_item_type','post_type'),(2329,581,'_menu_item_menu_item_parent','0'),(2330,581,'_menu_item_object_id','561'),(2331,581,'_menu_item_object','page'),(2332,581,'_menu_item_target',''),(2333,581,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2334,581,'_menu_item_xfn',''),(2335,581,'_menu_item_url',''),(2336,582,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2337,582,'_menu_item_type','post_type'),(2338,582,'_menu_item_menu_item_parent','0'),(2339,582,'_menu_item_object_id','86'),(2340,582,'_menu_item_object','page'),(2341,582,'_menu_item_target',''),(2342,582,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2343,582,'_menu_item_xfn',''),(2344,582,'_menu_item_url',''),(2489,599,'_wp_attached_file','2018/01/banner-1.jpg'),(2490,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2018/01/banner-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(2491,600,'_wp_attached_file','2018/01/bg-feature.jpg'),(2492,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:871;s:6:\"height\";i:740;s:4:\"file\";s:22:\"2018/01/bg-feature.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg-feature-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:\"bg-feature-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bg-feature-768x652.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:652;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:{}}}'),(2493,601,'_wp_attached_file','2018/01/banner-4.jpg'),(2494,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2018/01/banner-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-4-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-4-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(2495,602,'_wp_attached_file','2018/01/bg-footer.jpg'),(2496,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:355;s:4:\"file\";s:21:\"2018/01/bg-footer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"bg-footer-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:\"bg-footer-300x54.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"bg-footer-768x139.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bg-footer-1024x185.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:185;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:{}}}'),(2497,603,'_wp_attached_file','2018/01/banner-2.jpg'),(2498,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:20:\"2018/01/banner-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-2-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(2499,604,'_wp_attached_file','revslider/RealtyspaceSlider111/banner-1.jpg'),(2500,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:43:\"revslider/RealtyspaceSlider111/banner-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(2501,605,'_wp_attached_file','revslider/RealtyspaceSlider111/banner-2.jpg'),(2502,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:43:\"revslider/RealtyspaceSlider111/banner-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-2-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-2-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(2503,606,'_wp_attached_file','revslider/RealtyspaceSlider111/banner-3.jpg'),(2504,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:43:\"revslider/RealtyspaceSlider111/banner-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-3-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-3-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-3-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(2505,607,'_wp_attached_file','revslider/RealtyspaceSlider111/banner-4.jpg'),(2506,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:43:\"revslider/RealtyspaceSlider111/banner-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-4-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"banner-4-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner-4-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(3445,712,'_wp_attached_file','2018/01/banner-1-1.jpg'),(3446,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2018/01/banner-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-1-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-1-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-1-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(3447,713,'_wp_attached_file','2018/01/bg-feature-1.jpg'),(3448,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:871;s:6:\"height\";i:740;s:4:\"file\";s:24:\"2018/01/bg-feature-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bg-feature-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bg-feature-1-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bg-feature-1-768x652.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:652;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:{}}}'),(3449,714,'_wp_attached_file','2018/01/banner-4-1.jpg'),(3450,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2018/01/banner-4-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-4-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-4-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-4-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(3451,715,'_wp_attached_file','2018/01/bg-footer-1.jpg'),(3452,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:355;s:4:\"file\";s:23:\"2018/01/bg-footer-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bg-footer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bg-footer-1-300x54.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bg-footer-1-768x139.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bg-footer-1-1024x185.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:185;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:{}}}'),(3453,716,'_wp_attached_file','2018/01/banner-2-1.jpg'),(3454,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:915;s:4:\"file\";s:22:\"2018/01/banner-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"banner-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"banner-2-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"banner-2-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"banner-2-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;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:{}}}'),(3455,717,'_wp_attached_file','2018/01/1.png'),(3456,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:607;s:4:\"file\";s:13:\"2018/01/1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x291.png\";s:5:\"width\";i:768;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x388.png\";s:5:\"width\";i:1024;s:6:\"height\";i:388;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:{}}}'),(3457,718,'_wp_trash_meta_status','publish'),(3458,718,'_wp_trash_meta_time','1515090063'),(3459,719,'_wp_trash_meta_status','publish'),(3460,719,'_wp_trash_meta_time','1515090119'),(3461,720,'_wp_trash_meta_status','publish'),(3462,720,'_wp_trash_meta_time','1515090158'),(3463,721,'_wp_trash_meta_status','publish'),(3464,721,'_wp_trash_meta_time','1515090925'),(3465,722,'_wp_trash_meta_status','publish'),(3466,722,'_wp_trash_meta_time','1515090971'),(3467,723,'_edit_lock','1515091858:1'),(3468,723,'_wp_trash_meta_status','publish'),(3469,723,'_wp_trash_meta_time','1515091858'),(3470,572,'_edit_lock','1516306931:1'),(3471,86,'_edit_lock','1515101043:1'),(3472,573,'_edit_lock','1517008134:1'),(3473,324,'_edit_lock','1516421814:1'),(3474,561,'_edit_lock','1515094609:1'),(3476,572,'_edit_last','1'),(3477,724,'cf47rs_subheading',''),(3478,724,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3479,724,'cf47rs_panel',''),(3480,724,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3481,724,'cf47rs_hero_enable','0'),(3482,724,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3483,724,'cf47rs_extra_sidebar_position','global'),(3484,724,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3485,724,'cf47rs_extra_show_breadcrumbs','0'),(3486,724,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3487,724,'cf47rs_extra_header_force_style','style1'),(3488,724,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3489,725,'_wp_trash_meta_status','publish'),(3490,725,'_wp_trash_meta_time','1515096165'),(3491,573,'_edit_last','1'),(3492,727,'cf47rs_subheading',''),(3493,727,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3494,727,'cf47rs_panel',''),(3495,727,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3496,727,'cf47rs_hero_enable','0'),(3497,727,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3498,727,'cf47rs_extra_sidebar_position','global'),(3499,727,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3500,727,'cf47rs_extra_show_breadcrumbs','0'),(3501,727,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3502,727,'cf47rs_extra_header_force_style','style1'),(3503,727,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3504,728,'cf47rs_subheading',''),(3505,728,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3506,728,'cf47rs_panel',''),(3507,728,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3508,728,'cf47rs_hero_enable','0'),(3509,728,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3510,728,'cf47rs_extra_sidebar_position','global'),(3511,728,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3512,728,'cf47rs_extra_show_breadcrumbs','0'),(3513,728,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3514,728,'cf47rs_extra_header_force_style','style1'),(3515,728,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3516,729,'_wp_trash_meta_status','publish'),(3517,729,'_wp_trash_meta_time','1515097854'),(3518,79,'_edit_lock','1515097894:1'),(3519,731,'_wp_attached_file','2016/04/David-Fry-1.jpg'),(3520,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:417;s:6:\"height\";i:487;s:4:\"file\";s:23:\"2016/04/David-Fry-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"David-Fry-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"David-Fry-1-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"HP 6200 i5\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493645774\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3521,79,'_edit_last','1'),(3522,78,'_edit_lock','1515097951:1'),(3523,732,'_wp_attached_file','2016/04/Monica-Fry-1.jpg'),(3524,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:24:\"2016/04/Monica-Fry-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Monica-Fry-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Monica-Fry-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Monica-Fry-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(3525,78,'_edit_last','1'),(3526,77,'_edit_lock','1515098182:1'),(3527,734,'_wp_attached_file','2016/04/David-Huynh-1.jpg'),(3528,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3582;s:6:\"height\";i:3823;s:4:\"file\";s:25:\"2016/04/David-Huynh-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"David-Huynh-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"David-Huynh-1-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"David-Huynh-1-768x820.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"David-Huynh-1-959x1024.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476460991\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3529,77,'_edit_last','1'),(3530,76,'_edit_lock','1515099402:1'),(3531,735,'_wp_attached_file','2016/04/The-Fry-Group-1034-X3.jpg'),(3532,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:33:\"2016/04/The-Fry-Group-1034-X3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"The-Fry-Group-1034-X3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"The-Fry-Group-1034-X3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"The-Fry-Group-1034-X3-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"The-Fry-Group-1034-X3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508334533\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3533,76,'_edit_last','1'),(3534,68,'_edit_lock','1515098299:1'),(3535,736,'_wp_attached_file','2016/04/Alyssa-Marko-1.png'),(3536,736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:466;s:4:\"file\";s:26:\"2016/04/Alyssa-Marko-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Alyssa-Marko-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Alyssa-Marko-1-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;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:{}}}'),(3537,68,'_edit_last','1'),(3538,68,'slide_template','default'),(3539,737,'_wp_attached_file','2016/04/Kim-Nelson-1.jpg'),(3540,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2016/04/Kim-Nelson-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Kim-Nelson-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Kim-Nelson-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Kim-Nelson-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Kim-Nelson-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;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:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1508334795\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"84\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3541,739,'cf47rs_subheading',''),(3542,739,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3543,739,'cf47rs_panel',''),(3544,739,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3545,739,'cf47rs_hero_enable','0'),(3546,739,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3547,739,'cf47rs_extra_sidebar_position','global'),(3548,739,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3549,739,'cf47rs_extra_show_breadcrumbs','0'),(3550,739,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3551,739,'cf47rs_extra_header_force_style','style1'),(3552,739,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3553,740,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3554,740,'_edit_last','1'),(3555,740,'_wp_page_template','default'),(3556,740,'slide_template','default'),(3557,740,'_wpb_vc_js_status','true'),(3558,740,'cf47rs_hero_enable','0'),(3559,740,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3560,740,'cf47rs_extra_sidebar_position','none'),(3561,740,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3562,740,'cf47rs_extra_show_breadcrumbs','1'),(3563,740,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3564,740,'cf47rs_extra_header_force_style','standart'),(3565,740,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3566,741,'cf47rs_hero_enable','0'),(3567,741,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3568,741,'cf47rs_extra_sidebar_position','global'),(3569,741,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3570,741,'cf47rs_extra_show_breadcrumbs','1'),(3571,741,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3572,741,'cf47rs_extra_header_force_style','standart'),(3573,741,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3574,740,'_edit_lock','1516303807:1'),(3575,743,'cf47rs_hero_enable','0'),(3576,743,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3577,743,'cf47rs_extra_sidebar_position','global'),(3578,743,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3579,743,'cf47rs_extra_show_breadcrumbs','1'),(3580,743,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3581,743,'cf47rs_extra_header_force_style','standart'),(3582,743,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3583,744,'cf47rs_hero_enable','0'),(3584,744,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3585,744,'cf47rs_extra_sidebar_position','global'),(3586,744,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3587,744,'cf47rs_extra_show_breadcrumbs','1'),(3588,744,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3589,744,'cf47rs_extra_header_force_style','standart'),(3590,744,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3591,745,'cf47rs_hero_enable','0'),(3592,745,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3593,745,'cf47rs_extra_sidebar_position','none'),(3594,745,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3595,745,'cf47rs_extra_show_breadcrumbs','1'),(3596,745,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3597,745,'cf47rs_extra_header_force_style','standart'),(3598,745,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3599,746,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3600,746,'_menu_item_type','post_type'),(3601,746,'_menu_item_menu_item_parent','0'),(3602,746,'_menu_item_object_id','740'),(3603,746,'_menu_item_object','page'),(3604,746,'_menu_item_target',''),(3605,746,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3606,746,'_menu_item_xfn',''),(3607,746,'_menu_item_url',''),(3609,747,'cf47rs_subheading',''),(3610,747,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3611,747,'cf47rs_panel',''),(3612,747,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3613,747,'cf47rs_hero_enable','0'),(3614,747,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3615,747,'cf47rs_extra_sidebar_position','global'),(3616,747,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3617,747,'cf47rs_extra_show_breadcrumbs','0'),(3618,747,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3619,747,'cf47rs_extra_header_force_style','style1'),(3620,747,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3621,748,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3622,748,'_menu_item_type','post_type'),(3623,748,'_menu_item_menu_item_parent','0'),(3624,748,'_menu_item_object_id','573'),(3625,748,'_menu_item_object','page'),(3626,748,'_menu_item_target',''),(3627,748,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3628,748,'_menu_item_xfn',''),(3629,748,'_menu_item_url',''),(3631,749,'cf47rs_subheading',''),(3632,749,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3633,749,'cf47rs_panel',''),(3634,749,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3635,749,'cf47rs_hero_enable','0'),(3636,749,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3637,749,'cf47rs_extra_sidebar_position','global'),(3638,749,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3639,749,'cf47rs_extra_show_breadcrumbs','0'),(3640,749,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3641,749,'cf47rs_extra_header_force_style','style1'),(3642,749,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3643,750,'cf47rs_subheading',''),(3644,750,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3645,750,'cf47rs_panel',''),(3646,750,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3647,750,'cf47rs_hero_enable','0'),(3648,750,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3649,750,'cf47rs_extra_sidebar_position','global'),(3650,750,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3651,750,'cf47rs_extra_show_breadcrumbs','0'),(3652,750,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3653,750,'cf47rs_extra_header_force_style','style1'),(3654,750,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3655,751,'cf47rs_subheading',''),(3656,751,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3657,751,'cf47rs_panel',''),(3658,751,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3659,751,'cf47rs_hero_enable','0'),(3660,751,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3661,751,'cf47rs_extra_sidebar_position','global'),(3662,751,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3663,751,'cf47rs_extra_show_breadcrumbs','0'),(3664,751,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3665,751,'cf47rs_extra_header_force_style','style1'),(3666,751,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3667,752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3668,752,'_edit_last','1'),(3669,752,'_edit_lock','1517000499:1'),(3670,752,'_wp_page_template','default'),(3671,752,'slide_template','default'),(3672,752,'_wpb_vc_js_status','true'),(3673,752,'cf47rs_hero_enable','0'),(3674,752,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3675,752,'cf47rs_extra_sidebar_position','none'),(3676,752,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3677,752,'cf47rs_extra_show_breadcrumbs','1'),(3678,752,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3679,752,'cf47rs_extra_header_force_style','standart'),(3680,752,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3681,753,'cf47rs_hero_enable','0'),(3682,753,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3683,753,'cf47rs_extra_sidebar_position','none'),(3684,753,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3685,753,'cf47rs_extra_show_breadcrumbs','1'),(3686,753,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3687,753,'cf47rs_extra_header_force_style','standart'),(3688,753,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3689,754,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3690,754,'_menu_item_type','post_type'),(3691,754,'_menu_item_menu_item_parent','0'),(3692,754,'_menu_item_object_id','752'),(3693,754,'_menu_item_object','page'),(3694,754,'_menu_item_target',''),(3695,754,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3696,754,'_menu_item_xfn',''),(3697,754,'_menu_item_url',''),(3699,755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3700,755,'_edit_last','1'),(3701,755,'_edit_lock','1516312414:1'),(3702,755,'_wp_page_template','default'),(3703,755,'slide_template','default'),(3704,755,'_wpb_vc_js_status','true'),(3705,755,'cf47rs_hero_enable','0'),(3706,755,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3707,755,'cf47rs_extra_sidebar_position','none'),(3708,755,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3709,755,'cf47rs_extra_show_breadcrumbs','1'),(3710,755,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3711,755,'cf47rs_extra_header_force_style','standart'),(3712,755,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3713,756,'cf47rs_hero_enable','0'),(3714,756,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3715,756,'cf47rs_extra_sidebar_position','none'),(3716,756,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3717,756,'cf47rs_extra_show_breadcrumbs','1'),(3718,756,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3719,756,'cf47rs_extra_header_force_style','standart'),(3720,756,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3721,757,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3722,757,'_menu_item_type','post_type'),(3723,757,'_menu_item_menu_item_parent','0'),(3724,757,'_menu_item_object_id','755'),(3725,757,'_menu_item_object','page'),(3726,757,'_menu_item_target',''),(3727,757,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3728,757,'_menu_item_xfn',''),(3729,757,'_menu_item_url',''),(3731,86,'_edit_last','1'),(3732,86,'slide_template','default'),(3733,86,'_wpb_vc_js_status','false'),(3734,758,'cf47rs_subheading',''),(3735,758,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3736,758,'cf47rs_panel',''),(3737,758,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3738,758,'cf47rs_hero_enable','1'),(3739,758,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3740,758,'cf47rs_contact_sections_0_group_name','The Fry Group'),(3741,758,'_cf47rs_contact_sections_0_group_name','field_cf47rs_contact_contact_sections_group_name'),(3742,758,'cf47rs_contact_sections_0_address','2186 3rd Street\r\nWhite Bear Lake MN, 55110\r\nUSA'),(3743,758,'_cf47rs_contact_sections_0_address','field_cf47rs_contact_contact_sections_address'),(3744,758,'cf47rs_contact_sections_0_phone','651-775-5751'),(3745,758,'_cf47rs_contact_sections_0_phone','field_cf47rs_contact_contact_sections_phone'),(3746,758,'cf47rs_contact_sections_0_fax',''),(3747,758,'_cf47rs_contact_sections_0_fax','field_cf47rs_contact_contact_sections_fax'),(3748,758,'cf47rs_contact_sections_0_emails',''),(3749,758,'_cf47rs_contact_sections_0_emails','field_cf47rs_contact_contact_sections_emails'),(3750,758,'cf47rs_contact_sections_0_working_hours',''),(3751,758,'_cf47rs_contact_sections_0_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(3752,758,'cf47rs_contact_sections','2'),(3753,758,'_cf47rs_contact_sections','field_cf47rs_contact_contact_sections'),(3754,758,'cf47rs_contact_social_profiles',''),(3755,758,'_cf47rs_contact_social_profiles','field_cf47rs_contact_contact_social_profiles'),(3756,758,'cf47rs_contact_form_cf7_id','88'),(3757,758,'_cf47rs_contact_form_cf7_id','field_cf47rs_contact_contact_form_cf7_id'),(3758,758,'cf47rs_extra_sidebar_position','global'),(3759,758,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3760,758,'cf47rs_contact_sections_1_group_name','Minnesota'),(3761,758,'_cf47rs_contact_sections_1_group_name','field_cf47rs_contact_contact_sections_group_name'),(3762,758,'cf47rs_contact_sections_1_address','2186 3rd Street, White Bear Lake, MN 55110'),(3763,758,'_cf47rs_contact_sections_1_address','field_cf47rs_contact_contact_sections_address'),(3764,758,'cf47rs_contact_sections_1_phone','651-775-5751'),(3765,758,'_cf47rs_contact_sections_1_phone','field_cf47rs_contact_contact_sections_phone'),(3766,758,'cf47rs_contact_sections_1_fax',''),(3767,758,'_cf47rs_contact_sections_1_fax','field_cf47rs_contact_contact_sections_fax'),(3768,758,'cf47rs_contact_sections_1_emails',''),(3769,758,'_cf47rs_contact_sections_1_emails','field_cf47rs_contact_contact_sections_emails'),(3770,758,'cf47rs_contact_sections_1_working_hours',''),(3771,758,'_cf47rs_contact_sections_1_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(3772,758,'cf47rs_hero_content_type','map'),(3773,758,'_cf47rs_hero_content_type','field_cf47rs_hero_unit_hero_content_type'),(3774,758,'cf47rs_hero_map','a:3:{s:7:\"address\";s:27:\"New York, NY, United States\";s:3:\"lat\";s:10:\"40.7127837\";s:3:\"lng\";s:18:\"-74.00594130000002\";}'),(3775,758,'_cf47rs_hero_map','field_cf47rs_hero_unit_hero_map'),(3776,758,'cf47rs_hero_map_zoom','10'),(3777,758,'_cf47rs_hero_map_zoom','field_cf47rs_hero_unit_hero_map_zoom'),(3778,758,'cf47rs_hero_map_infobox_text','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110'),(3779,758,'_cf47rs_hero_map_infobox_text','field_cf47rs_hero_unit_hero_map_infobox_text'),(3780,759,'cf47rs_subheading',''),(3781,759,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3782,759,'cf47rs_panel',''),(3783,759,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3784,759,'cf47rs_hero_enable','1'),(3785,759,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3786,759,'cf47rs_contact_sections_0_group_name','The Fry Group'),(3787,759,'_cf47rs_contact_sections_0_group_name','field_cf47rs_contact_contact_sections_group_name'),(3788,759,'cf47rs_contact_sections_0_address','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110\r\nUSA'),(3789,759,'_cf47rs_contact_sections_0_address','field_cf47rs_contact_contact_sections_address'),(3790,759,'cf47rs_contact_sections_0_phone','651-775-5751'),(3791,759,'_cf47rs_contact_sections_0_phone','field_cf47rs_contact_contact_sections_phone'),(3792,759,'cf47rs_contact_sections_0_fax',''),(3793,759,'_cf47rs_contact_sections_0_fax','field_cf47rs_contact_contact_sections_fax'),(3794,759,'cf47rs_contact_sections_0_emails',''),(3795,759,'_cf47rs_contact_sections_0_emails','field_cf47rs_contact_contact_sections_emails'),(3796,759,'cf47rs_contact_sections_0_working_hours',''),(3797,759,'_cf47rs_contact_sections_0_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(3798,759,'cf47rs_contact_sections','2'),(3799,759,'_cf47rs_contact_sections','field_cf47rs_contact_contact_sections'),(3800,759,'cf47rs_contact_social_profiles',''),(3801,759,'_cf47rs_contact_social_profiles','field_cf47rs_contact_contact_social_profiles'),(3802,759,'cf47rs_contact_form_cf7_id','88'),(3803,759,'_cf47rs_contact_form_cf7_id','field_cf47rs_contact_contact_form_cf7_id'),(3804,759,'cf47rs_extra_sidebar_position','global'),(3805,759,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3806,759,'cf47rs_contact_sections_1_group_name','Minnesota'),(3807,759,'_cf47rs_contact_sections_1_group_name','field_cf47rs_contact_contact_sections_group_name'),(3808,759,'cf47rs_contact_sections_1_address','2186 3rd Street, Suite 103, White Bear Lake, MN 55110'),(3809,759,'_cf47rs_contact_sections_1_address','field_cf47rs_contact_contact_sections_address'),(3810,759,'cf47rs_contact_sections_1_phone','651-775-5751'),(3811,759,'_cf47rs_contact_sections_1_phone','field_cf47rs_contact_contact_sections_phone'),(3812,759,'cf47rs_contact_sections_1_fax',''),(3813,759,'_cf47rs_contact_sections_1_fax','field_cf47rs_contact_contact_sections_fax'),(3814,759,'cf47rs_contact_sections_1_emails',''),(3815,759,'_cf47rs_contact_sections_1_emails','field_cf47rs_contact_contact_sections_emails'),(3816,759,'cf47rs_contact_sections_1_working_hours',''),(3817,759,'_cf47rs_contact_sections_1_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(3818,759,'cf47rs_hero_content_type','map'),(3819,759,'_cf47rs_hero_content_type','field_cf47rs_hero_unit_hero_content_type'),(3820,759,'cf47rs_hero_map','a:3:{s:7:\"address\";s:43:\"2186 3rd St, White Bear Lake, MN 55110, USA\";s:3:\"lat\";s:18:\"45.084105212267595\";s:3:\"lng\";s:18:\"-93.00843000411987\";}'),(3821,759,'_cf47rs_hero_map','field_cf47rs_hero_unit_hero_map'),(3822,759,'cf47rs_hero_map_zoom','10'),(3823,759,'_cf47rs_hero_map_zoom','field_cf47rs_hero_unit_hero_map_zoom'),(3824,759,'cf47rs_hero_map_infobox_text','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110'),(3825,759,'_cf47rs_hero_map_infobox_text','field_cf47rs_hero_unit_hero_map_infobox_text'),(3826,760,'cf47rs_subheading',''),(3827,760,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3828,760,'cf47rs_panel',''),(3829,760,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3830,760,'cf47rs_hero_enable','1'),(3831,760,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3832,760,'cf47rs_contact_sections_0_group_name','The Fry Group'),(3833,760,'_cf47rs_contact_sections_0_group_name','field_cf47rs_contact_contact_sections_group_name'),(3834,760,'cf47rs_contact_sections_0_address','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110\r\nUSA'),(3835,760,'_cf47rs_contact_sections_0_address','field_cf47rs_contact_contact_sections_address'),(3836,760,'cf47rs_contact_sections_0_phone','651-775-5751'),(3837,760,'_cf47rs_contact_sections_0_phone','field_cf47rs_contact_contact_sections_phone'),(3838,760,'cf47rs_contact_sections_0_fax',''),(3839,760,'_cf47rs_contact_sections_0_fax','field_cf47rs_contact_contact_sections_fax'),(3840,760,'cf47rs_contact_sections_0_emails',''),(3841,760,'_cf47rs_contact_sections_0_emails','field_cf47rs_contact_contact_sections_emails'),(3842,760,'cf47rs_contact_sections_0_working_hours',''),(3843,760,'_cf47rs_contact_sections_0_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(3844,760,'cf47rs_contact_sections','2'),(3845,760,'_cf47rs_contact_sections','field_cf47rs_contact_contact_sections'),(3846,760,'cf47rs_contact_social_profiles',''),(3847,760,'_cf47rs_contact_social_profiles','field_cf47rs_contact_contact_social_profiles'),(3848,760,'cf47rs_contact_form_cf7_id','88'),(3849,760,'_cf47rs_contact_form_cf7_id','field_cf47rs_contact_contact_form_cf7_id'),(3850,760,'cf47rs_extra_sidebar_position','global'),(3851,760,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3852,760,'cf47rs_contact_sections_1_group_name',''),(3853,760,'_cf47rs_contact_sections_1_group_name','field_cf47rs_contact_contact_sections_group_name'),(3854,760,'cf47rs_contact_sections_1_address',''),(3855,760,'_cf47rs_contact_sections_1_address','field_cf47rs_contact_contact_sections_address'),(3856,760,'cf47rs_contact_sections_1_phone',''),(3857,760,'_cf47rs_contact_sections_1_phone','field_cf47rs_contact_contact_sections_phone'),(3858,760,'cf47rs_contact_sections_1_fax',''),(3859,760,'_cf47rs_contact_sections_1_fax','field_cf47rs_contact_contact_sections_fax'),(3860,760,'cf47rs_contact_sections_1_emails',''),(3861,760,'_cf47rs_contact_sections_1_emails','field_cf47rs_contact_contact_sections_emails'),(3862,760,'cf47rs_contact_sections_1_working_hours',''),(3863,760,'_cf47rs_contact_sections_1_working_hours','field_cf47rs_contact_contact_sections_working_hours'),(3864,760,'cf47rs_hero_content_type','map'),(3865,760,'_cf47rs_hero_content_type','field_cf47rs_hero_unit_hero_content_type'),(3866,760,'cf47rs_hero_map','a:3:{s:7:\"address\";s:43:\"2186 3rd St, White Bear Lake, MN 55110, USA\";s:3:\"lat\";s:18:\"45.084105212267595\";s:3:\"lng\";s:18:\"-93.00843000411987\";}'),(3867,760,'_cf47rs_hero_map','field_cf47rs_hero_unit_hero_map'),(3868,760,'cf47rs_hero_map_zoom','10'),(3869,760,'_cf47rs_hero_map_zoom','field_cf47rs_hero_unit_hero_map_zoom'),(3870,760,'cf47rs_hero_map_infobox_text','2186 3rd Street, Suite 103\r\nWhite Bear Lake MN, 55110'),(3871,760,'_cf47rs_hero_map_infobox_text','field_cf47rs_hero_unit_hero_map_infobox_text'),(3872,761,'_wp_trash_meta_status','publish'),(3873,761,'_wp_trash_meta_time','1515101244'),(3874,762,'_wp_trash_meta_status','publish'),(3875,762,'_wp_trash_meta_time','1515101282'),(3876,763,'cf47rs_subheading',''),(3877,763,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3878,763,'cf47rs_panel',''),(3879,763,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3880,763,'cf47rs_hero_enable','0'),(3881,763,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3882,763,'cf47rs_extra_sidebar_position','global'),(3883,763,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3884,763,'cf47rs_extra_show_breadcrumbs','0'),(3885,763,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3886,763,'cf47rs_extra_header_force_style','style1'),(3887,763,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3889,765,'_wp_attached_file','2018/01/Video-Still-Website.jpg'),(3890,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1479;s:6:\"height\";i:792;s:4:\"file\";s:31:\"2018/01/Video-Still-Website.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Video-Still-Website-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:31:\"Video-Still-Website-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Video-Still-Website-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Video-Still-Website-1024x548.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"HP 6200 i5\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516020677\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3891,766,'cf47rs_subheading',''),(3892,766,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3893,766,'cf47rs_panel',''),(3894,766,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3895,766,'cf47rs_hero_enable','0'),(3896,766,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3897,766,'cf47rs_extra_sidebar_position','global'),(3898,766,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3899,766,'cf47rs_extra_show_breadcrumbs','0'),(3900,766,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3901,766,'cf47rs_extra_header_force_style','style1'),(3902,766,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3903,767,'cf47rs_subheading',''),(3904,767,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3905,767,'cf47rs_panel',''),(3906,767,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3907,767,'cf47rs_hero_enable','0'),(3908,767,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3909,767,'cf47rs_extra_sidebar_position','global'),(3910,767,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3911,767,'cf47rs_extra_show_breadcrumbs','0'),(3912,767,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3913,767,'cf47rs_extra_header_force_style','style1'),(3914,767,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3915,768,'_edit_lock','1516296979:1'),(3916,768,'_wp_trash_meta_status','publish'),(3917,768,'_wp_trash_meta_time','1516296979'),(3918,771,'_wp_trash_meta_status','publish'),(3919,771,'_wp_trash_meta_time','1516297044'),(3920,773,'_wp_trash_meta_status','publish'),(3921,773,'_wp_trash_meta_time','1516297081'),(3922,775,'_edit_lock','1516297613:1'),(3923,775,'_wp_trash_meta_status','publish'),(3924,775,'_wp_trash_meta_time','1516297613'),(3925,777,'_wp_trash_meta_status','publish'),(3926,777,'_wp_trash_meta_time','1516297974'),(3927,778,'cf47rs_subheading',''),(3928,778,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3929,778,'cf47rs_panel',''),(3930,778,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3931,778,'cf47rs_hero_enable','0'),(3932,778,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3933,778,'cf47rs_extra_sidebar_position','global'),(3934,778,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3935,778,'cf47rs_extra_show_breadcrumbs','0'),(3936,778,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3937,778,'cf47rs_extra_header_force_style','style1'),(3938,778,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3939,779,'cf47rs_subheading',''),(3940,779,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(3941,779,'cf47rs_panel',''),(3942,779,'_cf47rs_panel','field_cf47rs_post_header_panel'),(3943,779,'cf47rs_hero_enable','0'),(3944,779,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(3945,779,'cf47rs_extra_sidebar_position','global'),(3946,779,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(3947,779,'cf47rs_extra_show_breadcrumbs','0'),(3948,779,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(3949,779,'cf47rs_extra_header_force_style','style1'),(3950,779,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(3953,781,'_edit_lock','1516300016:1'),(3954,782,'_wp_attached_file','2018/01/footerminneapolis.jpg'),(3955,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:414;s:4:\"file\";s:29:\"2018/01/footerminneapolis.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"footerminneapolis-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:\"footerminneapolis-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"footerminneapolis-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"footerminneapolis-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;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:{}}}'),(3956,783,'_wp_attached_file','2018/01/footerminneapolis-1.jpg'),(3957,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:355;s:4:\"file\";s:31:\"2018/01/footerminneapolis-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"footerminneapolis-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"footerminneapolis-1-300x54.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"footerminneapolis-1-768x139.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"footerminneapolis-1-1024x185.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:185;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:{}}}'),(3958,784,'_wp_attached_file','2018/01/footerminneapolis-2.jpg'),(3959,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:355;s:4:\"file\";s:31:\"2018/01/footerminneapolis-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"footerminneapolis-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"footerminneapolis-2-300x54.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"footerminneapolis-2-768x139.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"footerminneapolis-2-1024x185.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:185;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:{}}}'),(3960,781,'_wp_trash_meta_status','publish'),(3961,781,'_wp_trash_meta_time','1516300016'),(3962,785,'_wp_trash_meta_status','publish'),(3963,785,'_wp_trash_meta_time','1516300066'),(3964,786,'_wp_trash_meta_status','publish'),(3965,786,'_wp_trash_meta_time','1516300234'),(3966,787,'_wp_trash_meta_status','publish'),(3967,787,'_wp_trash_meta_time','1516300356'),(3968,788,'_edit_lock','1516300490:1'),(3969,788,'_wp_trash_meta_status','publish'),(3970,788,'_wp_trash_meta_time','1516300490'),(3971,789,'_wp_trash_meta_status','publish'),(3972,789,'_wp_trash_meta_time','1516300647'),(3973,790,'_wp_trash_meta_status','publish'),(3974,790,'_wp_trash_meta_time','1516300687'),(3975,791,'_edit_lock','1516301087:1'),(3976,791,'_wp_trash_meta_status','publish'),(3977,791,'_wp_trash_meta_time','1516301087'),(3978,793,'_wp_trash_meta_status','publish'),(3979,793,'_wp_trash_meta_time','1516301235'),(3980,795,'_wp_attached_file','2018/01/frylogo.png'),(3981,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2018/01/frylogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"frylogo-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:{}}}'),(3982,796,'_wp_trash_meta_status','publish'),(3983,796,'_wp_trash_meta_time','1516301658'),(3984,797,'_wp_attached_file','2018/01/FryGroup_logo_cmyk.png'),(3985,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:714;s:6:\"height\";i:341;s:4:\"file\";s:30:\"2018/01/FryGroup_logo_cmyk.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FryGroup_logo_cmyk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FryGroup_logo_cmyk-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;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:{}}}'),(3986,798,'_wp_trash_meta_status','publish'),(3987,798,'_wp_trash_meta_time','1516302612'),(3988,799,'_wp_attached_file','2018/01/FryGroup_logo_cmyk2.png'),(3989,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:371;s:4:\"file\";s:31:\"2018/01/FryGroup_logo_cmyk2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"FryGroup_logo_cmyk2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"FryGroup_logo_cmyk2-300x150.png\";s:5:\"width\";i:300;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:{}}}'),(3990,800,'_edit_lock','1516302743:1'),(3991,801,'_wp_attached_file','2018/01/FryGroup_logo_cmyk2-1.png'),(3992,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:744;s:6:\"height\";i:371;s:4:\"file\";s:33:\"2018/01/FryGroup_logo_cmyk2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FryGroup_logo_cmyk2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"FryGroup_logo_cmyk2-1-300x150.png\";s:5:\"width\";i:300;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:{}}}'),(3993,800,'_wp_trash_meta_status','publish'),(3994,800,'_wp_trash_meta_time','1516302744'),(3995,802,'_wp_attached_file','2018/01/GetMedia-18.jpg'),(3996,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2018/01/GetMedia-18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GetMedia-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"GetMedia-18-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(3997,803,'_wp_attached_file','2018/01/GetMedia-17.jpg'),(3998,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2018/01/GetMedia-17.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GetMedia-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"GetMedia-17-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(3999,804,'_wp_attached_file','2018/01/GetMedia-16.jpg'),(4000,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2018/01/GetMedia-16.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GetMedia-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"GetMedia-16-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(4001,805,'_wp_attached_file','2018/01/GetMedia-13.jpg'),(4002,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2018/01/GetMedia-13.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GetMedia-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"GetMedia-13-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(4003,806,'_wp_attached_file','2018/01/GetMedia-12.jpg'),(4004,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2018/01/GetMedia-12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GetMedia-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"GetMedia-12-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(4005,807,'_wp_attached_file','2018/01/GetMedia-11.jpg'),(4006,807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2018/01/GetMedia-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"GetMedia-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"GetMedia-11-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(4007,808,'_wp_attached_file','2018/01/GetMedia-4.jpg'),(4008,808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2018/01/GetMedia-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"GetMedia-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"GetMedia-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(4009,809,'_wp_attached_file','2018/01/GetMedia-3.jpg'),(4010,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2018/01/GetMedia-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"GetMedia-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"GetMedia-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:{}}}'),(4011,810,'cf47rs_hero_enable','0'),(4012,810,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4013,810,'cf47rs_extra_sidebar_position','none'),(4014,810,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4015,810,'cf47rs_extra_show_breadcrumbs','1'),(4016,810,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4017,810,'cf47rs_extra_header_force_style','standart'),(4018,810,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4019,811,'cf47rs_hero_enable','0'),(4020,811,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4021,811,'cf47rs_extra_sidebar_position','none'),(4022,811,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4023,811,'cf47rs_extra_show_breadcrumbs','1'),(4024,811,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4025,811,'cf47rs_extra_header_force_style','standart'),(4026,811,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4027,812,'cf47rs_hero_enable','0'),(4028,812,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4029,812,'cf47rs_extra_sidebar_position','none'),(4030,812,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4031,812,'cf47rs_extra_show_breadcrumbs','1'),(4032,812,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4033,812,'cf47rs_extra_header_force_style','standart'),(4034,812,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4035,813,'cf47rs_hero_enable','0'),(4036,813,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4037,813,'cf47rs_extra_sidebar_position','none'),(4038,813,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4039,813,'cf47rs_extra_show_breadcrumbs','1'),(4040,813,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4041,813,'cf47rs_extra_header_force_style','standart'),(4042,813,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4043,814,'cf47rs_hero_enable','0'),(4044,814,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4045,814,'cf47rs_extra_sidebar_position','none'),(4046,814,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4047,814,'cf47rs_extra_show_breadcrumbs','1'),(4048,814,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4049,814,'cf47rs_extra_header_force_style','standart'),(4050,814,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4051,815,'cf47rs_hero_enable','0'),(4052,815,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4053,815,'cf47rs_extra_sidebar_position','none'),(4054,815,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4055,815,'cf47rs_extra_show_breadcrumbs','1'),(4056,815,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4057,815,'cf47rs_extra_header_force_style','standart'),(4058,815,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4059,816,'cf47rs_hero_enable','0'),(4060,816,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4061,816,'cf47rs_extra_sidebar_position','none'),(4062,816,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4063,816,'cf47rs_extra_show_breadcrumbs','1'),(4064,816,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4065,816,'cf47rs_extra_header_force_style','standart'),(4066,816,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4067,817,'cf47rs_hero_enable','0'),(4068,817,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4069,817,'cf47rs_extra_sidebar_position','none'),(4070,817,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4071,817,'cf47rs_extra_show_breadcrumbs','1'),(4072,817,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4073,817,'cf47rs_extra_header_force_style','standart'),(4074,817,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4075,818,'cf47rs_hero_enable','0'),(4076,818,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4077,818,'cf47rs_extra_sidebar_position','none'),(4078,818,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4079,818,'cf47rs_extra_show_breadcrumbs','1'),(4080,818,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4081,818,'cf47rs_extra_header_force_style','standart'),(4082,818,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4083,820,'_wp_attached_file','2018/01/14623-Victor-41-1.jpg'),(4084,820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:29:\"2018/01/14623-Victor-41-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"14623-Victor-41-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"14623-Victor-41-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"14623-Victor-41-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"14623-Victor-41-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),(4085,821,'_wp_attached_file','2018/01/14623-Victor-9-1.jpg'),(4086,821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:28:\"2018/01/14623-Victor-9-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"14623-Victor-9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"14623-Victor-9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"14623-Victor-9-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"14623-Victor-9-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),(4087,822,'_wp_attached_file','2018/01/14623-Victor-6-1.jpg'),(4088,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:28:\"2018/01/14623-Victor-6-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"14623-Victor-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"14623-Victor-6-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"14623-Victor-6-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"14623-Victor-6-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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:{}}}'),(4089,823,'_wp_attached_file','2018/01/FB-Ad-Perfomance-3.jpg'),(4090,823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:921;s:6:\"height\";i:726;s:4:\"file\";s:30:\"2018/01/FB-Ad-Perfomance-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FB-Ad-Perfomance-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FB-Ad-Perfomance-3-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"FB-Ad-Perfomance-3-768x605.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"HP 6200 i5\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516183707\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4091,824,'_wp_attached_file','2018/01/FB-Ad-Performance-2.jpg'),(4092,824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:732;s:4:\"file\";s:31:\"2018/01/FB-Ad-Performance-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"FB-Ad-Performance-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"FB-Ad-Performance-2-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"FB-Ad-Performance-2-768x599.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"HP 6200 i5\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516183514\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4093,825,'_wp_attached_file','2018/01/FB-Ad-Perfomance.jpg'),(4094,825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:921;s:6:\"height\";i:753;s:4:\"file\";s:28:\"2018/01/FB-Ad-Perfomance.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FB-Ad-Perfomance-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:\"FB-Ad-Perfomance-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"FB-Ad-Perfomance-768x628.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"HP 6200 i5\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516183389\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4095,826,'cf47rs_hero_enable','0'),(4096,826,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4097,826,'cf47rs_extra_sidebar_position','none'),(4098,826,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4099,826,'cf47rs_extra_show_breadcrumbs','1'),(4100,826,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4101,826,'cf47rs_extra_header_force_style','standart'),(4102,826,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4103,827,'cf47rs_hero_enable','0'),(4104,827,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4105,827,'cf47rs_extra_sidebar_position','none'),(4106,827,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4107,827,'cf47rs_extra_show_breadcrumbs','1'),(4108,827,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4109,827,'cf47rs_extra_header_force_style','standart'),(4110,827,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4111,828,'cf47rs_hero_enable','0'),(4112,828,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4113,828,'cf47rs_extra_sidebar_position','none'),(4114,828,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4115,828,'cf47rs_extra_show_breadcrumbs','1'),(4116,828,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4117,828,'cf47rs_extra_header_force_style','standart'),(4118,828,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4119,829,'cf47rs_hero_enable','0'),(4120,829,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4121,829,'cf47rs_extra_sidebar_position','none'),(4122,829,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4123,829,'cf47rs_extra_show_breadcrumbs','1'),(4124,829,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4125,829,'cf47rs_extra_header_force_style','standart'),(4126,829,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4127,830,'cf47rs_hero_enable','0'),(4128,830,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4129,830,'cf47rs_extra_sidebar_position','none'),(4130,830,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4131,830,'cf47rs_extra_show_breadcrumbs','1'),(4132,830,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4133,830,'cf47rs_extra_header_force_style','standart'),(4134,830,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4135,831,'_wp_attached_file','2018/01/Team-2.jpg'),(4136,831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:591;s:4:\"file\";s:18:\"2018/01/Team-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Team-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Team-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Team-2-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Team-2-1024x586.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"HP 6200 i5\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1516020957\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4137,832,'cf47rs_hero_enable','0'),(4138,832,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4139,832,'cf47rs_extra_sidebar_position','none'),(4140,832,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4141,832,'cf47rs_extra_show_breadcrumbs','1'),(4142,832,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4143,832,'cf47rs_extra_header_force_style','standart'),(4144,832,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4145,98,'_edit_lock','1516303814:1'),(4146,106,'_wp_trash_meta_status','publish'),(4147,106,'_wp_trash_meta_time','1516303965'),(4148,106,'_wp_desired_post_slug','michael-bell'),(4149,105,'_wp_trash_meta_status','publish'),(4150,105,'_wp_trash_meta_time','1516303965'),(4151,105,'_wp_desired_post_slug','ana-oliver'),(4152,104,'_wp_trash_meta_status','publish'),(4153,104,'_wp_trash_meta_time','1516303965'),(4154,104,'_wp_desired_post_slug','caroline-reynolds'),(4155,103,'_wp_trash_meta_status','publish'),(4156,103,'_wp_trash_meta_time','1516303965'),(4157,103,'_wp_desired_post_slug','joseph-ryan'),(4158,98,'_wp_trash_meta_status','publish'),(4159,98,'_wp_trash_meta_time','1516303965'),(4160,98,'_wp_desired_post_slug','vanessa-kasinsky'),(4161,833,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4162,833,'_edit_last','1'),(4163,833,'cf47rs_hero_enable','0'),(4164,833,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4165,833,'cf47rs_job_title',''),(4166,833,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(4167,833,'slide_template','default'),(4168,833,'_edit_lock','1516303984:1'),(4169,834,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4170,834,'_edit_last','1'),(4171,834,'cf47rs_hero_enable','0'),(4172,834,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4173,834,'cf47rs_job_title',''),(4174,834,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(4175,834,'slide_template','default'),(4176,834,'_edit_lock','1516303994:1'),(4177,835,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4178,835,'_edit_last','1'),(4179,835,'_edit_lock','1516304020:1'),(4180,835,'cf47rs_hero_enable','0'),(4181,835,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4182,835,'cf47rs_job_title',''),(4183,835,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(4184,835,'slide_template','default'),(4185,836,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4186,836,'_edit_last','1'),(4187,836,'cf47rs_hero_enable','0'),(4188,836,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4189,836,'cf47rs_job_title',''),(4190,836,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(4191,836,'slide_template','default'),(4192,836,'_edit_lock','1516304036:1'),(4193,837,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4194,837,'_edit_last','1'),(4195,837,'cf47rs_hero_enable','0'),(4196,837,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4197,837,'cf47rs_job_title',''),(4198,837,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(4199,837,'slide_template','default'),(4200,837,'_edit_lock','1516304055:1'),(4201,838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4202,838,'_edit_last','1'),(4203,838,'cf47rs_hero_enable','0'),(4204,838,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4205,838,'cf47rs_job_title',''),(4206,838,'_cf47rs_job_title','field_cf47rs_testimonial_job_title'),(4207,838,'slide_template','default'),(4208,838,'_edit_lock','1516304132:1'),(4209,839,'cf47rs_subheading',''),(4210,839,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4211,839,'cf47rs_panel',''),(4212,839,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4213,839,'cf47rs_hero_enable','0'),(4214,839,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4215,839,'cf47rs_extra_sidebar_position','global'),(4216,839,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4217,839,'cf47rs_extra_show_breadcrumbs','0'),(4218,839,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4219,839,'cf47rs_extra_header_force_style','style1'),(4220,839,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4221,840,'cf47rs_subheading',''),(4222,840,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4223,840,'cf47rs_panel',''),(4224,840,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4225,840,'cf47rs_hero_enable','0'),(4226,840,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4227,840,'cf47rs_extra_sidebar_position','global'),(4228,840,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4229,840,'cf47rs_extra_show_breadcrumbs','0'),(4230,840,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4231,840,'cf47rs_extra_header_force_style','style1'),(4232,840,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4233,841,'cf47rs_subheading',''),(4234,841,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4235,841,'cf47rs_panel',''),(4236,841,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4237,841,'cf47rs_hero_enable','0'),(4238,841,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4239,841,'cf47rs_extra_sidebar_position','global'),(4240,841,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4241,841,'cf47rs_extra_show_breadcrumbs','0'),(4242,841,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4243,841,'cf47rs_extra_header_force_style','style1'),(4244,841,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4245,843,'cf47rs_subheading',''),(4246,843,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4247,843,'cf47rs_panel',''),(4248,843,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4249,843,'cf47rs_hero_enable','0'),(4250,843,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4251,843,'cf47rs_extra_sidebar_position','global'),(4252,843,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4253,843,'cf47rs_extra_show_breadcrumbs','0'),(4254,843,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4255,843,'cf47rs_extra_header_force_style','style1'),(4256,843,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4257,844,'cf47rs_subheading',''),(4258,844,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4259,844,'cf47rs_panel',''),(4260,844,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4261,844,'cf47rs_hero_enable','0'),(4262,844,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4263,844,'cf47rs_extra_sidebar_position','global'),(4264,844,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4265,844,'cf47rs_extra_show_breadcrumbs','0'),(4266,844,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4267,844,'cf47rs_extra_header_force_style','style1'),(4268,844,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4269,845,'cf47rs_subheading',''),(4270,845,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4271,845,'cf47rs_panel',''),(4272,845,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4273,845,'cf47rs_hero_enable','0'),(4274,845,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4275,845,'cf47rs_extra_sidebar_position','global'),(4276,845,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4277,845,'cf47rs_extra_show_breadcrumbs','0'),(4278,845,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4279,845,'cf47rs_extra_header_force_style','style1'),(4280,845,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4281,846,'cf47rs_subheading',''),(4282,846,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4283,846,'cf47rs_panel',''),(4284,846,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4285,846,'cf47rs_hero_enable','0'),(4286,846,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4287,846,'cf47rs_extra_sidebar_position','global'),(4288,846,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4289,846,'cf47rs_extra_show_breadcrumbs','0'),(4290,846,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4291,846,'cf47rs_extra_header_force_style','style1'),(4292,846,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4293,847,'_wp_attached_file','2018/01/Landing-Page-Main-Image.jpg'),(4294,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:402;s:4:\"file\";s:35:\"2018/01/Landing-Page-Main-Image.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Landing-Page-Main-Image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Landing-Page-Main-Image-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Landing-Page-Main-Image-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Landing-Page-Main-Image-1024x322.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:322;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:33:\"(c) Feverpitched | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4295,848,'cf47rs_subheading',''),(4296,848,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4297,848,'cf47rs_panel',''),(4298,848,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4299,848,'cf47rs_hero_enable','0'),(4300,848,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4301,848,'cf47rs_extra_sidebar_position','global'),(4302,848,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4303,848,'cf47rs_extra_show_breadcrumbs','0'),(4304,848,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4305,848,'cf47rs_extra_header_force_style','style1'),(4306,848,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4307,849,'cf47rs_subheading',''),(4308,849,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4309,849,'cf47rs_panel',''),(4310,849,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4311,849,'cf47rs_hero_enable','0'),(4312,849,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4313,849,'cf47rs_extra_sidebar_position','global'),(4314,849,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4315,849,'cf47rs_extra_show_breadcrumbs','0'),(4316,849,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4317,849,'cf47rs_extra_header_force_style','style1'),(4318,849,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4319,850,'cf47rs_subheading',''),(4320,850,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4321,850,'cf47rs_panel',''),(4322,850,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4323,850,'cf47rs_hero_enable','0'),(4324,850,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4325,850,'cf47rs_extra_sidebar_position','global'),(4326,850,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4327,850,'cf47rs_extra_show_breadcrumbs','0'),(4328,850,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4329,850,'cf47rs_extra_header_force_style','style1'),(4330,850,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4331,851,'cf47rs_subheading',''),(4332,851,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4333,851,'cf47rs_panel',''),(4334,851,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4335,851,'cf47rs_hero_enable','0'),(4336,851,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4337,851,'cf47rs_extra_sidebar_position','global'),(4338,851,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4339,851,'cf47rs_extra_show_breadcrumbs','0'),(4340,851,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4341,851,'cf47rs_extra_header_force_style','style1'),(4342,851,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4343,852,'cf47rs_subheading',''),(4344,852,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4345,852,'cf47rs_panel',''),(4346,852,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4347,852,'cf47rs_hero_enable','0'),(4348,852,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4349,852,'cf47rs_extra_sidebar_position','global'),(4350,852,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4351,852,'cf47rs_extra_show_breadcrumbs','0'),(4352,852,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4353,852,'cf47rs_extra_header_force_style','style1'),(4354,852,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4355,853,'_wp_attached_file','2018/01/Landing-Page-Main-Image-1.jpg'),(4356,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:1131;s:4:\"file\";s:37:\"2018/01/Landing-Page-Main-Image-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Landing-Page-Main-Image-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Landing-Page-Main-Image-1-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Landing-Page-Main-Image-1-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Landing-Page-Main-Image-1-1024x322.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:322;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:33:\"(c) Feverpitched | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4357,854,'cf47rs_subheading',''),(4358,854,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4359,854,'cf47rs_panel',''),(4360,854,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4361,854,'cf47rs_hero_enable','0'),(4362,854,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4363,854,'cf47rs_extra_sidebar_position','global'),(4364,854,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4365,854,'cf47rs_extra_show_breadcrumbs','0'),(4366,854,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4367,854,'cf47rs_extra_header_force_style','style1'),(4368,854,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4369,855,'_wp_attached_file','2018/01/Landing-Page-Main-Image-1-1.jpg'),(4370,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:848;s:4:\"file\";s:39:\"2018/01/Landing-Page-Main-Image-1-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Landing-Page-Main-Image-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Landing-Page-Main-Image-1-1-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Landing-Page-Main-Image-1-1-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Landing-Page-Main-Image-1-1-1024x322.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:322;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:33:\"(c) Feverpitched | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4371,856,'cf47rs_subheading',''),(4372,856,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4373,856,'cf47rs_panel',''),(4374,856,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4375,856,'cf47rs_hero_enable','0'),(4376,856,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4377,856,'cf47rs_extra_sidebar_position','global'),(4378,856,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4379,856,'cf47rs_extra_show_breadcrumbs','0'),(4380,856,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4381,856,'cf47rs_extra_header_force_style','style1'),(4382,856,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4383,857,'cf47rs_subheading',''),(4384,857,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4385,857,'cf47rs_panel',''),(4386,857,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4387,857,'cf47rs_hero_enable','0'),(4388,857,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4389,857,'cf47rs_extra_sidebar_position','global'),(4390,857,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4391,857,'cf47rs_extra_show_breadcrumbs','0'),(4392,857,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4393,857,'cf47rs_extra_header_force_style','style1'),(4394,857,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4395,858,'cf47rs_subheading',''),(4396,858,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4397,858,'cf47rs_panel',''),(4398,858,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4399,858,'cf47rs_hero_enable','0'),(4400,858,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4401,858,'cf47rs_extra_sidebar_position','global'),(4402,858,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4403,858,'cf47rs_extra_show_breadcrumbs','0'),(4404,858,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4405,858,'cf47rs_extra_header_force_style','style1'),(4406,858,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4407,859,'cf47rs_subheading',''),(4408,859,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4409,859,'cf47rs_panel',''),(4410,859,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4411,859,'cf47rs_hero_enable','0'),(4412,859,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4413,859,'cf47rs_extra_sidebar_position','global'),(4414,859,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4415,859,'cf47rs_extra_show_breadcrumbs','0'),(4416,859,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4417,859,'cf47rs_extra_header_force_style','style1'),(4418,859,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4419,860,'cf47rs_subheading',''),(4420,860,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4421,860,'cf47rs_panel',''),(4422,860,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4423,860,'cf47rs_hero_enable','0'),(4424,860,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4425,860,'cf47rs_extra_sidebar_position','global'),(4426,860,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4427,860,'cf47rs_extra_show_breadcrumbs','0'),(4428,860,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4429,860,'cf47rs_extra_header_force_style','style1'),(4430,860,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4431,861,'cf47rs_subheading',''),(4432,861,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4433,861,'cf47rs_panel',''),(4434,861,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4435,861,'cf47rs_hero_enable','0'),(4436,861,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4437,861,'cf47rs_extra_sidebar_position','global'),(4438,861,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4439,861,'cf47rs_extra_show_breadcrumbs','0'),(4440,861,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4441,861,'cf47rs_extra_header_force_style','style1'),(4442,861,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4443,862,'cf47rs_subheading',''),(4444,862,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4445,862,'cf47rs_panel',''),(4446,862,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4447,862,'cf47rs_hero_enable','0'),(4448,862,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4449,862,'cf47rs_extra_sidebar_position','global'),(4450,862,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4451,862,'cf47rs_extra_show_breadcrumbs','0'),(4452,862,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4453,862,'cf47rs_extra_header_force_style','style1'),(4454,862,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4455,863,'cf47rs_subheading',''),(4456,863,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4457,863,'cf47rs_panel',''),(4458,863,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4459,863,'cf47rs_hero_enable','0'),(4460,863,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4461,863,'cf47rs_extra_sidebar_position','global'),(4462,863,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4463,863,'cf47rs_extra_show_breadcrumbs','0'),(4464,863,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4465,863,'cf47rs_extra_header_force_style','style1'),(4466,863,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4467,864,'cf47rs_subheading',''),(4468,864,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4469,864,'cf47rs_panel',''),(4470,864,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4471,864,'cf47rs_hero_enable','0'),(4472,864,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4473,864,'cf47rs_extra_sidebar_position','global'),(4474,864,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4475,864,'cf47rs_extra_show_breadcrumbs','0'),(4476,864,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4477,864,'cf47rs_extra_header_force_style','style1'),(4478,864,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4479,865,'cf47rs_subheading',''),(4480,865,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4481,865,'cf47rs_panel',''),(4482,865,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4483,865,'cf47rs_hero_enable','0'),(4484,865,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4485,865,'cf47rs_extra_sidebar_position','global'),(4486,865,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4487,865,'cf47rs_extra_show_breadcrumbs','0'),(4488,865,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4489,865,'cf47rs_extra_header_force_style','style1'),(4490,865,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4491,866,'cf47rs_subheading',''),(4492,866,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4493,866,'cf47rs_panel',''),(4494,866,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4495,866,'cf47rs_hero_enable','0'),(4496,866,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4497,866,'cf47rs_extra_sidebar_position','global'),(4498,866,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4499,866,'cf47rs_extra_show_breadcrumbs','0'),(4500,866,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4501,866,'cf47rs_extra_header_force_style','style1'),(4502,866,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4503,867,'cf47rs_subheading',''),(4504,867,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4505,867,'cf47rs_panel',''),(4506,867,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4507,867,'cf47rs_hero_enable','0'),(4508,867,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4509,867,'cf47rs_extra_sidebar_position','global'),(4510,867,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4511,867,'cf47rs_extra_show_breadcrumbs','0'),(4512,867,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4513,867,'cf47rs_extra_header_force_style','style1'),(4514,867,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4515,868,'cf47rs_subheading',''),(4516,868,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4517,868,'cf47rs_panel',''),(4518,868,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4519,868,'cf47rs_hero_enable','0'),(4520,868,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4521,868,'cf47rs_extra_sidebar_position','global'),(4522,868,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4523,868,'cf47rs_extra_show_breadcrumbs','0'),(4524,868,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4525,868,'cf47rs_extra_header_force_style','style1'),(4526,868,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4527,869,'cf47rs_subheading',''),(4528,869,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4529,869,'cf47rs_panel',''),(4530,869,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4531,869,'cf47rs_hero_enable','0'),(4532,869,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4533,869,'cf47rs_extra_sidebar_position','global'),(4534,869,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4535,869,'cf47rs_extra_show_breadcrumbs','0'),(4536,869,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4537,869,'cf47rs_extra_header_force_style','style1'),(4538,869,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4539,870,'cf47rs_subheading',''),(4540,870,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4541,870,'cf47rs_panel',''),(4542,870,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4543,870,'cf47rs_hero_enable','0'),(4544,870,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4545,870,'cf47rs_extra_sidebar_position','global'),(4546,870,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4547,870,'cf47rs_extra_show_breadcrumbs','0'),(4548,870,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4549,870,'cf47rs_extra_header_force_style','style1'),(4550,870,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4551,871,'cf47rs_subheading',''),(4552,871,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4553,871,'cf47rs_panel',''),(4554,871,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4555,871,'cf47rs_hero_enable','0'),(4556,871,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4557,871,'cf47rs_extra_sidebar_position','global'),(4558,871,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4559,871,'cf47rs_extra_show_breadcrumbs','0'),(4560,871,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4561,871,'cf47rs_extra_header_force_style','style1'),(4562,871,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4563,872,'cf47rs_subheading',''),(4564,872,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4565,872,'cf47rs_panel',''),(4566,872,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4567,872,'cf47rs_hero_enable','0'),(4568,872,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4569,872,'cf47rs_extra_sidebar_position','global'),(4570,872,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4571,872,'cf47rs_extra_show_breadcrumbs','0'),(4572,872,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4573,872,'cf47rs_extra_header_force_style','style1'),(4574,872,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4575,873,'cf47rs_subheading',''),(4576,873,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4577,873,'cf47rs_panel',''),(4578,873,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4579,873,'cf47rs_hero_enable','0'),(4580,873,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4581,873,'cf47rs_extra_sidebar_position','global'),(4582,873,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4583,873,'cf47rs_extra_show_breadcrumbs','0'),(4584,873,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4585,873,'cf47rs_extra_header_force_style','style1'),(4586,873,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4587,874,'cf47rs_subheading',''),(4588,874,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4589,874,'cf47rs_panel',''),(4590,874,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4591,874,'cf47rs_hero_enable','0'),(4592,874,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4593,874,'cf47rs_extra_sidebar_position','global'),(4594,874,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4595,874,'cf47rs_extra_show_breadcrumbs','0'),(4596,874,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4597,874,'cf47rs_extra_header_force_style','style1'),(4598,874,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4599,875,'cf47rs_subheading',''),(4600,875,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4601,875,'cf47rs_panel',''),(4602,875,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4603,875,'cf47rs_hero_enable','0'),(4604,875,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4605,875,'cf47rs_extra_sidebar_position','global'),(4606,875,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4607,875,'cf47rs_extra_show_breadcrumbs','0'),(4608,875,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4609,875,'cf47rs_extra_header_force_style','style1'),(4610,875,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4611,876,'cf47rs_subheading',''),(4612,876,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4613,876,'cf47rs_panel',''),(4614,876,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4615,876,'cf47rs_hero_enable','0'),(4616,876,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4617,876,'cf47rs_extra_sidebar_position','global'),(4618,876,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4619,876,'cf47rs_extra_show_breadcrumbs','0'),(4620,876,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4621,876,'cf47rs_extra_header_force_style','style1'),(4622,876,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4623,877,'_wp_attached_file','2018/01/The-Fry-Group-1018-group.jpg'),(4624,877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:847;s:6:\"height\";i:565;s:4:\"file\";s:36:\"2018/01/The-Fry-Group-1018-group.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"The-Fry-Group-1018-group-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:36:\"The-Fry-Group-1018-group-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"The-Fry-Group-1018-group-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(4625,878,'cf47rs_subheading',''),(4626,878,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4627,878,'cf47rs_panel',''),(4628,878,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4629,878,'cf47rs_hero_enable','0'),(4630,878,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4631,878,'cf47rs_extra_sidebar_position','global'),(4632,878,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4633,878,'cf47rs_extra_show_breadcrumbs','0'),(4634,878,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4635,878,'cf47rs_extra_header_force_style','style1'),(4636,878,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4637,879,'cf47rs_subheading',''),(4638,879,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4639,879,'cf47rs_panel',''),(4640,879,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4641,879,'cf47rs_hero_enable','0'),(4642,879,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4643,879,'cf47rs_extra_sidebar_position','global'),(4644,879,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4645,879,'cf47rs_extra_show_breadcrumbs','0'),(4646,879,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4647,879,'cf47rs_extra_header_force_style','style1'),(4648,879,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4649,880,'cf47rs_subheading',''),(4650,880,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4651,880,'cf47rs_panel',''),(4652,880,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4653,880,'cf47rs_hero_enable','0'),(4654,880,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4655,880,'cf47rs_extra_sidebar_position','global'),(4656,880,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4657,880,'cf47rs_extra_show_breadcrumbs','0'),(4658,880,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4659,880,'cf47rs_extra_header_force_style','style1'),(4660,880,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4661,881,'cf47rs_subheading',''),(4662,881,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4663,881,'cf47rs_panel',''),(4664,881,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4665,881,'cf47rs_hero_enable','0'),(4666,881,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4667,881,'cf47rs_extra_sidebar_position','global'),(4668,881,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4669,881,'cf47rs_extra_show_breadcrumbs','0'),(4670,881,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4671,881,'cf47rs_extra_header_force_style','style1'),(4672,881,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4673,882,'cf47rs_subheading',''),(4674,882,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4675,882,'cf47rs_panel',''),(4676,882,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4677,882,'cf47rs_hero_enable','0'),(4678,882,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4679,882,'cf47rs_extra_sidebar_position','global'),(4680,882,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4681,882,'cf47rs_extra_show_breadcrumbs','0'),(4682,882,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4683,882,'cf47rs_extra_header_force_style','style1'),(4684,882,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4685,883,'cf47rs_subheading',''),(4686,883,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4687,883,'cf47rs_panel',''),(4688,883,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4689,883,'cf47rs_hero_enable','0'),(4690,883,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4691,883,'cf47rs_extra_sidebar_position','global'),(4692,883,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4693,883,'cf47rs_extra_show_breadcrumbs','0'),(4694,883,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4695,883,'cf47rs_extra_header_force_style','style1'),(4696,883,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4697,884,'cf47rs_subheading',''),(4698,884,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4699,884,'cf47rs_panel',''),(4700,884,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4701,884,'cf47rs_hero_enable','0'),(4702,884,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4703,884,'cf47rs_extra_sidebar_position','global'),(4704,884,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4705,884,'cf47rs_extra_show_breadcrumbs','0'),(4706,884,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4707,884,'cf47rs_extra_header_force_style','style1'),(4708,884,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4709,885,'cf47rs_subheading',''),(4710,885,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4711,885,'cf47rs_panel',''),(4712,885,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4713,885,'cf47rs_hero_enable','0'),(4714,885,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4715,885,'cf47rs_extra_sidebar_position','global'),(4716,885,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4717,885,'cf47rs_extra_show_breadcrumbs','0'),(4718,885,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4719,885,'cf47rs_extra_header_force_style','style1'),(4720,885,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4721,886,'cf47rs_subheading',''),(4722,886,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4723,886,'cf47rs_panel',''),(4724,886,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4725,886,'cf47rs_hero_enable','0'),(4726,886,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4727,886,'cf47rs_extra_sidebar_position','global'),(4728,886,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4729,886,'cf47rs_extra_show_breadcrumbs','0'),(4730,886,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4731,886,'cf47rs_extra_header_force_style','style1'),(4732,886,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4733,887,'cf47rs_subheading',''),(4734,887,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4735,887,'cf47rs_panel',''),(4736,887,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4737,887,'cf47rs_hero_enable','0'),(4738,887,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4739,887,'cf47rs_extra_sidebar_position','global'),(4740,887,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4741,887,'cf47rs_extra_show_breadcrumbs','0'),(4742,887,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4743,887,'cf47rs_extra_header_force_style','style1'),(4744,887,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4745,888,'cf47rs_subheading',''),(4746,888,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4747,888,'cf47rs_panel',''),(4748,888,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4749,888,'cf47rs_hero_enable','0'),(4750,888,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4751,888,'cf47rs_extra_sidebar_position','global'),(4752,888,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4753,888,'cf47rs_extra_show_breadcrumbs','0'),(4754,888,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4755,888,'cf47rs_extra_header_force_style','style1'),(4756,888,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4757,889,'cf47rs_subheading',''),(4758,889,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4759,889,'cf47rs_panel',''),(4760,889,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4761,889,'cf47rs_hero_enable','0'),(4762,889,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4763,889,'cf47rs_extra_sidebar_position','global'),(4764,889,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4765,889,'cf47rs_extra_show_breadcrumbs','0'),(4766,889,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4767,889,'cf47rs_extra_header_force_style','style1'),(4768,889,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4769,890,'cf47rs_subheading',''),(4770,890,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4771,890,'cf47rs_panel',''),(4772,890,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4773,890,'cf47rs_hero_enable','0'),(4774,890,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4775,890,'cf47rs_extra_sidebar_position','global'),(4776,890,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4777,890,'cf47rs_extra_show_breadcrumbs','0'),(4778,890,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4779,890,'cf47rs_extra_header_force_style','style1'),(4780,890,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4781,891,'cf47rs_subheading',''),(4782,891,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4783,891,'cf47rs_panel',''),(4784,891,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4785,891,'cf47rs_hero_enable','0'),(4786,891,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4787,891,'cf47rs_extra_sidebar_position','global'),(4788,891,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4789,891,'cf47rs_extra_show_breadcrumbs','0'),(4790,891,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4791,891,'cf47rs_extra_header_force_style','style1'),(4792,891,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4793,892,'_wp_attached_file','2018/01/image.png'),(4794,892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1883;s:6:\"height\";i:903;s:4:\"file\";s:17:\"2018/01/image.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"image-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image-1024x491.png\";s:5:\"width\";i:1024;s:6:\"height\";i:491;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:{}}}'),(4795,893,'cf47rs_hero_enable','0'),(4796,893,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4797,893,'cf47rs_extra_sidebar_position','none'),(4798,893,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4799,893,'cf47rs_extra_show_breadcrumbs','1'),(4800,893,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4801,893,'cf47rs_extra_header_force_style','standart'),(4802,893,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4803,894,'cf47rs_hero_enable','0'),(4804,894,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4805,894,'cf47rs_extra_sidebar_position','none'),(4806,894,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4807,894,'cf47rs_extra_show_breadcrumbs','1'),(4808,894,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4809,894,'cf47rs_extra_header_force_style','standart'),(4810,894,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4845,10,'_edit_lock','1516394016:1'),(4846,906,'cf47rs_hero_enable','0'),(4847,906,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4848,906,'cf47rs_extra_sidebar_position','none'),(4849,906,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4850,906,'cf47rs_extra_show_breadcrumbs','1'),(4851,906,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4852,906,'cf47rs_extra_header_force_style','standart'),(4853,906,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4854,907,'cf47rs_subheading',''),(4855,907,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4856,907,'cf47rs_panel',''),(4857,907,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4858,907,'cf47rs_hero_enable','0'),(4859,907,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4860,907,'cf47rs_extra_sidebar_position','global'),(4861,907,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4862,907,'cf47rs_extra_show_breadcrumbs','0'),(4863,907,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4864,907,'cf47rs_extra_header_force_style','style1'),(4865,907,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4866,908,'cf47rs_subheading',''),(4867,908,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4868,908,'cf47rs_panel',''),(4869,908,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4870,908,'cf47rs_hero_enable','0'),(4871,908,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4872,908,'cf47rs_extra_sidebar_position','global'),(4873,908,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4874,908,'cf47rs_extra_show_breadcrumbs','0'),(4875,908,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4876,908,'cf47rs_extra_header_force_style','style1'),(4877,908,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4878,909,'_wp_trash_meta_status','publish'),(4879,909,'_wp_trash_meta_time','1516394723'),(4880,911,'_edit_lock','1516394772:1'),(4881,911,'_wp_trash_meta_status','publish'),(4882,911,'_wp_trash_meta_time','1516394772'),(4883,913,'_wp_trash_meta_status','publish'),(4884,913,'_wp_trash_meta_time','1516394800'),(4885,915,'_wp_trash_meta_status','publish'),(4886,915,'_wp_trash_meta_time','1516394833'),(4887,917,'cf47rs_subheading',''),(4888,917,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4889,917,'cf47rs_panel',''),(4890,917,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4891,917,'cf47rs_hero_enable','0'),(4892,917,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4893,917,'cf47rs_extra_sidebar_position','global'),(4894,917,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4895,917,'cf47rs_extra_show_breadcrumbs','0'),(4896,917,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4897,917,'cf47rs_extra_header_force_style','style1'),(4898,917,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4899,918,'cf47rs_subheading',''),(4900,918,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4901,918,'cf47rs_panel',''),(4902,918,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4903,918,'cf47rs_hero_enable','0'),(4904,918,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4905,918,'cf47rs_extra_sidebar_position','global'),(4906,918,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4907,918,'cf47rs_extra_show_breadcrumbs','0'),(4908,918,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4909,918,'cf47rs_extra_header_force_style','style1'),(4910,918,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4911,919,'cf47rs_subheading',''),(4912,919,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4913,919,'cf47rs_panel',''),(4914,919,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4915,919,'cf47rs_hero_enable','0'),(4916,919,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4917,919,'cf47rs_extra_sidebar_position','global'),(4918,919,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4919,919,'cf47rs_extra_show_breadcrumbs','0'),(4920,919,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4921,919,'cf47rs_extra_header_force_style','style1'),(4922,919,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4944,920,'cf47rs_subheading',''),(4945,920,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4946,920,'cf47rs_panel',''),(4947,920,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4948,920,'cf47rs_hero_enable','0'),(4949,920,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4950,920,'cf47rs_extra_sidebar_position','global'),(4951,920,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4952,920,'cf47rs_extra_show_breadcrumbs','0'),(4953,920,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4954,920,'cf47rs_extra_header_force_style','style1'),(4955,920,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4956,921,'_edit_lock','1516419078:1'),(4957,921,'_wp_trash_meta_status','publish'),(4958,921,'_wp_trash_meta_time','1516419078'),(4959,923,'cf47rs_subheading',''),(4960,923,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(4961,923,'cf47rs_panel',''),(4962,923,'_cf47rs_panel','field_cf47rs_post_header_panel'),(4963,923,'cf47rs_hero_enable','0'),(4964,923,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4965,923,'cf47rs_extra_sidebar_position','global'),(4966,923,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4967,923,'cf47rs_extra_show_breadcrumbs','0'),(4968,923,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4969,923,'cf47rs_extra_header_force_style','style1'),(4970,923,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4971,924,'_wp_trash_meta_status','publish'),(4972,924,'_wp_trash_meta_time','1516419156'),(4979,928,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4980,928,'_edit_last','1'),(4981,928,'_edit_lock','1516419461:1'),(4982,928,'_wp_page_template','default'),(4983,928,'slide_template','default'),(4984,928,'_wpb_vc_js_status','false'),(4985,928,'cf47rs_hero_enable','0'),(4986,928,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4987,928,'cf47rs_extra_sidebar_position','none'),(4988,928,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4989,928,'cf47rs_extra_show_breadcrumbs','1'),(4990,928,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4991,928,'cf47rs_extra_header_force_style','standart'),(4992,928,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(4993,929,'cf47rs_hero_enable','0'),(4994,929,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(4995,929,'cf47rs_extra_sidebar_position','global'),(4996,929,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(4997,929,'cf47rs_extra_show_breadcrumbs','1'),(4998,929,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(4999,929,'cf47rs_extra_header_force_style','standart'),(5000,929,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5002,931,'cf47rs_hero_enable','0'),(5003,931,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5004,931,'cf47rs_extra_sidebar_position','none'),(5005,931,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5006,931,'cf47rs_extra_show_breadcrumbs','1'),(5007,931,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5008,931,'cf47rs_extra_header_force_style','standart'),(5009,931,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5010,932,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5011,932,'_edit_last','1'),(5012,932,'_edit_lock','1516999449:1'),(5013,932,'_wp_page_template','default'),(5014,932,'slide_template','default'),(5015,932,'_wpb_vc_js_status','false'),(5016,932,'cf47rs_hero_enable','0'),(5017,932,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5018,932,'cf47rs_extra_sidebar_position','none'),(5019,932,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5020,932,'cf47rs_extra_show_breadcrumbs','1'),(5021,932,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5022,932,'cf47rs_extra_header_force_style','standart'),(5023,932,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5024,933,'cf47rs_hero_enable','0'),(5025,933,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5026,933,'cf47rs_extra_sidebar_position','none'),(5027,933,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5028,933,'cf47rs_extra_show_breadcrumbs','1'),(5029,933,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5030,933,'cf47rs_extra_header_force_style','standart'),(5031,933,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5032,934,'cf47rs_subheading',''),(5033,934,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5034,934,'cf47rs_panel',''),(5035,934,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5036,934,'cf47rs_hero_enable','0'),(5037,934,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5038,934,'cf47rs_extra_sidebar_position','global'),(5039,934,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5040,934,'cf47rs_extra_show_breadcrumbs','0'),(5041,934,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5042,934,'cf47rs_extra_header_force_style','style1'),(5043,934,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5044,935,'cf47rs_subheading',''),(5045,935,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5046,935,'cf47rs_panel',''),(5047,935,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5048,935,'cf47rs_hero_enable','0'),(5049,935,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5050,935,'cf47rs_extra_sidebar_position','global'),(5051,935,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5052,935,'cf47rs_extra_show_breadcrumbs','0'),(5053,935,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5054,935,'cf47rs_extra_header_force_style','style1'),(5055,935,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5056,936,'cf47rs_subheading',''),(5057,936,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5058,936,'cf47rs_panel',''),(5059,936,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5060,936,'cf47rs_hero_enable','0'),(5061,936,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5062,936,'cf47rs_extra_sidebar_position','global'),(5063,936,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5064,936,'cf47rs_extra_show_breadcrumbs','0'),(5065,936,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5066,936,'cf47rs_extra_header_force_style','style1'),(5067,936,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5068,937,'cf47rs_subheading',''),(5069,937,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5070,937,'cf47rs_panel',''),(5071,937,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5072,937,'cf47rs_hero_enable','0'),(5073,937,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5074,937,'cf47rs_extra_sidebar_position','global'),(5075,937,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5076,937,'cf47rs_extra_show_breadcrumbs','0'),(5077,937,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5078,937,'cf47rs_extra_header_force_style','style1'),(5079,937,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5080,938,'cf47rs_subheading',''),(5081,938,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5082,938,'cf47rs_panel',''),(5083,938,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5084,938,'cf47rs_hero_enable','0'),(5085,938,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5086,938,'cf47rs_extra_sidebar_position','global'),(5087,938,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5088,938,'cf47rs_extra_show_breadcrumbs','0'),(5089,938,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5090,938,'cf47rs_extra_header_force_style','style1'),(5091,938,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5092,939,'cf47rs_subheading',''),(5093,939,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5094,939,'cf47rs_panel',''),(5095,939,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5096,939,'cf47rs_hero_enable','0'),(5097,939,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5098,939,'cf47rs_extra_sidebar_position','global'),(5099,939,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5100,939,'cf47rs_extra_show_breadcrumbs','0'),(5101,939,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5102,939,'cf47rs_extra_header_force_style','style1'),(5103,939,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5104,940,'cf47rs_subheading',''),(5105,940,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5106,940,'cf47rs_panel',''),(5107,940,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5108,940,'cf47rs_hero_enable','0'),(5109,940,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5110,940,'cf47rs_extra_sidebar_position','global'),(5111,940,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5112,940,'cf47rs_extra_show_breadcrumbs','0'),(5113,940,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5114,940,'cf47rs_extra_header_force_style','style1'),(5115,940,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5116,941,'cf47rs_subheading',''),(5117,941,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5118,941,'cf47rs_panel',''),(5119,941,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5120,941,'cf47rs_hero_enable','0'),(5121,941,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5122,941,'cf47rs_extra_sidebar_position','global'),(5123,941,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5124,941,'cf47rs_extra_show_breadcrumbs','0'),(5125,941,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5126,941,'cf47rs_extra_header_force_style','style1'),(5127,941,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5128,942,'cf47rs_subheading',''),(5129,942,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5130,942,'cf47rs_panel',''),(5131,942,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5132,942,'cf47rs_hero_enable','0'),(5133,942,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5134,942,'cf47rs_extra_sidebar_position','global'),(5135,942,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5136,942,'cf47rs_extra_show_breadcrumbs','0'),(5137,942,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5138,942,'cf47rs_extra_header_force_style','style1'),(5139,942,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5140,943,'cf47rs_subheading',''),(5141,943,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5142,943,'cf47rs_panel',''),(5143,943,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5144,943,'cf47rs_hero_enable','0'),(5145,943,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5146,943,'cf47rs_extra_sidebar_position','global'),(5147,943,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5148,943,'cf47rs_extra_show_breadcrumbs','0'),(5149,943,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5150,943,'cf47rs_extra_header_force_style','style1'),(5151,943,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5152,944,'cf47rs_subheading',''),(5153,944,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5154,944,'cf47rs_panel',''),(5155,944,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5156,944,'cf47rs_hero_enable','0'),(5157,944,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5158,944,'cf47rs_extra_sidebar_position','global'),(5159,944,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5160,944,'cf47rs_extra_show_breadcrumbs','0'),(5161,944,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5162,944,'cf47rs_extra_header_force_style','style1'),(5163,944,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5164,945,'cf47rs_subheading',''),(5165,945,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5166,945,'cf47rs_panel',''),(5167,945,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5168,945,'cf47rs_hero_enable','0'),(5169,945,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5170,945,'cf47rs_extra_sidebar_position','global'),(5171,945,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5172,945,'cf47rs_extra_show_breadcrumbs','0'),(5173,945,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5174,945,'cf47rs_extra_header_force_style','style1'),(5175,945,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5176,946,'cf47rs_subheading',''),(5177,946,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5178,946,'cf47rs_panel',''),(5179,946,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5180,946,'cf47rs_hero_enable','0'),(5181,946,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5182,946,'cf47rs_extra_sidebar_position','global'),(5183,946,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5184,946,'cf47rs_extra_show_breadcrumbs','0'),(5185,946,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5186,946,'cf47rs_extra_header_force_style','style1'),(5187,946,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5188,947,'cf47rs_subheading',''),(5189,947,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5190,947,'cf47rs_panel',''),(5191,947,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5192,947,'cf47rs_hero_enable','0'),(5193,947,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5194,947,'cf47rs_extra_sidebar_position','global'),(5195,947,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5196,947,'cf47rs_extra_show_breadcrumbs','0'),(5197,947,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5198,947,'cf47rs_extra_header_force_style','style1'),(5199,947,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5201,949,'cf47rs_subheading',''),(5202,949,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5203,949,'cf47rs_panel',''),(5204,949,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5205,949,'cf47rs_hero_enable','0'),(5206,949,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5207,949,'cf47rs_extra_sidebar_position','global'),(5208,949,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5209,949,'cf47rs_extra_show_breadcrumbs','0'),(5210,949,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5211,949,'cf47rs_extra_header_force_style','style1'),(5212,949,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5213,950,'cf47rs_subheading',''),(5214,950,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5215,950,'cf47rs_panel',''),(5216,950,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5217,950,'cf47rs_hero_enable','0'),(5218,950,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5219,950,'cf47rs_extra_sidebar_position','global'),(5220,950,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5221,950,'cf47rs_extra_show_breadcrumbs','0'),(5222,950,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5223,950,'cf47rs_extra_header_force_style','style1'),(5224,950,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5225,951,'cf47rs_subheading',''),(5226,951,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5227,951,'cf47rs_panel',''),(5228,951,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5229,951,'cf47rs_hero_enable','0'),(5230,951,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5231,951,'cf47rs_extra_sidebar_position','global'),(5232,951,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5233,951,'cf47rs_extra_show_breadcrumbs','0'),(5234,951,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5235,951,'cf47rs_extra_header_force_style','style1'),(5236,951,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5237,952,'cf47rs_subheading',''),(5238,952,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5239,952,'cf47rs_panel',''),(5240,952,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5241,952,'cf47rs_hero_enable','0'),(5242,952,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5243,952,'cf47rs_extra_sidebar_position','global'),(5244,952,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5245,952,'cf47rs_extra_show_breadcrumbs','0'),(5246,952,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5247,952,'cf47rs_extra_header_force_style','style1'),(5248,952,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5249,953,'cf47rs_subheading',''),(5250,953,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5251,953,'cf47rs_panel',''),(5252,953,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5253,953,'cf47rs_hero_enable','0'),(5254,953,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5255,953,'cf47rs_extra_sidebar_position','global'),(5256,953,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5257,953,'cf47rs_extra_show_breadcrumbs','0'),(5258,953,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5259,953,'cf47rs_extra_header_force_style','style1'),(5260,953,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5261,954,'cf47rs_subheading',''),(5262,954,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5263,954,'cf47rs_panel',''),(5264,954,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5265,954,'cf47rs_hero_enable','0'),(5266,954,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5267,954,'cf47rs_extra_sidebar_position','global'),(5268,954,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5269,954,'cf47rs_extra_show_breadcrumbs','0'),(5270,954,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5271,954,'cf47rs_extra_header_force_style','style1'),(5272,954,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5273,955,'cf47rs_subheading',''),(5274,955,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5275,955,'cf47rs_panel',''),(5276,955,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5277,955,'cf47rs_hero_enable','0'),(5278,955,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5279,955,'cf47rs_extra_sidebar_position','global'),(5280,955,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5281,955,'cf47rs_extra_show_breadcrumbs','0'),(5282,955,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5283,955,'cf47rs_extra_header_force_style','style1'),(5284,955,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5285,956,'cf47rs_subheading',''),(5286,956,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5287,956,'cf47rs_panel',''),(5288,956,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5289,956,'cf47rs_hero_enable','0'),(5290,956,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5291,956,'cf47rs_extra_sidebar_position','global'),(5292,956,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5293,956,'cf47rs_extra_show_breadcrumbs','0'),(5294,956,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5295,956,'cf47rs_extra_header_force_style','style1'),(5296,956,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5297,957,'cf47rs_subheading',''),(5298,957,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5299,957,'cf47rs_panel',''),(5300,957,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5301,957,'cf47rs_hero_enable','0'),(5302,957,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5303,957,'cf47rs_extra_sidebar_position','global'),(5304,957,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5305,957,'cf47rs_extra_show_breadcrumbs','0'),(5306,957,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5307,957,'cf47rs_extra_header_force_style','style1'),(5308,957,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5309,958,'cf47rs_subheading',''),(5310,958,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5311,958,'cf47rs_panel',''),(5312,958,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5313,958,'cf47rs_hero_enable','0'),(5314,958,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5315,958,'cf47rs_extra_sidebar_position','global'),(5316,958,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5317,958,'cf47rs_extra_show_breadcrumbs','0'),(5318,958,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5319,958,'cf47rs_extra_header_force_style','style1'),(5320,958,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5321,959,'cf47rs_subheading',''),(5322,959,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5323,959,'cf47rs_panel',''),(5324,959,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5325,959,'cf47rs_hero_enable','0'),(5326,959,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5327,959,'cf47rs_extra_sidebar_position','global'),(5328,959,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5329,959,'cf47rs_extra_show_breadcrumbs','0'),(5330,959,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5331,959,'cf47rs_extra_header_force_style','style1'),(5332,959,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5334,961,'cf47rs_subheading',''),(5335,961,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5336,961,'cf47rs_panel',''),(5337,961,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5338,961,'cf47rs_hero_enable','0'),(5339,961,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5340,961,'cf47rs_extra_sidebar_position','global'),(5341,961,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5342,961,'cf47rs_extra_show_breadcrumbs','0'),(5343,961,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5344,961,'cf47rs_extra_header_force_style','style1'),(5345,961,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5346,962,'cf47rs_subheading',''),(5347,962,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5348,962,'cf47rs_panel',''),(5349,962,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5350,962,'cf47rs_hero_enable','0'),(5351,962,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5352,962,'cf47rs_extra_sidebar_position','global'),(5353,962,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5354,962,'cf47rs_extra_show_breadcrumbs','0'),(5355,962,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5356,962,'cf47rs_extra_header_force_style','style1'),(5357,962,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5358,963,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5359,965,'cf47rs_hero_enable','0'),(5360,965,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5361,965,'cf47rs_extra_sidebar_position','none'),(5362,965,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5363,965,'cf47rs_extra_show_breadcrumbs','1'),(5364,965,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5365,965,'cf47rs_extra_header_force_style','standart'),(5366,965,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5367,966,'cf47rs_hero_enable','0'),(5368,966,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5369,966,'cf47rs_extra_sidebar_position','none'),(5370,966,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5371,966,'cf47rs_extra_show_breadcrumbs','1'),(5372,966,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5373,966,'cf47rs_extra_header_force_style','standart'),(5374,966,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5378,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5379,968,'_edit_last','1'),(5380,968,'_edit_lock','1516999919:1'),(5381,968,'_wp_page_template','default'),(5382,968,'slide_template','default'),(5383,968,'_wpb_vc_js_status','true'),(5384,968,'cf47rs_hero_enable','0'),(5385,968,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5386,968,'cf47rs_extra_sidebar_position','none'),(5387,968,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5388,968,'cf47rs_extra_show_breadcrumbs','1'),(5389,968,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5390,968,'cf47rs_extra_header_force_style','standart'),(5391,968,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5392,969,'cf47rs_hero_enable','0'),(5393,969,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5394,969,'cf47rs_extra_sidebar_position','global'),(5395,969,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5396,969,'cf47rs_extra_show_breadcrumbs','1'),(5397,969,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5398,969,'cf47rs_extra_header_force_style','standart'),(5399,969,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5400,970,'cf47rs_hero_enable','0'),(5401,970,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5402,970,'cf47rs_extra_sidebar_position','none'),(5403,970,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5404,970,'cf47rs_extra_show_breadcrumbs','1'),(5405,970,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5406,970,'cf47rs_extra_header_force_style','standart'),(5407,970,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5423,1,'_edit_lock','1517001018:1'),(5424,1,'_edit_last','1'),(5427,1,'slide_template','default'),(5428,1,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5429,1,'cf47rs_hero_enable','0'),(5430,1,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5431,975,'cf47rs_hero_enable','0'),(5432,975,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5437,977,'_wp_trash_meta_status','publish'),(5438,977,'_wp_trash_meta_time','1517000521'),(5439,978,'_edit_lock','1517000569:1'),(5440,978,'_wp_trash_meta_status','publish'),(5441,978,'_wp_trash_meta_time','1517000569'),(5442,1,'_thumbnail_id','892'),(5447,979,'cf47rs_subheading',''),(5448,979,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5449,979,'cf47rs_panel',''),(5450,979,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5451,979,'cf47rs_hero_enable','0'),(5452,979,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5453,979,'cf47rs_extra_sidebar_position','global'),(5454,979,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5455,979,'cf47rs_extra_show_breadcrumbs','0'),(5456,979,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5457,979,'cf47rs_extra_header_force_style','style1'),(5458,979,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5459,980,'cf47rs_subheading',''),(5460,980,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5461,980,'cf47rs_panel',''),(5462,980,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5463,980,'cf47rs_hero_enable','0'),(5464,980,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5465,980,'cf47rs_extra_sidebar_position','global'),(5466,980,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5467,980,'cf47rs_extra_show_breadcrumbs','0'),(5468,980,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5469,980,'cf47rs_extra_header_force_style','style1'),(5470,980,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5471,981,'cf47rs_subheading',''),(5472,981,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5473,981,'cf47rs_panel',''),(5474,981,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5475,981,'cf47rs_hero_enable','0'),(5476,981,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5477,981,'cf47rs_extra_sidebar_position','global'),(5478,981,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5479,981,'cf47rs_extra_show_breadcrumbs','0'),(5480,981,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5481,981,'cf47rs_extra_header_force_style','style1'),(5482,981,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5483,982,'cf47rs_subheading',''),(5484,982,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5485,982,'cf47rs_panel',''),(5486,982,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5487,982,'cf47rs_hero_enable','0'),(5488,982,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5489,982,'cf47rs_extra_sidebar_position','global'),(5490,982,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5491,982,'cf47rs_extra_show_breadcrumbs','0'),(5492,982,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5493,982,'cf47rs_extra_header_force_style','style1'),(5494,982,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5495,983,'cf47rs_subheading',''),(5496,983,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5497,983,'cf47rs_panel',''),(5498,983,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5499,983,'cf47rs_hero_enable','0'),(5500,983,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5501,983,'cf47rs_extra_sidebar_position','global'),(5502,983,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5503,983,'cf47rs_extra_show_breadcrumbs','0'),(5504,983,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5505,983,'cf47rs_extra_header_force_style','style1'),(5506,983,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5507,984,'cf47rs_subheading',''),(5508,984,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5509,984,'cf47rs_panel',''),(5510,984,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5511,984,'cf47rs_hero_enable','0'),(5512,984,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5513,984,'cf47rs_extra_sidebar_position','global'),(5514,984,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5515,984,'cf47rs_extra_show_breadcrumbs','0'),(5516,984,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5517,984,'cf47rs_extra_header_force_style','style1'),(5518,984,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5519,985,'cf47rs_subheading',''),(5520,985,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5521,985,'cf47rs_panel',''),(5522,985,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5523,985,'cf47rs_hero_enable','0'),(5524,985,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5525,985,'cf47rs_extra_sidebar_position','global'),(5526,985,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5527,985,'cf47rs_extra_show_breadcrumbs','0'),(5528,985,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5529,985,'cf47rs_extra_header_force_style','style1'),(5530,985,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5531,573,'_wpb_shortcodes_custom_css','.vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}'),(5532,986,'cf47rs_subheading',''),(5533,986,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5534,986,'cf47rs_panel',''),(5535,986,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5536,986,'cf47rs_hero_enable','0'),(5537,986,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5538,986,'cf47rs_extra_sidebar_position','global'),(5539,986,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5540,986,'cf47rs_extra_show_breadcrumbs','0'),(5541,986,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5542,986,'cf47rs_extra_header_force_style','style1'),(5543,986,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5544,987,'_wp_attached_file','2018/01/Capture.png'),(5545,987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3064;s:6:\"height\";i:1633;s:4:\"file\";s:19:\"2018/01/Capture.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Capture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Capture-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Capture-768x409.png\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Capture-1024x546.png\";s:5:\"width\";i:1024;s:6:\"height\";i:546;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:{}}}'),(5546,988,'cf47rs_subheading',''),(5547,988,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5548,988,'cf47rs_panel',''),(5549,988,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5550,988,'cf47rs_hero_enable','0'),(5551,988,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5552,988,'cf47rs_extra_sidebar_position','global'),(5553,988,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5554,988,'cf47rs_extra_show_breadcrumbs','0'),(5555,988,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5556,988,'cf47rs_extra_header_force_style','style1'),(5557,988,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5558,989,'cf47rs_subheading',''),(5559,989,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5560,989,'cf47rs_panel',''),(5561,989,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5562,989,'cf47rs_hero_enable','0'),(5563,989,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5564,989,'cf47rs_extra_sidebar_position','global'),(5565,989,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5566,989,'cf47rs_extra_show_breadcrumbs','0'),(5567,989,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5568,989,'cf47rs_extra_header_force_style','style1'),(5569,989,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5570,990,'cf47rs_subheading',''),(5571,990,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5572,990,'cf47rs_panel',''),(5573,990,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5574,990,'cf47rs_hero_enable','0'),(5575,990,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5576,990,'cf47rs_extra_sidebar_position','global'),(5577,990,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5578,990,'cf47rs_extra_show_breadcrumbs','0'),(5579,990,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5580,990,'cf47rs_extra_header_force_style','style1'),(5581,990,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5582,991,'_wp_attached_file','2018/01/ddd.png'),(5583,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1306;s:6:\"height\";i:498;s:4:\"file\";s:15:\"2018/01/ddd.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ddd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ddd-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"ddd-768x293.png\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"ddd-1024x390.png\";s:5:\"width\";i:1024;s:6:\"height\";i:390;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:{}}}'),(5584,992,'cf47rs_subheading',''),(5585,992,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5586,992,'cf47rs_panel',''),(5587,992,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5588,992,'cf47rs_hero_enable','0'),(5589,992,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5590,992,'cf47rs_extra_sidebar_position','global'),(5591,992,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5592,992,'cf47rs_extra_show_breadcrumbs','0'),(5593,992,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5594,992,'cf47rs_extra_header_force_style','style1'),(5595,992,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5596,993,'cf47rs_subheading',''),(5597,993,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5598,993,'cf47rs_panel',''),(5599,993,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5600,993,'cf47rs_hero_enable','0'),(5601,993,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5602,993,'cf47rs_extra_sidebar_position','global'),(5603,993,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5604,993,'cf47rs_extra_show_breadcrumbs','0'),(5605,993,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5606,993,'cf47rs_extra_header_force_style','style1'),(5607,993,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5608,994,'cf47rs_subheading',''),(5609,994,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5610,994,'cf47rs_panel',''),(5611,994,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5612,994,'cf47rs_hero_enable','0'),(5613,994,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5614,994,'cf47rs_extra_sidebar_position','global'),(5615,994,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5616,994,'cf47rs_extra_show_breadcrumbs','0'),(5617,994,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5618,994,'cf47rs_extra_header_force_style','style1'),(5619,994,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5620,995,'cf47rs_subheading',''),(5621,995,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5622,995,'cf47rs_panel',''),(5623,995,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5624,995,'cf47rs_hero_enable','0'),(5625,995,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5626,995,'cf47rs_extra_sidebar_position','global'),(5627,995,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5628,995,'cf47rs_extra_show_breadcrumbs','0'),(5629,995,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5630,995,'cf47rs_extra_header_force_style','style1'),(5631,995,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5632,996,'cf47rs_subheading',''),(5633,996,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5634,996,'cf47rs_panel',''),(5635,996,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5636,996,'cf47rs_hero_enable','0'),(5637,996,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5638,996,'cf47rs_extra_sidebar_position','global'),(5639,996,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5640,996,'cf47rs_extra_show_breadcrumbs','0'),(5641,996,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5642,996,'cf47rs_extra_header_force_style','style1'),(5643,996,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5644,997,'cf47rs_subheading',''),(5645,997,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5646,997,'cf47rs_panel',''),(5647,997,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5648,997,'cf47rs_hero_enable','0'),(5649,997,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5650,997,'cf47rs_extra_sidebar_position','global'),(5651,997,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5652,997,'cf47rs_extra_show_breadcrumbs','0'),(5653,997,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5654,997,'cf47rs_extra_header_force_style','style1'),(5655,997,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5656,998,'cf47rs_subheading',''),(5657,998,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5658,998,'cf47rs_panel',''),(5659,998,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5660,998,'cf47rs_hero_enable','0'),(5661,998,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5662,998,'cf47rs_extra_sidebar_position','global'),(5663,998,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5664,998,'cf47rs_extra_show_breadcrumbs','0'),(5665,998,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5666,998,'cf47rs_extra_header_force_style','style1'),(5667,998,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5668,999,'cf47rs_subheading',''),(5669,999,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5670,999,'cf47rs_panel',''),(5671,999,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5672,999,'cf47rs_hero_enable','0'),(5673,999,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5674,999,'cf47rs_extra_sidebar_position','global'),(5675,999,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5676,999,'cf47rs_extra_show_breadcrumbs','0'),(5677,999,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5678,999,'cf47rs_extra_header_force_style','style1'),(5679,999,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5680,1000,'cf47rs_subheading',''),(5681,1000,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5682,1000,'cf47rs_panel',''),(5683,1000,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5684,1000,'cf47rs_hero_enable','0'),(5685,1000,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5686,1000,'cf47rs_extra_sidebar_position','global'),(5687,1000,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5688,1000,'cf47rs_extra_show_breadcrumbs','0'),(5689,1000,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5690,1000,'cf47rs_extra_header_force_style','style1'),(5691,1000,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5692,1001,'cf47rs_subheading',''),(5693,1001,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5694,1001,'cf47rs_panel',''),(5695,1001,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5696,1001,'cf47rs_hero_enable','0'),(5697,1001,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5698,1001,'cf47rs_extra_sidebar_position','global'),(5699,1001,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5700,1001,'cf47rs_extra_show_breadcrumbs','0'),(5701,1001,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5702,1001,'cf47rs_extra_header_force_style','style1'),(5703,1001,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5704,1002,'cf47rs_subheading',''),(5705,1002,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5706,1002,'cf47rs_panel',''),(5707,1002,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5708,1002,'cf47rs_hero_enable','0'),(5709,1002,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5710,1002,'cf47rs_extra_sidebar_position','global'),(5711,1002,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5712,1002,'cf47rs_extra_show_breadcrumbs','0'),(5713,1002,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5714,1002,'cf47rs_extra_header_force_style','style1'),(5715,1002,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5716,1003,'cf47rs_subheading',''),(5717,1003,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5718,1003,'cf47rs_panel',''),(5719,1003,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5720,1003,'cf47rs_hero_enable','0'),(5721,1003,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5722,1003,'cf47rs_extra_sidebar_position','global'),(5723,1003,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5724,1003,'cf47rs_extra_show_breadcrumbs','0'),(5725,1003,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5726,1003,'cf47rs_extra_header_force_style','style1'),(5727,1003,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5728,1004,'cf47rs_subheading',''),(5729,1004,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5730,1004,'cf47rs_panel',''),(5731,1004,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5732,1004,'cf47rs_hero_enable','0'),(5733,1004,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5734,1004,'cf47rs_extra_sidebar_position','global'),(5735,1004,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5736,1004,'cf47rs_extra_show_breadcrumbs','0'),(5737,1004,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5738,1004,'cf47rs_extra_header_force_style','style1'),(5739,1004,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5740,1005,'cf47rs_subheading',''),(5741,1005,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5742,1005,'cf47rs_panel',''),(5743,1005,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5744,1005,'cf47rs_hero_enable','0'),(5745,1005,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5746,1005,'cf47rs_extra_sidebar_position','global'),(5747,1005,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5748,1005,'cf47rs_extra_show_breadcrumbs','0'),(5749,1005,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5750,1005,'cf47rs_extra_header_force_style','style1'),(5751,1005,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5752,1006,'_wp_trash_meta_status','publish'),(5753,1006,'_wp_trash_meta_time','1517004652'),(5754,1008,'cf47rs_subheading',''),(5755,1008,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5756,1008,'cf47rs_panel',''),(5757,1008,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5758,1008,'cf47rs_hero_enable','0'),(5759,1008,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5760,1008,'cf47rs_extra_sidebar_position','global'),(5761,1008,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5762,1008,'cf47rs_extra_show_breadcrumbs','0'),(5763,1008,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5764,1008,'cf47rs_extra_header_force_style','style1'),(5765,1008,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5766,1009,'cf47rs_subheading',''),(5767,1009,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5768,1009,'cf47rs_panel',''),(5769,1009,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5770,1009,'cf47rs_hero_enable','0'),(5771,1009,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5772,1009,'cf47rs_extra_sidebar_position','global'),(5773,1009,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5774,1009,'cf47rs_extra_show_breadcrumbs','0'),(5775,1009,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5776,1009,'cf47rs_extra_header_force_style','style1'),(5777,1009,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5778,1010,'cf47rs_subheading',''),(5779,1010,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5780,1010,'cf47rs_panel',''),(5781,1010,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5782,1010,'cf47rs_hero_enable','0'),(5783,1010,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5784,1010,'cf47rs_extra_sidebar_position','global'),(5785,1010,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5786,1010,'cf47rs_extra_show_breadcrumbs','0'),(5787,1010,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5788,1010,'cf47rs_extra_header_force_style','style1'),(5789,1010,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5790,1011,'cf47rs_subheading',''),(5791,1011,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5792,1011,'cf47rs_panel',''),(5793,1011,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5794,1011,'cf47rs_hero_enable','0'),(5795,1011,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5796,1011,'cf47rs_extra_sidebar_position','global'),(5797,1011,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5798,1011,'cf47rs_extra_show_breadcrumbs','0'),(5799,1011,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5800,1011,'cf47rs_extra_header_force_style','style1'),(5801,1011,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5802,1012,'cf47rs_subheading',''),(5803,1012,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5804,1012,'cf47rs_panel',''),(5805,1012,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5806,1012,'cf47rs_hero_enable','0'),(5807,1012,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5808,1012,'cf47rs_extra_sidebar_position','global'),(5809,1012,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5810,1012,'cf47rs_extra_show_breadcrumbs','0'),(5811,1012,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5812,1012,'cf47rs_extra_header_force_style','style1'),(5813,1012,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5814,1013,'cf47rs_subheading',''),(5815,1013,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5816,1013,'cf47rs_panel',''),(5817,1013,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5818,1013,'cf47rs_hero_enable','0'),(5819,1013,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5820,1013,'cf47rs_extra_sidebar_position','global'),(5821,1013,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5822,1013,'cf47rs_extra_show_breadcrumbs','0'),(5823,1013,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5824,1013,'cf47rs_extra_header_force_style','style1'),(5825,1013,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5826,1014,'cf47rs_subheading',''),(5827,1014,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5828,1014,'cf47rs_panel',''),(5829,1014,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5830,1014,'cf47rs_hero_enable','0'),(5831,1014,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5832,1014,'cf47rs_extra_sidebar_position','global'),(5833,1014,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5834,1014,'cf47rs_extra_show_breadcrumbs','0'),(5835,1014,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5836,1014,'cf47rs_extra_header_force_style','style1'),(5837,1014,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5838,1015,'cf47rs_subheading',''),(5839,1015,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5840,1015,'cf47rs_panel',''),(5841,1015,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5842,1015,'cf47rs_hero_enable','0'),(5843,1015,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5844,1015,'cf47rs_extra_sidebar_position','global'),(5845,1015,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5846,1015,'cf47rs_extra_show_breadcrumbs','0'),(5847,1015,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5848,1015,'cf47rs_extra_header_force_style','style1'),(5849,1015,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5850,1016,'cf47rs_subheading',''),(5851,1016,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5852,1016,'cf47rs_panel',''),(5853,1016,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5854,1016,'cf47rs_hero_enable','0'),(5855,1016,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5856,1016,'cf47rs_extra_sidebar_position','global'),(5857,1016,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5858,1016,'cf47rs_extra_show_breadcrumbs','0'),(5859,1016,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5860,1016,'cf47rs_extra_header_force_style','style1'),(5861,1016,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5862,1017,'cf47rs_subheading',''),(5863,1017,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5864,1017,'cf47rs_panel',''),(5865,1017,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5866,1017,'cf47rs_hero_enable','0'),(5867,1017,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5868,1017,'cf47rs_extra_sidebar_position','global'),(5869,1017,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5870,1017,'cf47rs_extra_show_breadcrumbs','0'),(5871,1017,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5872,1017,'cf47rs_extra_header_force_style','style1'),(5873,1017,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5874,1018,'cf47rs_subheading',''),(5875,1018,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5876,1018,'cf47rs_panel',''),(5877,1018,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5878,1018,'cf47rs_hero_enable','0'),(5879,1018,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5880,1018,'cf47rs_extra_sidebar_position','global'),(5881,1018,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5882,1018,'cf47rs_extra_show_breadcrumbs','0'),(5883,1018,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5884,1018,'cf47rs_extra_header_force_style','style1'),(5885,1018,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5886,1019,'cf47rs_subheading',''),(5887,1019,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5888,1019,'cf47rs_panel',''),(5889,1019,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5890,1019,'cf47rs_hero_enable','0'),(5891,1019,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5892,1019,'cf47rs_extra_sidebar_position','global'),(5893,1019,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5894,1019,'cf47rs_extra_show_breadcrumbs','0'),(5895,1019,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5896,1019,'cf47rs_extra_header_force_style','style1'),(5897,1019,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5898,1020,'cf47rs_subheading',''),(5899,1020,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5900,1020,'cf47rs_panel',''),(5901,1020,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5902,1020,'cf47rs_hero_enable','0'),(5903,1020,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5904,1020,'cf47rs_extra_sidebar_position','global'),(5905,1020,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5906,1020,'cf47rs_extra_show_breadcrumbs','0'),(5907,1020,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5908,1020,'cf47rs_extra_header_force_style','style1'),(5909,1020,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5910,1021,'_edit_lock','1517005231:1'),(5911,1022,'cf47rs_subheading',''),(5912,1022,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5913,1022,'cf47rs_panel',''),(5914,1022,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5915,1022,'cf47rs_hero_enable','0'),(5916,1022,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5917,1022,'cf47rs_extra_sidebar_position','global'),(5918,1022,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5919,1022,'cf47rs_extra_show_breadcrumbs','0'),(5920,1022,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5921,1022,'cf47rs_extra_header_force_style','style1'),(5922,1022,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5923,1021,'_customize_restore_dismissed','1'),(5924,1023,'_wp_trash_meta_status','publish'),(5925,1023,'_wp_trash_meta_time','1517005322'),(5926,1025,'cf47rs_subheading',''),(5927,1025,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5928,1025,'cf47rs_panel',''),(5929,1025,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5930,1025,'cf47rs_hero_enable','0'),(5931,1025,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5932,1025,'cf47rs_extra_sidebar_position','global'),(5933,1025,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5934,1025,'cf47rs_extra_show_breadcrumbs','0'),(5935,1025,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5936,1025,'cf47rs_extra_header_force_style','style1'),(5937,1025,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5938,1026,'cf47rs_subheading',''),(5939,1026,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5940,1026,'cf47rs_panel',''),(5941,1026,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5942,1026,'cf47rs_hero_enable','0'),(5943,1026,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5944,1026,'cf47rs_extra_sidebar_position','global'),(5945,1026,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5946,1026,'cf47rs_extra_show_breadcrumbs','0'),(5947,1026,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5948,1026,'cf47rs_extra_header_force_style','style1'),(5949,1026,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5950,1027,'_wp_trash_meta_status','publish'),(5951,1027,'_wp_trash_meta_time','1517005585'),(5952,1029,'_wp_trash_meta_status','publish'),(5953,1029,'_wp_trash_meta_time','1517005592'),(5954,1031,'cf47rs_subheading',''),(5955,1031,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5956,1031,'cf47rs_panel',''),(5957,1031,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5958,1031,'cf47rs_hero_enable','0'),(5959,1031,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5960,1031,'cf47rs_extra_sidebar_position','global'),(5961,1031,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5962,1031,'cf47rs_extra_show_breadcrumbs','0'),(5963,1031,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5964,1031,'cf47rs_extra_header_force_style','style1'),(5965,1031,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5966,1032,'cf47rs_subheading',''),(5967,1032,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5968,1032,'cf47rs_panel',''),(5969,1032,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5970,1032,'cf47rs_hero_enable','0'),(5971,1032,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5972,1032,'cf47rs_extra_sidebar_position','global'),(5973,1032,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5974,1032,'cf47rs_extra_show_breadcrumbs','0'),(5975,1032,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5976,1032,'cf47rs_extra_header_force_style','style1'),(5977,1032,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5978,1033,'cf47rs_subheading',''),(5979,1033,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5980,1033,'cf47rs_panel',''),(5981,1033,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5982,1033,'cf47rs_hero_enable','0'),(5983,1033,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5984,1033,'cf47rs_extra_sidebar_position','global'),(5985,1033,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5986,1033,'cf47rs_extra_show_breadcrumbs','0'),(5987,1033,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(5988,1033,'cf47rs_extra_header_force_style','style1'),(5989,1033,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(5990,1034,'cf47rs_subheading',''),(5991,1034,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(5992,1034,'cf47rs_panel',''),(5993,1034,'_cf47rs_panel','field_cf47rs_post_header_panel'),(5994,1034,'cf47rs_hero_enable','0'),(5995,1034,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(5996,1034,'cf47rs_extra_sidebar_position','global'),(5997,1034,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(5998,1034,'cf47rs_extra_show_breadcrumbs','0'),(5999,1034,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(6000,1034,'cf47rs_extra_header_force_style','style1'),(6001,1034,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(6002,1035,'_edit_lock','1517005776:1'),(6003,1035,'_wp_trash_meta_status','publish'),(6004,1035,'_wp_trash_meta_time','1517005776'),(6005,1037,'_wp_trash_meta_status','publish'),(6006,1037,'_wp_trash_meta_time','1517005795'),(6007,1039,'_wp_trash_meta_status','publish'),(6008,1039,'_wp_trash_meta_time','1517005877'),(6009,1041,'_wp_trash_meta_status','publish'),(6010,1041,'_wp_trash_meta_time','1517005929'),(6011,1043,'_wp_trash_meta_status','publish'),(6012,1043,'_wp_trash_meta_time','1517005945'),(6013,1045,'_wp_trash_meta_status','publish'),(6014,1045,'_wp_trash_meta_time','1517005959'),(6015,1047,'_wp_trash_meta_status','publish'),(6016,1047,'_wp_trash_meta_time','1517005969'),(6017,1049,'_wp_trash_meta_status','publish'),(6018,1049,'_wp_trash_meta_time','1517007814'),(6019,1051,'_wp_trash_meta_status','publish'),(6020,1051,'_wp_trash_meta_time','1517007951'),(6021,1053,'cf47rs_subheading',''),(6022,1053,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(6023,1053,'cf47rs_panel',''),(6024,1053,'_cf47rs_panel','field_cf47rs_post_header_panel'),(6025,1053,'cf47rs_hero_enable','0'),(6026,1053,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(6027,1053,'cf47rs_extra_sidebar_position','global'),(6028,1053,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(6029,1053,'cf47rs_extra_show_breadcrumbs','0'),(6030,1053,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(6031,1053,'cf47rs_extra_header_force_style','style1'),(6032,1053,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(6033,1054,'cf47rs_subheading',''),(6034,1054,'_cf47rs_subheading','field_cf47rs_post_header_subheading'),(6035,1054,'cf47rs_panel',''),(6036,1054,'_cf47rs_panel','field_cf47rs_post_header_panel'),(6037,1054,'cf47rs_hero_enable','0'),(6038,1054,'_cf47rs_hero_enable','field_cf47rs_hero_unit_hero_enable'),(6039,1054,'cf47rs_extra_sidebar_position','global'),(6040,1054,'_cf47rs_extra_sidebar_position','field_cf47rs_extra_extra_options_sidebar_position'),(6041,1054,'cf47rs_extra_show_breadcrumbs','0'),(6042,1054,'_cf47rs_extra_show_breadcrumbs','field_cf47rs_extra_extra_options_show_breadcrumbs'),(6043,1054,'cf47rs_extra_header_force_style','style1'),(6044,1054,'_cf47rs_extra_header_force_style','field_cf47rs_extra_extra_options_header_force_style'),(6045,1055,'_wp_trash_meta_status','publish'),(6046,1055,'_wp_trash_meta_time','1517008906'); /*!40000 ALTER TABLE `wpf_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_posts` -- DROP TABLE IF EXISTS `wpf_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=1056 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_posts` -- LOCK TABLES `wpf_posts` WRITE; /*!40000 ALTER TABLE `wpf_posts` DISABLE KEYS */; INSERT INTO `wpf_posts` VALUES (1,1,'2018-01-04 18:07:31','2018-01-04 18:07:31','Welcome to our new website. We are in the process of posting more blog posts. Check back soon for more interesting housing related posts.','Welcome to our new website','','publish','open','open','','hello-world','','','2018-01-26 21:12:40','2018-01-26 21:12:40','',0,'http://www.thefrygroup.com/?p=1',0,'post','',0),(4,1,'2018-01-04 18:11:26','2018-01-04 18:11:26','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nThe Fry Group \"[your-subject]\"\n[your-name] <alan@2xconversions.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Fry Group (https://2xconversions.com/frygroup)\nalan@2xconversions.com\nReply-To: [your-email]\n\n0\n0\n\nThe Fry Group \"[your-subject]\"\nThe Fry Group <alan@2xconversions.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Fry Group (https://2xconversions.com/frygroup)\n[your-email]\nReply-To: alan@2xconversions.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2018-01-04 18:11:26','2018-01-04 18:11:26','',0,'http://www.thefrygroup.com/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2018-01-04 18:13:19','2018-01-04 18:13:19','','banner-1.jpg','','inherit','closed','closed','','banner-1-jpg','','','2018-01-04 18:13:19','2018-01-04 18:13:19','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider11/banner-1.jpg',0,'attachment','image/jpeg',0),(6,1,'2018-01-04 18:13:20','2018-01-04 18:13:20','','banner-2.jpg','','inherit','closed','closed','','banner-2-jpg','','','2018-01-04 18:13:20','2018-01-04 18:13:20','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider11/banner-2.jpg',0,'attachment','image/jpeg',0),(7,1,'2018-01-04 18:13:20','2018-01-04 18:13:20','','banner-3.jpg','','inherit','closed','closed','','banner-3-jpg','','','2018-01-04 18:13:20','2018-01-04 18:13:20','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider11/banner-3.jpg',0,'attachment','image/jpeg',0),(8,1,'2018-01-04 18:13:20','2018-01-04 18:13:20','','banner-4.jpg','','inherit','closed','closed','','banner-4-jpg','','','2018-01-04 18:13:20','2018-01-04 18:13:20','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider11/banner-4.jpg',0,'attachment','image/jpeg',0),(10,1,'2016-04-15 12:49:35','2016-04-15 12:49:35','','My properties','','publish','closed','closed','','my-properties','','','2016-04-15 12:49:35','2016-04-15 12:49:35','',0,'http://realtyspace.codefactory47.com/?page_id=10',0,'page','',0),(16,1,'2016-04-18 12:07:07','2016-04-18 12:07:07','','banner-1','','inherit','open','closed','','banner-1','','','2016-04-18 12:07:07','2016-04-18 12:07:07','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1.jpg',0,'attachment','image/jpeg',0),(17,1,'2016-04-18 12:07:07','2016-04-18 12:07:07','','banner-2','','inherit','open','closed','','banner-2','','','2016-04-18 12:07:07','2016-04-18 12:07:07','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-2.jpg',0,'attachment','image/jpeg',0),(18,1,'2016-04-18 12:07:08','2016-04-18 12:07:08','','banner-3','','inherit','open','closed','','banner-3','','','2016-04-18 12:07:08','2016-04-18 12:07:08','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-3.jpg',0,'attachment','image/jpeg',0),(19,1,'2016-04-18 12:07:09','2016-04-18 12:07:09','','banner-4','','inherit','open','closed','','banner-4','','','2016-04-18 12:07:09','2016-04-18 12:07:09','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-4.jpg',0,'attachment','image/jpeg',0),(21,1,'2016-04-18 12:19:24','2016-04-18 12:19:24','','12','Kitchen','inherit','open','closed','','12','','','2016-04-18 12:19:24','2016-04-18 12:19:24','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/12.jpg',0,'attachment','image/jpeg',0),(22,1,'2016-04-18 12:19:25','2016-04-18 12:19:25','','14','Library','inherit','open','closed','','14','','','2016-04-18 12:19:25','2016-04-18 12:19:25','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/14.jpg',0,'attachment','image/jpeg',0),(23,1,'2016-04-18 12:19:25','2016-04-18 12:19:25','','15','Panoramic','inherit','open','closed','','15','','','2016-04-18 12:19:25','2016-04-18 12:19:25','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/15.jpg',0,'attachment','image/jpeg',0),(24,1,'2016-04-18 12:19:26','2016-04-18 12:19:26','','16','Kitchen','inherit','open','closed','','16','','','2016-04-18 12:19:26','2016-04-18 12:19:26','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/16.jpg',0,'attachment','image/jpeg',0),(25,1,'2016-04-18 12:19:27','2016-04-18 12:19:27','','01','Entrance','inherit','open','closed','','01','','','2016-04-18 12:19:27','2016-04-18 12:19:27','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/01.jpg',0,'attachment','image/jpeg',0),(26,1,'2016-04-18 12:19:28','2016-04-18 12:19:28','','02','Furniture','inherit','open','closed','','02','','','2016-04-18 12:19:28','2016-04-18 12:19:28','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/02.jpg',0,'attachment','image/jpeg',0),(27,1,'2016-04-18 12:19:28','2016-04-18 12:19:28','','03','Kitchen','inherit','open','closed','','03','','','2016-04-18 12:19:28','2016-04-18 12:19:28','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/03.jpg',0,'attachment','image/jpeg',0),(28,1,'2016-04-18 12:19:29','2016-04-18 12:19:29','','04','Kithcen','inherit','open','closed','','04','','','2016-04-18 12:19:29','2016-04-18 12:19:29','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/04.jpg',0,'attachment','image/jpeg',0),(29,1,'2016-04-18 12:19:30','2016-04-18 12:19:30','','05','Kitchen','inherit','open','closed','','05','','','2016-04-18 12:19:30','2016-04-18 12:19:30','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/05.jpg',0,'attachment','image/jpeg',0),(30,1,'2016-04-18 12:19:30','2016-04-18 12:19:30','','06','','inherit','open','closed','','06','','','2016-04-18 12:19:30','2016-04-18 12:19:30','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/06.jpg',0,'attachment','image/jpeg',0),(31,1,'2016-04-18 12:19:31','2016-04-18 12:19:31','','07','Hall','inherit','open','closed','','07','','','2016-04-18 12:19:31','2016-04-18 12:19:31','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/07.jpg',0,'attachment','image/jpeg',0),(32,1,'2016-04-18 12:19:32','2016-04-18 12:19:32','','08','Entrance','inherit','open','closed','','08','','','2016-04-18 12:19:32','2016-04-18 12:19:32','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/08.jpg',0,'attachment','image/jpeg',0),(33,1,'2016-04-18 12:19:32','2016-04-18 12:19:32','','09','Garage','inherit','open','closed','','09','','','2016-04-18 12:19:32','2016-04-18 12:19:32','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/09.jpg',0,'attachment','image/jpeg',0),(34,1,'2016-04-18 12:19:33','2016-04-18 12:19:33','','10','Entrance','inherit','open','closed','','10','','','2016-04-18 12:19:33','2016-04-18 12:19:33','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/10.jpg',0,'attachment','image/jpeg',0),(35,1,'2016-04-18 12:19:34','2016-04-18 12:19:34','','11','','inherit','open','closed','','11','','','2016-04-18 12:19:34','2016-04-18 12:19:34','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/11.jpg',0,'attachment','image/jpeg',0),(39,1,'2016-04-18 13:11:39','2016-04-18 13:11:39','Plan','Plan','Plan','inherit','open','closed','','notes','','','2016-04-18 13:11:39','2016-04-18 13:11:39','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/notes.pdf',0,'attachment','application/pdf',0),(68,1,'2016-04-18 14:30:13','2016-04-18 14:30:13','As the Executive Administrator, Alyssa is the backbone of The Fry Group. Alyssa found herself at The Fry Group in 2017, before joining The Fry Group she was able to gain a great deal of valuable experiences that aide in the success of The Fry Group, including her Real Estate License and a professi<span class=\"text_exposed_show\">onal background in the areas of catering sales and event, coordinating. Alyssa loves working with our clients to ensure that they have a wonderful experience purchasing or selling a home.</span>','Alyssa Marko','','publish','closed','closed','','christopher-pakulla','','','2018-01-04 20:40:41','2018-01-04 20:40:41','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_agent&p=68',0,'cf47rs_agent','',0),(72,1,'2016-04-18 14:36:08','2016-04-18 14:36:08','','worker-1','','inherit','open','closed','','worker-1','','','2016-04-18 14:36:08','2016-04-18 14:36:08','',68,'http://www.thefrygroup.com/wp-content/uploads/2016/04/worker-1.jpg',0,'attachment','image/jpeg',0),(73,1,'2016-04-18 14:36:08','2016-04-18 14:36:08','','worker-2','','inherit','open','closed','','worker-2','','','2016-04-18 14:36:08','2016-04-18 14:36:08','',68,'http://www.thefrygroup.com/wp-content/uploads/2016/04/worker-2.jpg',0,'attachment','image/jpeg',0),(74,1,'2016-04-18 14:36:09','2016-04-18 14:36:09','','worker-3','','inherit','open','closed','','worker-3','','','2016-04-18 14:36:09','2016-04-18 14:36:09','',68,'http://www.thefrygroup.com/wp-content/uploads/2016/04/worker-3.jpg',0,'attachment','image/jpeg',0),(75,1,'2016-04-18 14:36:09','2016-04-18 14:36:09','','worker-4','','inherit','open','closed','','worker-4','','','2016-04-18 14:36:09','2016-04-18 14:36:09','',68,'http://www.thefrygroup.com/wp-content/uploads/2016/04/worker-4.jpg',0,'attachment','image/jpeg',0),(76,1,'2016-04-18 14:48:04','2016-04-18 14:48:04','','Kim Nelson','','publish','closed','closed','','lisa-wemert','','','2018-01-04 20:58:52','2018-01-04 20:58:52','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_agent&p=76',0,'cf47rs_agent','',0),(77,1,'2016-04-18 14:53:05','2016-04-18 14:53:05','David has been in the real estate business for 6 years. He started on the investing side, specializing in apartments and condominiums. He is excited to be an agent now and finds great joy in helping people find their dream home. David lives in White Bear Lake with his wife, son and lovable dog.\r\n\r\n ','David Huynh','','publish','closed','closed','','mariusz-ciesla','','','2018-01-04 20:38:44','2018-01-04 20:38:44','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_agent&p=77',0,'cf47rs_agent','',0),(78,1,'2016-04-18 14:55:36','2016-04-18 14:55:36','Monica has been working in real estate since 1991, she enjoys working with her clients to negotiate a deal that is best for them! Monica is also very active in the community and is the President of the Hugo Business Association and an Ambassador for the Saint Paul Chamber.','Monica Fry','','publish','closed','closed','','vladimir-babic','','','2018-01-04 20:34:48','2018-01-04 20:34:48','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_agent&p=78',0,'cf47rs_agent','',0),(79,1,'2016-04-18 15:02:49','2016-04-18 15:02:49','David has been in Real Estate since 1991. Dave enjoys using his experience and knowledge to help his clients make the best decision for them! When Dave is not working he enjoys spending time with his family, fishing and cooking up his famous smoked ribs!','David Fry','','publish','closed','closed','','helene-powers','','','2018-01-04 20:33:50','2018-01-04 20:33:50','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_agent&p=79',0,'cf47rs_agent','',0),(86,1,'2016-04-18 15:25:28','2016-04-18 15:25:28','','Contact','','publish','closed','closed','','contact','','','2018-01-04 21:24:33','2018-01-04 21:24:33','',0,'http://realtyspace.codefactory47.com/?page_id=86',0,'page','',0),(88,1,'2016-04-18 15:25:44','2016-04-18 15:25:44','<div class=\"row\"> \n <div class=\"form-group\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">E-mail</label>\n [email email-793 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Message</label>\n [textarea textarea-58 class:form-control]\n </div>\n</div> \n<div class=\"row form__buttons\">\n [submit class:form__submit]\n</div>\nRealtyspace \"[your-subject]\"\n[your-name] <wordpress@realtyspace.dev>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\ntest@codefactory47.com\nReply-To: [your-email]\n\n\n\n\nRealtyspace \"[your-subject]\"\nRealtyspace <wordpress@realtyspace.dev>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\n[your-email]\nReply-To: office@codefactory47.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2016-04-18 15:25:44','2016-04-18 15:25:44','',0,'http://realtyspace.codefactory47.com/?post_type=wpcf7_contact_form&p=88',0,'wpcf7_contact_form','',0),(98,1,'2016-04-18 15:42:18','2016-04-18 15:42:18','Vanessa always addressed my questions professionally and in a very timely manner. Working with him was a pleasure and would come with my recommendation.','Vanessa Kasinsky','','trash','closed','closed','','vanessa-kasinsky__trashed','','','2018-01-18 19:32:45','2018-01-18 19:32:45','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_testimonial&p=98',0,'cf47rs_testimonial','',0),(99,1,'2016-04-18 15:42:05','2016-04-18 15:42:05','','01','','inherit','open','closed','','01-2','','','2016-04-18 15:42:05','2016-04-18 15:42:05','',98,'http://www.thefrygroup.com/wp-content/uploads/2016/04/01-1.jpg',0,'attachment','image/jpeg',0),(100,1,'2016-04-18 15:42:06','2016-04-18 15:42:06','','02','','inherit','open','closed','','02-2','','','2016-04-18 15:42:06','2016-04-18 15:42:06','',98,'http://www.thefrygroup.com/wp-content/uploads/2016/04/02-1.jpg',0,'attachment','image/jpeg',0),(101,1,'2016-04-18 15:42:06','2016-04-18 15:42:06','','03','','inherit','open','closed','','03-2','','','2016-04-18 15:42:06','2016-04-18 15:42:06','',98,'http://www.thefrygroup.com/wp-content/uploads/2016/04/03-1.jpg',0,'attachment','image/jpeg',0),(102,1,'2016-04-18 15:42:07','2016-04-18 15:42:07','','04','','inherit','open','closed','','04-2','','','2016-04-18 15:42:07','2016-04-18 15:42:07','',98,'http://www.thefrygroup.com/wp-content/uploads/2016/04/04-1.jpg',0,'attachment','image/jpeg',0),(103,1,'2016-04-18 15:45:11','2016-04-18 15:45:11','We can\'t recommend Joseph strongly enough. They were friendly, professional and approachable from the minute we called asking for an appraisal right until completion. As first time sellers they made the process fast and simple, any questions we had they were happy to answer. When the process was getting slowed down by unresponsive solicitors, they chased and chased to make sure we completed in the timescale that we required. We would like to thank the whole team and would recommend Joseph to anyone thinking of selling.','Joseph Ryan','','trash','closed','closed','','joseph-ryan__trashed','','','2018-01-18 19:32:45','2018-01-18 19:32:45','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_testimonial&p=103',0,'cf47rs_testimonial','',0),(104,1,'2016-04-18 15:46:43','2016-04-18 15:46:43','Just to say thanks to you Caroline Reynolds and all the staff for your efforts. We are delighted with the sale price. It was a pleasure dealing with you and will recommend Caroline to friends in the future. ','Caroline Reynolds','','trash','closed','closed','','caroline-reynolds__trashed','','','2018-01-18 19:32:45','2018-01-18 19:32:45','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_testimonial&p=104',0,'cf47rs_testimonial','',0),(105,1,'2016-04-18 15:48:42','2016-04-18 15:48:42','Dear Ana , we have been so grateful for all your hardwork and support. Although we haven\'t had many issues but any time there has been an issue you have been incredibly helpful and whenever you have come out for an inspection you have been so personable and absolutely lovely to be around. You are a great addition to the Realtyspace Team and i am thankful that we have you looking after us. I never feel i am waiting about for any action to be taken and you are always so swift in giving us an update or resolution if there is a problem needing to be taken care of. We have been in our flat for nearly 9 years, starting with another agency and now with Realtyspace , and i can honestly say i have never felt so looked after and treated so well. I can only assume the landlord is as happy with you as we are. ','Ana Oliver','','trash','closed','closed','','ana-oliver__trashed','','','2018-01-18 19:32:45','2018-01-18 19:32:45','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_testimonial&p=105',0,'cf47rs_testimonial','',0),(106,1,'2016-04-18 15:49:15','2016-04-18 15:49:15','Although we haven\'t had many issues but any time there has been an issue you have been incredibly helpful and whenever you have come out for an inspection you have been so personable and absolutely lovely to be around. You are a great addition to the Realtyspace Team and i am thankful that we have you looking after us. I never feel i am waiting about for any action to be taken and you are always so swift in giving us an update or resolution if there is a problem needing to be taken care of. We have been in our flat for nearly 9 years, starting with another agency and now with Realtyspace , and i can honestly say i have never felt so looked after and treated so well. I can only assume the landlord is as happy with you as we are.','Michael Bell','','trash','closed','closed','','michael-bell__trashed','','','2018-01-18 19:32:45','2018-01-18 19:32:45','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_testimonial&p=106',0,'cf47rs_testimonial','',0),(108,1,'2016-04-18 16:09:09','2016-04-18 16:09:09','<div class=\"row\">\n <div class=\"form-group required\">\n <label class=\"control-label sr-only\">E-mail</label>\n [email* email-793 class:form-control class:form__in placeholder \"E-mail\"]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label sr-only\">Message for us</label>\n [textarea* textarea-58 class:form-control class:form__in placeholder \"Message for us\"]\n </div>\n</div>\n<div class=\"row form__buttons\">\n [submit class:form__submit]\n</div>\nRealtyspace \"[your-subject]\"\n[your-name] <wordpress@realtyspace.dev>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\ntest@codefactory47.com\nReply-To: [your-email]\n\n\n\n\nRealtyspace \"[your-subject]\"\nRealtyspace <wordpress@realtyspace.dev>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\n[your-email]\nReply-To: office@codefactory47.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Widget contact form','','publish','closed','closed','','widget-contact-form','','','2016-04-18 16:09:09','2016-04-18 16:09:09','',0,'http://realtyspace.codefactory47.com/?post_type=wpcf7_contact_form&p=108',0,'wpcf7_contact_form','',0),(109,1,'2016-04-18 16:09:33','2016-04-18 16:09:33','<div class=\"row\">\n <div class=\"form-group required form-group--col-4\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group form-group--col-4\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group form-group--col-4 required\">\n <label class=\"control-label\">E-mail</label>\n [email* email-793 class:form-control]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label\">Message</label>\n [textarea* textarea-58 class:form-control]\n </div>\n</div>\n<div class=\"row form__buttons\">\n <input type=\"hidden\" name=\"_agent_id\" value=\"{agent_id}\">\n [submit class:form__submit]\n</div>\nRealtyspace \"[your-subject]\"\n[your-name] <wordpress@realtyspace.dev>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\ntest@codefactory47.com\nReply-To: [your-email]\n\n\n\n\nRealtyspace \"[your-subject]\"\nRealtyspace <wordpress@realtyspace.dev>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\n[your-email]\nReply-To: office@codefactory47.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Agent post form','','publish','closed','closed','','agent-post-form','','','2016-04-18 16:09:33','2016-04-18 16:09:33','',0,'http://realtyspace.codefactory47.com/?post_type=wpcf7_contact_form&p=109',0,'wpcf7_contact_form','',0),(110,1,'2016-04-18 16:09:52','2016-04-18 16:09:52','<div class=\"row\">\n <div class=\"form-group required\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label\">E-mail</label>\n [email* email-793 class:form-control]\n </div>\n <div class=\"form-group required\">\n <label class=\"control-label\">Message</label>\n [textarea* textarea-58 class:form-control]\n </div>\n</div>\n<div class=\"row form__buttons\">\n <input type=\"hidden\" name=\"_agent_id\" value=\"{agent_id}\">\n [submit class:form__submit]\n</div>\nRealtyspace \"[your-subject]\"\n[your-name] <wordpress@realtyspace.dev>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\ntest@codefactory47.com\nReply-To: [your-email]\n\n\n\n\nRealtyspace \"[your-subject]\"\nRealtyspace <wordpress@realtyspace.dev>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\n[your-email]\nReply-To: office@codefactory47.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Agent sidebar form','','publish','closed','closed','','agent-sidebar-form','','','2016-04-18 16:09:52','2016-04-18 16:09:52','',0,'http://realtyspace.codefactory47.com/?post_type=wpcf7_contact_form&p=110',0,'wpcf7_contact_form','',0),(112,1,'2016-04-18 16:32:49','2016-04-18 16:32:49','You can find out by asking yourself some questions:\n<ul>\n <li>Do I have a steady source of income (usually a job)? Have I been employed on a regular basis for the last 2-3 years? Is my current income reliable?\n</li>\n <li>Do I have a good record of paying my bills?\n</li>\n <li>Do I have money saved for a down payment?\n</li>\n <li>Do I have few outstanding debts, like car payments?\n</li>\n <li>Do I have the ability to pay a mortgage every month, plus additional costs?</li>\n</ul>\n\n\nIf you can answer \"yes\" to these questions, you are probably ready to buy your own home.','How Do I Know if I\'m Ready to Buy a Home?','','publish','closed','closed','','how-do-i-know-if-im-ready-to-buy-a-home','','','2016-04-18 16:32:49','2016-04-18 16:32:49','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=112',0,'cf47rs_faq','',0),(113,1,'2016-04-18 16:34:44','2016-04-18 16:34:44','The two don\'t really compare at all. The one advantage of renting is being generally free of most maintenance responsibilities. But by renting, you lose the chance to build equity, take advantage of tax benefits, and protect yourself against rent increases. Also, you may not be free to decorate without permission and may be at the mercy of the landlord for housing.\n\nOwning a home has many benefits. When you make a mortgage payment, you are building equity. And that\'s an investment. Owning a home also qualifies you for tax breaks that assist you in dealing with your new financial responsibilities- like insurance, real estate taxes, and upkeep- which can be substantial. But given the freedom, stability, and security of owning your own home, they are worth it.\n ','How Does Purchasing a Home Compare with Renting?','','publish','closed','closed','','how-does-purchasing-a-home-compare-with-renting','','','2016-04-18 16:34:44','2016-04-18 16:34:44','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=113',0,'cf47rs_faq','',0),(114,1,'2016-04-18 16:35:09','2016-04-18 16:35:09','The lender considers your debt-to-income ratio, which is a comparison of your gross (pre-tax) income to housing and non-housing expenses. Non-housing expenses include such long-term debts as car or student loan payments, alimony, or child support. The lender also considers cash available for down payment and closing costs, credit history, etc. when determining your maximum loan amount.','How Does the Lender Decide the Maximum Loal Amount that Can Afford?','','publish','closed','closed','','how-does-the-lender-decide-the-maximum-loal-amount-that-can-afford','','','2016-04-18 16:35:09','2016-04-18 16:35:09','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=114',0,'cf47rs_faq','',0),(115,1,'2016-04-18 16:36:17','2016-04-18 16:36:17','In addition to comparing the home to your minimum requirement and wish lists, you may want to consider the following:\n<ul>\n <li>Is there enough room for both the present and the future?\n</li>\n <li>Are there enough bedrooms and bathrooms?\n</li>\n <li>Is the home structurally sound?\n</li>\n <li>Do the mechanical systems and appliances work?\n</li>\n <li>Is the yard big enough?\n</li>\n <li>Do you like the floor plan?\n</li>\n <li>Will your furniture fit in the space? Is there enough storage space?</li>\n <li>Imagine the home in good weather and bad – will you be happy with it year round?\n</li>\n\n</ul>\n\n\nTake your time and think carefully about each house you see. Ask your real estate agent to point out the pros and cons of each home from a professional standpoint.','What Should I Look for When Walking Through a Home?','','publish','closed','closed','','what-should-i-look-for-when-walking-through-a-home','','','2016-04-18 16:36:17','2016-04-18 16:36:17','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=115',0,'cf47rs_faq','',0),(116,1,'2016-04-18 16:36:57','0000-00-00 00:00:00','Many of your questions should focus on potential problems and maintenance issues. Does anything need to be replaced? What things require ongoing maintenance (e.g., paint, roof, HVAC, appliances, carpet)? Also ask about the house and neighborhood, focusing on quality of life issues. Be sure the seller\'s or real estate agent\'s answers are clear and complete. Ask questions until you understand all of the information they\'ve given. Making a list of questions ahead of time will help you organize your thoughts and arrange all of the information you receive.','What Questions Should I Ask When Looking at Homes?','','draft','closed','closed','','','','','2016-04-18 16:36:57','0000-00-00 00:00:00','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=116',0,'cf47rs_faq','',0),(117,1,'2016-04-18 16:37:18','2016-04-18 16:37:18','There isn\'t a set number of houses you should see before you decide. Visit as many as it takes to find the one you want. On average, homebuyers see 15 houses before choosing one. Just be sure to communicate often with your real estate agent about everything you\'re looking for. It will help avoid wasting your time.','How Many Homes Should I Consider Before Choosing One?','','publish','closed','closed','','how-many-homes-should-i-consider-before-choosing-one','','','2016-04-18 16:37:18','2016-04-18 16:37:18','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=117',0,'cf47rs_faq','',0),(118,1,'2016-04-18 16:37:35','2016-04-18 16:37:35','An inspector checks the safety of your potential new home. Home Inspectors focus especially on the structure, construction, and mechanical systems of the house and will make you aware of only repairs that are needed.\nThe Inspector does not evaluate whether or not you\'re getting good value for your money. Generally, an inspector checks (and gives prices for repairs on): the electrical system, plumbing and waste disposal, the water heater, insulation and Ventilation, the HVAC system, water source and quality, the potential presence of pests, the foundation, doors, windows, ceilings, walls, floors, and roof. Be sure to hire a home inspector that is qualified and experienced.\n \nIt\'s a good idea to have an inspection before you sign a written offer since, once the deal is closed, you\'ve bought the house “as is.\" Or, you may want to include an inspection clause in the offer when negotiating for a home. An inspection clause gives you an “out\" on buying the house if serious problems are found or gives you the ability to renegotiate the purchase price if repairs are needed. An inspection clause can also specify that the seller must fix the problem(s) before you purchase the house.','What Does a Home Inspector Do, and How Does an Inspection Figure in the Purchase of a Home?','','publish','closed','closed','','what-does-a-home-inspector-do-and-how-does-an-inspection-figure-in-the-purchase-of-a-home','','','2016-04-18 16:37:35','2016-04-18 16:37:35','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=118',0,'cf47rs_faq','',0),(119,1,'2016-04-18 16:37:53','2016-04-18 16:37:53','It\'s not required, but it\'s a good idea. Following the inspection, the home inspector will be able to answer questions about the report and any problem areas. This is also an opportunity to hear an objective opinion on the home you\'d like to purchase and it is a good time to ask general, maintenance questions.','Do I Need to Be There for the Inspection?','','publish','closed','closed','','do-i-need-to-be-there-for-the-inspection','','','2016-04-18 16:37:53','2016-04-18 16:37:53','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=119',0,'cf47rs_faq','',0),(120,1,'2016-04-18 16:38:42','2016-04-18 16:38:42','Your real estate agent will assist you in making an offer, which will include the following information:\n<ul>\n <li>Complete legal description of the property\n</li>\n <li>Amount of earnest money\n</li>\n <li>Down payment and financing details\n</li>\n <li>Proposed move-in date\n</li>\n <li>Price you are offering\n</li>\n <li>Proposed closing date\n</li>\n <li>Length of time the offer is valid\n</li>\n <li>Details of the deal</li>\n</ul>\n\n\nRemember that a sale commitment depends on negotiating a satisfactory contract with the seller, not just making an offer.','How Do I Make an Offer?','','publish','closed','closed','','how-do-i-make-an-offer','','','2016-04-18 16:38:42','2016-04-18 16:38:42','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=120',0,'cf47rs_faq','',0),(121,1,'2016-04-18 16:39:06','2016-04-18 16:39:06','Listen to your real estate agent\'s advice, but follow your own instincts on deciding a fair price. Calculating your offer should involve several factors: what homes sell for in the area, the home\'s condition, how long it\'s been on the market, financing terms, and the seller\'s situation. By the time you\'re ready to make an offer, you should have a good idea of what the home is worth and what you can afford. And, be prepared for give-and-take negotiation, which is very common when buying a home. The buyer and seller may often go back and forth until they can agree on a price.','How Do I Determine the Initial Offer?','','publish','closed','closed','','how-do-i-determine-the-initial-offer','','','2016-04-18 16:39:06','2016-04-18 16:39:06','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=121',0,'cf47rs_faq','',0),(122,1,'2016-04-18 16:39:29','2016-04-18 16:39:29','Earnest money is money put down to demonstrate your seriousness about buying a home. It must be substantial enough to demonstrate good faith and is usually between 1-5% of the purchase price (though the amount can vary with local customs and conditions). If your offer is accepted, the earnest money becomes part of your down payment or closing costs. If the offer is rejected, your money is returned to you. If you back out of a deal, you may forfeit the entire amount.','What is Earnest Money? How Much Should I Set Aside?','','publish','closed','closed','','what-is-earnest-money-how-much-should-i-set-aside','','','2016-04-18 16:39:29','2016-04-18 16:39:29','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_faq&p=122',0,'cf47rs_faq','',0),(123,1,'2016-04-19 08:56:15','2016-04-19 08:56:15','','Codecanyon','','publish','closed','closed','','codecanyon','','','2016-04-19 08:56:15','2016-04-19 08:56:15','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_partner&p=123',0,'cf47rs_partner','',0),(124,1,'2016-04-19 08:56:06','2016-04-19 08:56:06','','logo-company-1','','inherit','open','closed','','logo-company-1','','','2016-04-19 08:56:06','2016-04-19 08:56:06','',123,'http://www.thefrygroup.com/wp-content/uploads/2016/04/logo-company-1.png',0,'attachment','image/png',0),(125,1,'2016-04-19 08:56:07','2016-04-19 08:56:07','','logo-company-2','','inherit','open','closed','','logo-company-2','','','2016-04-19 08:56:07','2016-04-19 08:56:07','',123,'http://www.thefrygroup.com/wp-content/uploads/2016/04/logo-company-2.png',0,'attachment','image/png',0),(126,1,'2016-04-19 08:56:07','2016-04-19 08:56:07','','logo-company-3','','inherit','open','closed','','logo-company-3','','','2016-04-19 08:56:07','2016-04-19 08:56:07','',123,'http://www.thefrygroup.com/wp-content/uploads/2016/04/logo-company-3.png',0,'attachment','image/png',0),(127,1,'2016-04-19 08:56:07','2016-04-19 08:56:07','','logo-company-4','','inherit','open','closed','','logo-company-4','','','2016-04-19 08:56:07','2016-04-19 08:56:07','',123,'http://www.thefrygroup.com/wp-content/uploads/2016/04/logo-company-4.png',0,'attachment','image/png',0),(128,1,'2016-04-19 08:56:08','2016-04-19 08:56:08','','logo-company-5','','inherit','open','closed','','logo-company-5','','','2016-04-19 08:56:08','2016-04-19 08:56:08','',123,'http://www.thefrygroup.com/wp-content/uploads/2016/04/logo-company-5.png',0,'attachment','image/png',0),(129,1,'2016-04-19 08:57:16','2016-04-19 08:57:16','','Photodune','','publish','closed','closed','','photodune','','','2016-04-19 08:57:16','2016-04-19 08:57:16','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_partner&p=129',0,'cf47rs_partner','',0),(130,1,'2016-04-19 08:57:48','2016-04-19 08:57:48','','Videohive','','publish','closed','closed','','videohive','','','2016-04-19 08:57:48','2016-04-19 08:57:48','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_partner&p=130',0,'cf47rs_partner','',0),(131,1,'2016-04-19 08:58:04','2016-04-19 08:58:04','','Themeforest','','publish','closed','closed','','themeforest','','','2016-04-19 08:58:04','2016-04-19 08:58:04','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_partner&p=131',0,'cf47rs_partner','',0),(132,1,'2016-04-19 08:58:30','2016-04-19 08:58:30','','Audiojungle','','publish','closed','closed','','audiojungle','','','2016-04-19 08:58:30','2016-04-19 08:58:30','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_partner&p=132',0,'cf47rs_partner','',0),(134,1,'2016-04-19 09:02:22','2016-04-19 09:02:22','','Photodune','','publish','closed','closed','','photodune-2','','','2016-04-19 09:02:22','2016-04-19 09:02:22','',0,'http://realtyspace.codefactory47.com/?post_type=cf47rs_partner&p=134',0,'cf47rs_partner','',0),(135,1,'2016-04-19 09:16:54','2016-04-19 09:16:54','','banner-subpage','','inherit','open','closed','','banner-subpage','','','2016-04-19 09:16:54','2016-04-19 09:16:54','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-subpage.jpg',0,'attachment','image/jpeg',0),(136,1,'2016-04-19 09:16:55','2016-04-19 09:16:55','','bg-achievement','','inherit','open','closed','','bg-achievement','','','2016-04-19 09:16:55','2016-04-19 09:16:55','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg',0,'attachment','image/jpeg',0),(137,1,'2016-04-19 09:16:55','2016-04-19 09:16:55','','bg-achievement--mob','','inherit','open','closed','','bg-achievement-mob','','','2016-04-19 09:16:55','2016-04-19 09:16:55','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement-mob.jpg',0,'attachment','image/jpeg',0),(138,1,'2016-04-19 09:16:56','2016-04-19 09:16:56','','bg-feature','','inherit','open','closed','','bg-feature','','','2016-04-19 09:16:56','2016-04-19 09:16:56','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-feature.jpg',0,'attachment','image/jpeg',0),(139,1,'2016-04-19 09:16:56','2016-04-19 09:16:56','','bg-footer','','inherit','open','closed','','bg-footer','','','2016-04-19 09:16:56','2016-04-19 09:16:56','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-footer.jpg',0,'attachment','image/jpeg',0),(141,1,'2016-04-19 09:16:58','2016-04-19 09:16:58','','bg-gosubmit-mob','','inherit','open','closed','','bg-gosubmit-mob','','','2016-04-19 09:16:58','2016-04-19 09:16:58','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-gosubmit-mob.jpg',0,'attachment','image/jpeg',0),(142,1,'2016-04-19 09:16:58','2016-04-19 09:16:58','','bg-search','','inherit','open','closed','','bg-search','','','2016-04-19 09:16:58','2016-04-19 09:16:58','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-search.jpg',0,'attachment','image/jpeg',0),(143,1,'2016-04-19 09:16:59','2016-04-19 09:16:59','','bg-worker','','inherit','open','closed','','bg-worker','','','2016-04-19 09:16:59','2016-04-19 09:16:59','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg',0,'attachment','image/jpeg',0),(144,1,'2016-04-19 09:16:59','2016-04-19 09:16:59','','bg-worker1','','inherit','open','closed','','bg-worker1','','','2016-04-19 09:16:59','2016-04-19 09:16:59','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker1.jpg',0,'attachment','image/jpeg',0),(145,1,'2016-04-19 09:17:00','2016-04-19 09:17:00','','bg-worker--mob','','inherit','open','closed','','bg-worker-mob','','','2016-04-19 09:17:00','2016-04-19 09:17:00','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker-mob.jpg',0,'attachment','image/jpeg',0),(171,1,'2016-04-19 12:28:10','2016-04-19 12:28:10','','Sidebar Properties','','publish','closed','closed','','sidebar-properties','','','2016-04-19 12:28:10','2016-04-19 12:28:10','',0,'http://realtyspace.codefactory47.com/?post_type=sidebar&p=171',0,'sidebar','',0),(172,1,'2016-04-19 12:28:01','2016-04-19 12:28:01','','','','publish','closed','closed','','172','','','2016-04-19 12:28:01','2016-04-19 12:28:01','',171,'http://realtyspace.codefactory47.com/?post_type=condition_group&p=172',0,'condition_group','',0),(173,1,'2016-04-19 12:28:35','2016-04-19 12:28:35','','Sidebar Agents','','publish','closed','closed','','sidebar-agents','','','2016-04-19 12:28:35','2016-04-19 12:28:35','',0,'http://realtyspace.codefactory47.com/?post_type=sidebar&p=173',0,'sidebar','',0),(174,1,'2016-04-19 12:42:03','2016-04-19 12:42:03','','','','publish','closed','closed','','174','','','2016-04-19 12:42:03','2016-04-19 12:42:03','',173,'http://realtyspace.codefactory47.com/?post_type=condition_group&p=174',0,'condition_group','',0),(175,1,'2016-04-19 12:43:14','2016-04-19 12:43:14','','Sidebar Blog','','publish','closed','closed','','sidebar-blog','','','2016-04-19 12:43:14','2016-04-19 12:43:14','',0,'http://realtyspace.codefactory47.com/?post_type=sidebar&p=175',0,'sidebar','',0),(176,1,'2016-04-19 12:43:10','2016-04-19 12:43:10','','','','publish','closed','closed','','176','','','2016-04-19 12:43:10','2016-04-19 12:43:10','',175,'http://realtyspace.codefactory47.com/?post_type=condition_group&p=176',0,'condition_group','',0),(181,1,'2016-04-19 13:17:38','2016-04-19 13:17:38','','Sidebar Properties & Agent','','publish','closed','closed','','sidebar-propertiesagent','','','2016-04-19 13:17:38','2016-04-19 13:17:38','',0,'http://realtyspace.codefactory47.com/?post_type=sidebar&p=181',0,'sidebar','',0),(182,1,'2016-04-19 13:17:57','2016-04-19 13:17:57','','','','publish','closed','closed','','182','','','2016-04-19 13:17:57','2016-04-19 13:17:57','',181,'http://realtyspace.codefactory47.com/?post_type=condition_group&p=182',0,'condition_group','',0),(197,1,'2016-04-19 17:00:55','2016-04-19 17:00:55','','playercover','','inherit','open','closed','','playercover','','','2016-04-19 17:00:55','2016-04-19 17:00:55','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/playercover.jpg',0,'attachment','image/jpeg',0),(207,1,'2016-04-19 17:41:31','2016-04-19 17:41:31','','favicon','','inherit','open','closed','','favicon','','','2016-04-19 17:41:31','2016-04-19 17:41:31','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/favicon.png',0,'attachment','image/png',0),(209,1,'2016-04-20 11:32:36','2016-04-20 11:32:36','a:7:{s:8:\"location\";a:2:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"post\";}}i:1;a:2:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"page\";}i:1;a:3:{s:5:\"param\";s:13:\"page_template\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:40:\"page-templates/template-page-contact.php\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','test','test','acf-disabled','closed','closed','','group_571768a487764','','','2016-04-20 11:32:36','2016-04-20 11:32:36','',0,'http://realtyspace.codefactory47.com/?post_type=acf-field-group&p=209',0,'acf-field-group','',0),(210,1,'2016-04-20 11:32:36','2016-04-20 11:32:36','a:10:{s:4:\"type\";s:5:\"radio\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:3:{s:1:\"d\";s:1:\"d\";s:1:\"a\";s:1:\"a\";s:1:\"b\";s:1:\"b\";}s:12:\"other_choice\";i:0;s:17:\"save_other_choice\";i:0;s:13:\"default_value\";s:0:\"\";s:6:\"layout\";s:8:\"vertical\";}','ggg','ggg','publish','closed','closed','','field_571768a783f5d','','','2016-04-20 11:32:36','2016-04-20 11:32:36','',209,'http://realtyspace.codefactory47.com/?post_type=acf-field&p=210',0,'acf-field','',0),(214,1,'2016-04-21 16:20:03','2016-04-21 16:20:03','','RKcWlnt','','inherit','open','closed','','rkcwlnt','','','2016-04-21 16:20:03','2016-04-21 16:20:03','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/RKcWlnt.jpg',0,'attachment','image/jpeg',0),(215,1,'2016-04-22 13:06:51','2016-04-22 13:06:51','','banner-1.jpg','','inherit','closed','closed','','banner-1-jpg-2','','','2016-04-22 13:06:51','2016-04-22 13:06:51','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg',0,'attachment','image/jpeg',0),(216,1,'2016-04-22 13:06:52','2016-04-22 13:06:52','','banner-2.jpg','','inherit','closed','closed','','banner-2-jpg-2','','','2016-04-22 13:06:52','2016-04-22 13:06:52','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-2-1.jpg',0,'attachment','image/jpeg',0),(217,1,'2016-04-22 13:06:53','2016-04-22 13:06:53','','banner-3.jpg','','inherit','closed','closed','','banner-3-jpg-2','','','2016-04-22 13:06:53','2016-04-22 13:06:53','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-3-1.jpg',0,'attachment','image/jpeg',0),(218,1,'2016-04-22 13:06:54','2016-04-22 13:06:54','','banner-4.jpg','','inherit','closed','closed','','banner-4-jpg-2','','','2016-04-22 13:06:54','2016-04-22 13:06:54','',0,'http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-4-1.jpg',0,'attachment','image/jpeg',0),(324,1,'2016-06-23 13:28:09','2016-06-23 13:28:09','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469296117492{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"Welcome to RealtySpace\" subtitle=\"Save your favourite properties or searches, stay up-to-date with alerts, and receive customized recommendations! Signing up for a RealtySpace.com login gives you access to all of the features of the website.\" action_text=\"Feedback\" show_form_shortcode=\"true\" form_shortcode=\"`{`contact-form-7 id=``523`` title=``Contact form hero`` html_class=``form form--search```}`\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988563098{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988552700{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988556822{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_partners title=\"PARTNERS\" subtitle=\"AT RS, OUR PARTNERS MAKE GREAT DIGITAL EXPERIENCES POSSIBLE BY OFFERING OUR PRODUCTS, CONSULTING EXPERTISE AND THE PRODUCTS OF OUR TECHNOLOGY PARTNERS\" data_max_items=\"10\" slides_to_show=\"5\"][/vc_column][/vc_row]','Home Feedback','','publish','closed','closed','','home-form-feedback','','','2018-01-20 04:09:59','2018-01-20 04:09:59','',0,'http://realtyspace.codefactory47.com/?page_id=324',0,'page','',0),(350,1,'2016-06-23 16:24:03','2016-06-23 16:24:03','','bg-gosubmit','','inherit','open','closed','','bg-gosubmit','','','2016-06-23 16:24:03','2016-06-23 16:24:03','',324,'http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg',0,'attachment','image/jpeg',0),(491,1,'2016-06-28 17:38:14','2016-06-28 17:38:14','','','','publish','closed','closed','','491','','','2016-06-28 17:38:14','2016-06-28 17:38:14','',181,'http://realtyspace.codefactory47.com/?post_type=condition_group&p=491',0,'condition_group','',0),(561,1,'2016-04-15 12:23:58','2016-04-15 12:23:58','','Blog','','publish','closed','closed','','blog','','','2016-04-15 12:23:58','2016-04-15 12:23:58','',0,'http://realtyspace.codefactory47.com/?page_id=6',0,'page','',0),(571,1,'2016-07-01 09:18:29','2016-07-01 09:18:29','<div class=\"row\"> \n <div class=\"form-group\">\n <label class=\"control-label\">Your Name</label>\n [text* text-906 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Telephone</label>\n [tel tel-925 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">E-mail</label>\n [email email-793 class:form-control]\n </div>\n <div class=\"form-group\">\n <label class=\"control-label\">Message</label>\n [textarea textarea-58 class:form-control]\n </div>\n</div> \n<div class=\"row form__buttons\">\n [submit class:form__submit]\n</div>\nRealtyspace \"[your-subject]\"\n[your-name] <wordpress@realtyspace.dev>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\ntest@codefactory47.com\nReply-To: [your-email]\n\n\n\n\nRealtyspace \"[your-subject]\"\nRealtyspace <wordpress@realtyspace.dev>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Realtyspace (http://realtyspace.codefactory47.com)\n[your-email]\nReply-To: office@codefactory47.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form hero','','publish','closed','closed','','contact-form-1_copy','','','2016-07-01 09:18:29','2016-07-01 09:18:29','',0,'http://realtyspace.codefactory47.com/?post_type=wpcf7_contact_form&p=523',0,'wpcf7_contact_form','',0),(572,1,'2016-07-01 09:48:47','2016-07-01 09:48:47','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306314625{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 25px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','publish','closed','closed','','home','','','2018-01-18 20:24:34','2018-01-18 20:24:34','',0,'http://realtyspace.codefactory47.com/?page_id=524',0,'page','',0),(573,1,'2016-07-01 10:05:13','2016-07-01 10:05:13','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWJsb2NrLWlubGluZSUzQiUyMiUyMGNsYXNzJTNEJTIybWJ3X3NlYXJjaGJveF8xJTIwZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"The best way to find your home\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','publish','closed','closed','','home-video','','','2018-01-26 23:08:15','2018-01-26 23:08:15','',0,'http://realtyspace.codefactory47.com/?page_id=533',0,'page','',0),(574,1,'2018-01-04 18:14:42','2018-01-04 18:14:42',' ','','','publish','closed','closed','','574','','','2018-01-04 18:24:15','2018-01-04 18:24:15','',0,'http://www.thefrygroup.com/?p=574',4,'nav_menu_item','',0),(577,1,'2018-01-04 18:14:42','2018-01-04 18:14:42',' ','','','publish','closed','closed','','577','','','2018-01-04 18:24:15','2018-01-04 18:24:15','',0,'http://www.thefrygroup.com/?p=577',3,'nav_menu_item','',0),(581,1,'2018-01-04 18:14:43','2018-01-04 18:14:43',' ','','','publish','closed','closed','','581','','','2018-01-04 21:18:20','2018-01-04 21:18:20','',0,'http://www.thefrygroup.com/?p=581',5,'nav_menu_item','',0),(582,1,'2018-01-04 18:14:43','2018-01-04 18:14:43',' ','','','publish','closed','closed','','582','','','2018-01-04 21:18:20','2018-01-04 21:18:20','',0,'http://www.thefrygroup.com/?p=582',6,'nav_menu_item','',0),(599,1,'2018-01-04 18:14:46','2018-01-04 18:14:46','','banner-1','','inherit','open','closed','','banner-1-2','','','2018-01-04 18:14:46','2018-01-04 18:14:46','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-1.jpg',0,'attachment','image/jpeg',0),(600,1,'2018-01-04 18:14:48','2018-01-04 18:14:48','','bg-feature','','inherit','open','closed','','bg-feature-2','','','2018-01-04 18:14:48','2018-01-04 18:14:48','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/bg-feature.jpg',0,'attachment','image/jpeg',0),(601,1,'2018-01-04 18:14:49','2018-01-04 18:14:49','','banner-4','','inherit','open','closed','','banner-4-2','','','2018-01-04 18:14:49','2018-01-04 18:14:49','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-4.jpg',0,'attachment','image/jpeg',0),(602,1,'2018-01-04 18:14:50','2018-01-04 18:14:50','','bg-footer','','inherit','open','closed','','bg-footer-2','','','2018-01-04 18:14:50','2018-01-04 18:14:50','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/bg-footer.jpg',0,'attachment','image/jpeg',0),(603,1,'2018-01-04 18:14:51','2018-01-04 18:14:51','','banner-2','','inherit','open','closed','','banner-2-2','','','2018-01-04 18:14:51','2018-01-04 18:14:51','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-2.jpg',0,'attachment','image/jpeg',0),(604,1,'2018-01-04 18:15:32','2018-01-04 18:15:32','','banner-1.jpg','','inherit','closed','closed','','banner-1-jpg-3','','','2018-01-04 18:15:32','2018-01-04 18:15:32','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider111/banner-1.jpg',0,'attachment','image/jpeg',0),(605,1,'2018-01-04 18:15:32','2018-01-04 18:15:32','','banner-2.jpg','','inherit','closed','closed','','banner-2-jpg-3','','','2018-01-04 18:15:32','2018-01-04 18:15:32','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider111/banner-2.jpg',0,'attachment','image/jpeg',0),(606,1,'2018-01-04 18:15:32','2018-01-04 18:15:32','','banner-3.jpg','','inherit','closed','closed','','banner-3-jpg-3','','','2018-01-04 18:15:32','2018-01-04 18:15:32','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider111/banner-3.jpg',0,'attachment','image/jpeg',0),(607,1,'2018-01-04 18:15:32','2018-01-04 18:15:32','','banner-4.jpg','','inherit','closed','closed','','banner-4-jpg-3','','','2018-01-04 18:15:32','2018-01-04 18:15:32','',0,'http://www.thefrygroup.com/wp-content/uploads/revslider/RealtyspaceSlider111/banner-4.jpg',0,'attachment','image/jpeg',0),(712,1,'2018-01-04 18:15:43','2018-01-04 18:15:43','','banner-1-1','','inherit','open','closed','','banner-1-1','','','2018-01-04 18:15:43','2018-01-04 18:15:43','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-1-1.jpg',0,'attachment','image/jpeg',0),(713,1,'2018-01-04 18:15:44','2018-01-04 18:15:44','','bg-feature-1','','inherit','open','closed','','bg-feature-1','','','2018-01-04 18:15:44','2018-01-04 18:15:44','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/bg-feature-1.jpg',0,'attachment','image/jpeg',0),(714,1,'2018-01-04 18:15:46','2018-01-04 18:15:46','','banner-4-1','','inherit','open','closed','','banner-4-1','','','2018-01-04 18:15:46','2018-01-04 18:15:46','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-4-1.jpg',0,'attachment','image/jpeg',0),(715,1,'2018-01-04 18:15:47','2018-01-04 18:15:47','','bg-footer-1','','inherit','open','closed','','bg-footer-1','','','2018-01-04 18:15:47','2018-01-04 18:15:47','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/bg-footer-1.jpg',0,'attachment','image/jpeg',0),(716,1,'2018-01-04 18:15:48','2018-01-04 18:15:48','','banner-2-1','','inherit','open','closed','','banner-2-1','','','2018-01-04 18:15:48','2018-01-04 18:15:48','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/banner-2-1.jpg',0,'attachment','image/jpeg',0),(717,1,'2018-01-04 18:20:54','2018-01-04 18:20:54','','1','','inherit','open','closed','','1','','','2018-01-04 18:20:54','2018-01-04 18:20:54','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/1.png',0,'attachment','image/png',0),(718,1,'2018-01-04 18:21:03','2018-01-04 18:21:03','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:03\"\n },\n \"realtyspace/realtyspace::header_logo_type\": {\n \"value\": \"image\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:03\"\n },\n \"realtyspace/realtyspace::header_logo\": {\n \"value\": \"http://www.thefrygroup.com/wp-content/uploads/2018/01/1.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:03\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:03\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:03\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:03\"\n }\n}','','','trash','closed','closed','','8ca90f9a-35a7-4e17-9bca-b83a96d7e948','','','2018-01-04 18:21:03','2018-01-04 18:21:03','',0,'http://www.thefrygroup.com/?p=718',0,'customize_changeset','',0),(719,1,'2018-01-04 18:21:59','2018-01-04 18:21:59','{\n \"realtyspace/realtyspace::preheader_phone\": {\n \"value\": \"651-775-5751\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:59\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:59\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:59\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:59\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:21:59\"\n }\n}','','','trash','closed','closed','','02bfeac7-627e-4c30-b821-9c0fb4dc640f','','','2018-01-04 18:21:59','2018-01-04 18:21:59','',0,'http://www.thefrygroup.com/?p=719',0,'customize_changeset','',0),(720,1,'2018-01-04 18:22:38','2018-01-04 18:22:38','{\n \"realtyspace/realtyspace::preheader_display_currency_choice\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:22:38\"\n },\n \"realtyspace/realtyspace::preheader_display_area_choice\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:22:38\"\n },\n \"realtyspace/realtyspace::preheader_display_social\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:22:38\"\n }\n}','','','trash','closed','closed','','10f79b40-5575-4ac5-ba64-e30573f5cec1','','','2018-01-04 18:22:38','2018-01-04 18:22:38','',0,'http://www.thefrygroup.com/?p=720',0,'customize_changeset','',0),(721,1,'2018-01-04 18:35:25','2018-01-04 18:35:25','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:35:25\"\n },\n \"realtyspace/realtyspace::header_logo_small_size\": {\n \"value\": \"200px\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:35:25\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:35:25\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:35:25\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:35:25\"\n }\n}','','','trash','closed','closed','','bae454c8-ac09-4478-80f4-a7a3c5a0e700','','','2018-01-04 18:35:25','2018-01-04 18:35:25','',0,'http://www.thefrygroup.com/?p=721',0,'customize_changeset','',0),(722,1,'2018-01-04 18:36:11','2018-01-04 18:36:11','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:36:11\"\n },\n \"realtyspace/realtyspace::header_logo_small_size\": {\n \"value\": \"120px\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:36:11\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:36:11\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:36:11\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:36:11\"\n }\n}','','','trash','closed','closed','','6fa268ff-badb-4c37-8eb9-6688a7b5eafe','','','2018-01-04 18:36:11','2018-01-04 18:36:11','',0,'http://www.thefrygroup.com/?p=722',0,'customize_changeset','',0),(723,1,'2018-01-04 18:50:58','2018-01-04 18:50:58','{\n \"sidebars_widgets[cf47rs-footer-col-1]\": {\n \"value\": [\n \"nav_menu-1\",\n \"text-1\"\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:49:25\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:49:25\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:49:25\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:49:25\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:49:25\"\n },\n \"widget_cf47rs-contact[2]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo5OntzOjU6InRpdGxlIjtzOjc6IkNvbnRhY3QiO3M6Nzoic3VidGV4dCI7czowOiIiO3M6MTI6ImFkZHJlc3NfdGV4dCI7czoyNjoiMjE4NiAzcmQgU3RyZWV0LCBTdWl0ZSAxMDMiO3M6MTA6ImhvdXJzX3RleHQiO3M6MjU6IldoaXRlIEJlYXIgTGFrZSBNTiwgNTUxMTAiO3M6MTQ6ImNlbGxwaG9uZV90ZXh0IjtzOjA6IiI7czoxMDoicGhvbmVfdGV4dCI7czoxMjoiNjUxLTc3NS01NzUxIjtzOjg6ImZheF90ZXh0IjtzOjA6IiI7czoxMDoiZW1haWxfdGV4dCI7czowOiIiO3M6NDoiaHRtbCI7czowOiIiO30=\",\n \"title\": \"Contact\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"961d62bd8b3179d6297651fd8b92f362\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 18:50:32\"\n }\n}','','','trash','closed','closed','','4fcfff00-9486-4c76-999c-0593de4897e2','','','2018-01-04 18:50:58','2018-01-04 18:50:58','',0,'http://www.thefrygroup.com/?p=723',0,'customize_changeset','',0),(724,1,'2018-01-04 19:57:19','2018-01-04 19:57:19','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\" map_enabled=\"true\" scroll_text=\"Scroll down to explore\"][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"property_feature\"][cf47rs_search_field field_name=\"area\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bathroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column css=\".vc_custom_1467988013893{padding-top: 0px !important;}\"][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\" css=\".vc_custom_1467988042729{padding-top: 0px !important;}\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467987973009{padding-top: 0px !important;background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988153317{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988162307{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','572-revision-v1','','','2018-01-04 19:57:19','2018-01-04 19:57:19','',572,'http://www.thefrygroup.com/?p=724',0,'revision','',0),(725,1,'2018-01-04 20:02:45','2018-01-04 20:02:45','{\n \"realtyspace/realtyspace::preheader_phone\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n },\n \"realtyspace/realtyspace::preheader_display_auth\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n },\n \"realtyspace/realtyspace::preheader_display_lang_choice\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:02:45\"\n }\n}','','','trash','closed','closed','','7dd8aace-a437-4580-a6f9-2bb916271b65','','','2018-01-04 20:02:45','2018-01-04 20:02:45','',0,'http://www.thefrygroup.com/7dd8aace-a437-4580-a6f9-2bb916271b65/',0,'customize_changeset','',0),(726,1,'2018-01-26 22:11:11','2018-01-26 22:11:11','<p>[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUzQ2RpdiUyMHN0eWxlJTNEJTIyZmxvYXQlM0FyaWdodCUzQm1hcmdpbiUzQTUlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][cf47rs_section_hero][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\n','Home Video','','inherit','closed','closed','','573-autosave-v1','','','2018-01-26 22:11:11','2018-01-26 22:11:11','',573,'http://www.thefrygroup.com/?p=726',0,'revision','',0),(727,1,'2018-01-04 20:12:21','2018-01-04 20:12:21','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=i4LU2oPqyyk\" css=\".vc_custom_1515096737063{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 20:12:21','2018-01-04 20:12:21','',573,'http://www.thefrygroup.com/?p=727',0,'revision','',0),(728,1,'2018-01-04 20:19:16','2018-01-04 20:19:16','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://youtu.be/wy93vrDbWeE\" css=\".vc_custom_1515097152981{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 20:19:16','2018-01-04 20:19:16','',573,'http://www.thefrygroup.com/?p=728',0,'revision','',0),(729,1,'2018-01-04 20:30:54','2018-01-04 20:30:54','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:30:54\"\n },\n \"realtyspace/realtyspace::layout_color_scheme\": {\n \"value\": \"light-blue-cyan\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:30:54\"\n },\n \"realtyspace/realtyspace::custom_cs_enabled\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:30:54\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:30:54\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:30:54\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 20:30:54\"\n }\n}','','','trash','closed','closed','','1c03b7e4-f113-4e12-8ee6-6f3a6e0d8efb','','','2018-01-04 20:30:54','2018-01-04 20:30:54','',0,'http://www.thefrygroup.com/?p=729',0,'customize_changeset','',0),(730,1,'2018-01-04 20:33:22','2018-01-04 20:33:22','When it comes to selling property nobody comes close to the dedication and care taken by Helene Powers. With over 25 years in residential sales and marketing, numerous awards and an unbeleivable number of happy clients, only Helene can deliver an extraordinary home sale experience.\n\n\"Despite the many changes I have seen in the residential home market one thing remains true, my clients receive the utmost care and consideration when achieving their property goals.\"\n\n ','David Fry','','inherit','closed','closed','','79-autosave-v1','','','2018-01-04 20:33:22','2018-01-04 20:33:22','',79,'http://www.thefrygroup.com/?p=730',0,'revision','',0),(731,1,'2018-01-04 20:33:44','2018-01-04 20:33:44','','David Fry (1)','','inherit','open','closed','','david-fry-1','','','2018-01-04 20:33:44','2018-01-04 20:33:44','',79,'http://www.thefrygroup.com/wp-content/uploads/2016/04/David-Fry-1.jpg',0,'attachment','image/jpeg',0),(732,1,'2018-01-04 20:34:44','2018-01-04 20:34:44','','Monica Fry (1)','','inherit','open','closed','','monica-fry-1','','','2018-01-04 20:34:44','2018-01-04 20:34:44','',78,'http://www.thefrygroup.com/wp-content/uploads/2016/04/Monica-Fry-1.jpg',0,'attachment','image/jpeg',0),(733,1,'2018-01-04 20:36:02','2018-01-04 20:36:02','David has been in the real estate business for 6 years. He started on the investing side, specializing in apartments and condominiums. He is excited to be an agent now and finds great joy in helping people find their dream home. David lives in White Bear Lake with his wife, son and lovable dog.\n\n ','David Huynh','','inherit','closed','closed','','77-autosave-v1','','','2018-01-04 20:36:02','2018-01-04 20:36:02','',77,'http://www.thefrygroup.com/?p=733',0,'revision','',0),(734,1,'2018-01-04 20:37:33','2018-01-04 20:37:33','','David Huynh (1)','','inherit','open','closed','','david-huynh-1','','','2018-01-04 20:37:33','2018-01-04 20:37:33','',77,'http://www.thefrygroup.com/wp-content/uploads/2016/04/David-Huynh-1.jpg',0,'attachment','image/jpeg',0),(735,1,'2018-01-04 20:39:36','2018-01-04 20:39:36','','The-Fry-Group-1034-X3','','inherit','open','closed','','the-fry-group-1034-x3','','','2018-01-04 20:39:36','2018-01-04 20:39:36','',76,'http://www.thefrygroup.com/wp-content/uploads/2016/04/The-Fry-Group-1034-X3.jpg',0,'attachment','image/jpeg',0),(736,1,'2018-01-04 20:40:35','2018-01-04 20:40:35','','Alyssa Marko (1)','','inherit','open','closed','','alyssa-marko-1','','','2018-01-04 20:40:35','2018-01-04 20:40:35','',68,'http://www.thefrygroup.com/wp-content/uploads/2016/04/Alyssa-Marko-1.png',0,'attachment','image/png',0),(737,1,'2018-01-04 20:57:15','2018-01-04 20:57:15','','Kim Nelson (1)','','inherit','open','closed','','kim-nelson-1','','','2018-01-04 20:57:15','2018-01-04 20:57:15','',76,'http://www.thefrygroup.com/wp-content/uploads/2016/04/Kim-Nelson-1.jpg',0,'attachment','image/jpeg',0),(738,1,'2018-01-04 20:57:44','2018-01-04 20:57:44','','Kim Nelson','','inherit','closed','closed','','76-autosave-v1','','','2018-01-04 20:57:44','2018-01-04 20:57:44','',76,'http://www.thefrygroup.com/?p=738',0,'revision','',0),(739,1,'2018-01-04 21:01:28','2018-01-04 21:01:28','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://youtu.be/wy93vrDbWeE\" css=\".vc_custom_1515097152981{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 21:01:28','2018-01-04 21:01:28','',573,'http://www.thefrygroup.com/?p=739',0,'revision','',0),(740,1,'2018-01-04 21:02:22','2018-01-04 21:02:22','[vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">It’s Not About Us. It’s About You!</h2>\r\nAt The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\r\n\r\n \r\n\r\nWe utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.\r\n\r\n[/vc_column_text][vc_single_image image=\"831\" img_size=\"full\" alignment=\"center\"][vc_column_text]Combine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.\r\n\r\n \r\n\r\n<strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Contact Us Now\" color=\"warning\" align=\"center\" link=\"url:https%3A%2F%2F2xconversions.com%2Ffrygroup%2F%3Fpage_id%3D86|||\"][/vc_column][/vc_row]','Who We Are','','publish','closed','closed','','who-we-are','','','2018-01-18 19:31:46','2018-01-18 19:31:46','',0,'http://www.thefrygroup.com/?page_id=740',0,'page','',0),(741,1,'2018-01-04 21:02:22','2018-01-04 21:02:22','[vc_row][vc_column][vc_column_text]\r\n<h2>It’s Not About Us. It’s About You!</h2>\r\nAt The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\r\n\r\n \r\n\r\nWe utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.\r\n\r\n \r\n\r\n \r\n\r\nCombine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.\r\n\r\n \r\n\r\n<strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][/vc_column][/vc_row]','Who We Are','','inherit','closed','closed','','740-revision-v1','','','2018-01-04 21:02:22','2018-01-04 21:02:22','',740,'http://www.thefrygroup.com/?p=741',0,'revision','',0),(742,1,'2018-01-18 19:31:17','2018-01-18 19:31:17','<p>[vc_row][vc_column][vc_column_text]<br />\n<h2 style=\"text-align: center;\">It’s Not About Us. It’s About You!</h2>\n<p>At The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.</p>\n<p> </p>\n<p>We utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.</p>\n<p> [/vc_column_text][vc_column_text]Combine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.</p>\n<p> </p>\n<p><strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][vc_gallery][vc_single_image][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Contact Us Now\" color=\"warning\" align=\"center\" link=\"url:https%3A%2F%2F2xconversions.com%2Ffrygroup%2F%3Fpage_id%3D86|||\"][/vc_column][/vc_row]</p>\n','Who We Are','','inherit','closed','closed','','740-autosave-v1','','','2018-01-18 19:31:17','2018-01-18 19:31:17','',740,'http://www.thefrygroup.com/?p=742',0,'revision','',0),(743,1,'2018-01-04 21:03:36','2018-01-04 21:03:36','[vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">It’s Not About Us. It’s About You!</h2>\r\nAt The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\r\n\r\n \r\n\r\nWe utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.\r\n\r\n \r\n\r\n \r\n\r\nCombine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.\r\n\r\n \r\n\r\n<strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Contact Us Now\" color=\"warning\" link=\"url:https%3A%2F%2F2xconversions.com%2Ffrygroup%2F%3Fpage_id%3D86|||\"][/vc_column][/vc_row]','Who We Are','','inherit','closed','closed','','740-revision-v1','','','2018-01-04 21:03:36','2018-01-04 21:03:36','',740,'http://www.thefrygroup.com/?p=743',0,'revision','',0),(744,1,'2018-01-04 21:04:39','2018-01-04 21:04:39','[vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">It’s Not About Us. It’s About You!</h2>\r\nAt The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\r\n\r\n \r\n\r\nWe utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.\r\n\r\n \r\n\r\n \r\n\r\nCombine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.\r\n\r\n \r\n\r\n<strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Contact Us Now\" color=\"warning\" align=\"center\" link=\"url:https%3A%2F%2F2xconversions.com%2Ffrygroup%2F%3Fpage_id%3D86|||\"][/vc_column][/vc_row]','Who We Are','','inherit','closed','closed','','740-revision-v1','','','2018-01-04 21:04:39','2018-01-04 21:04:39','',740,'http://www.thefrygroup.com/?p=744',0,'revision','',0),(745,1,'2018-01-04 21:04:56','2018-01-04 21:04:56','[vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">It’s Not About Us. It’s About You!</h2>\r\nAt The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\r\n\r\n \r\n\r\nWe utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.\r\n\r\n \r\n\r\n \r\n\r\nCombine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.\r\n\r\n \r\n\r\n<strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Contact Us Now\" color=\"warning\" align=\"center\" link=\"url:https%3A%2F%2F2xconversions.com%2Ffrygroup%2F%3Fpage_id%3D86|||\"][/vc_column][/vc_row]','Who We Are','','inherit','closed','closed','','740-revision-v1','','','2018-01-04 21:04:56','2018-01-04 21:04:56','',740,'http://www.thefrygroup.com/?p=745',0,'revision','',0),(746,1,'2018-01-04 21:06:22','2018-01-04 21:06:22',' ','','','publish','closed','closed','','746','','','2018-01-04 21:18:20','2018-01-04 21:18:20','',0,'http://www.thefrygroup.com/?p=746',4,'nav_menu_item','',0),(747,1,'2018-01-04 21:07:51','2018-01-04 21:07:51','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://youtu.be/wy93vrDbWeE\" css=\".vc_custom_1515100067374{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 21:07:51','2018-01-04 21:07:51','',573,'http://www.thefrygroup.com/?p=747',0,'revision','',0),(748,1,'2018-01-04 21:09:12','2018-01-04 21:09:12','','Home','','publish','closed','closed','','home','','','2018-01-04 21:18:20','2018-01-04 21:18:20','',0,'http://www.thefrygroup.com/?p=748',1,'nav_menu_item','',0),(749,1,'2018-01-04 21:10:50','2018-01-04 21:10:50','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://youtu.be/wy93vrDbWeEa\" css=\".vc_custom_1515100244608{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 21:10:50','2018-01-04 21:10:50','',573,'http://www.thefrygroup.com/?p=749',0,'revision','',0),(750,1,'2018-01-04 21:11:02','2018-01-04 21:11:02','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://youtu.be/wy93vrDbWeE\" css=\".vc_custom_1515100257151{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 21:11:02','2018-01-04 21:11:02','',573,'http://www.thefrygroup.com/?p=750',0,'revision','',0),(751,1,'2018-01-04 21:11:42','2018-01-04 21:11:42','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=wy93vrDbWeE\" css=\".vc_custom_1515100298675{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-04 21:11:42','2018-01-04 21:11:42','',573,'http://www.thefrygroup.com/?p=751',0,'revision','',0),(752,1,'2018-01-04 21:13:26','2018-01-04 21:13:26','[vc_row][vc_column][vc_column_text]\r\n<h2>Our Team wants to help you find your dream home!</h2>\r\nWhether you’re buying, selling or just exploring the possibilities of homeownership, you’ll want to work with a professional who can provide the most reliable market information and expert advice. Now more than ever, you need to work with a qualified REALTOR® who is skilled at networking, pricing and negotiation.\r\n\r\nSign up to be added to our preferred buyers list, where you have the inside scoop to all the red hot pre-lists and more![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html el_id=\"findhomevalue\"]JTNDc3R5bGUlM0UlMEElMEElMjNNQkJ2M0Zvcm0lMjAuZm9ybS10aXRsZSUyMCU3QiUwQSUwOWZvbnQtZmFtaWx5JTNBJTIwJTIyT3BlbiUyMFNhbnMlMjIlMkMlMjBBcmlhbCUzQiUwQSUwOXRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMDltYXJnaW4lM0ElMjAwJTIwYXV0byUyMDI1cHglM0IlMEElMDlsaW5lLWhlaWdodCUzQSUyMDEuNmVtJTNCJTBBJTdEJTBBJTBBJTJGJTJBJTIwbWFrZSUyMHRoZSUyMGlucHV0cyUyMGxhcmdlciUyMHRoYW4lMjBub3JtYWwlMjAlMkElMkYlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTIwJTdCJTBBJTA5Zm9udC1zaXplJTNBJTIwMTZweCUzQiUwQSUwOWhlaWdodCUzQSUyMGF1dG8lM0IlMEElN0QlMEElMEElMkYlMkElMjBtYWtlJTIwdGhlJTIwYWRkcmVzcyUyMGlucHV0JTIwbGFyZ2VyJTIwJTIwJTJBJTJGJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJmZy1pbnB1dC1maWVsZC5iaWctaW5wdXQlMjAlN0IlMEElMDlmb250LXNpemUlM0ElMjAxLjRlbSUzQiUwQSU3RCUwQSUwQSUyRiUyQSUyMG1ha2UlMjB0aGUlMjBidXR0b24lMjBsYXJnZXIlMjB0aGFuJTIwbm9ybWFsJTIwJTJBJTJGJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJ0bi1sZyUyMCU3QiUwQSUwOWZvbnQtc2l6ZSUzQSUyMDEuNGVtJTNCJTBBJTdEJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmN1c3RvbS1mb3JtLXdyYXBwZXIlMjAlN0IlMEElMDltYXgtd2lkdGglM0ElMjA4NTBweCUzQiUwQSUwOW1hcmdpbiUzQSUyMDAlMjBhdXRvJTNCJTBBJTA5cGFkZGluZyUzQSUyMDIwcHglMjA3NXB4JTIwNDBweCUzQiUwQSUwOWJvcmRlci1yYWRpdXMlM0ElMjAycHglM0IlMEElMDlib3JkZXItY29sb3IlM0ElMjAlMjNkZGRkZGQlM0IlMEElMDlib3JkZXItd2lkdGglM0ElMjAxcHglM0IlMEElMDlib3JkZXItc3R5bGUlM0ElMjBzb2xpZCUzQiUwQSUwOWJhY2tncm91bmQlM0ElMjByZ2JhJTI4MjU1JTJDJTIwMjU1JTJDJTIwMjU1JTJDJTIwMC4yJTI5JTNCJTBBJTdEJTBBJTBBJTJGJTJBJTIwYWRqdXN0JTIwdGhlJTIwY29sb3IlMjBvZiUyMHRoZSUyMHBsYWNlaG9sZGVyLiUyMFRoZXNlJTIwbXVzdCUyMGFsbCUyMGJlJTIwc2VwYXJhdGUlMjBydWxlcyUyMCUyQSUyRiUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0ElM0Etd2Via2l0LWlucHV0LXBsYWNlaG9sZGVyJTIwJTdCJTBBJTA5JTJGJTJBJTIwV2ViS2l0JTJDJTIwQmxpbmslMkMlMjBFZGdlJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElN0QlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTNBLW1vei1wbGFjZWhvbGRlciUyMCU3QiUwQSUwOSUyRiUyQSUyME1vemlsbGElMjBGaXJlZm94JTIwNCUyMHRvJTIwMTglMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSUwOW9wYWNpdHklM0ElMjAxJTNCJTBBJTdEJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJmZy1pbnB1dC1maWVsZCUzQSUzQS1tb3otcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNb3ppbGxhJTIwRmlyZWZveCUyMDE5JTJCJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElMDlvcGFjaXR5JTNBJTIwMSUzQiUwQSU3RCUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0EtbXMtaW5wdXQtcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBJbnRlcm5ldCUyMEV4cGxvcmVyJTIwMTAtMTElMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSU3RCUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0ElM0EtbXMtaW5wdXQtcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNaWNyb3NvZnQlMjBFZGdlJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElN0QlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTNBJTNBcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNb3N0JTIwbW9kZXJuJTIwYnJvd3NlcnMlMjBzdXBwb3J0JTIwdGhpcyUyMG5vdy4lMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSU3RCUwQSU0MG1lZGlhJTIwc2NyZWVuJTIwYW5kJTIwJTI4bWF4LXdpZHRoJTNBJTIwNzcwcHglMjklN0IlMjAlMjAlMkYlMkElMjBhZGp1c3QlMjB3cmFwcGVyJTIwbGF5b3V0JTIwZm9yJTIwbW9iaWxlJTIwZGV2aWNlcyUyMCUyQSUyRiUwQSUwOSUyMCUyM01CQnYzRm9ybSUyMC5jdXN0b20tZm9ybS13cmFwcGVyJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTA5cGFkZGluZyUzQSUyMDAlMjA1cHglMjAyMHB4JTNCJTBBJTA5JTIwJTdEJTBBJTdEJTBBJTNDJTJGc3R5bGUlM0UlMEElMEElM0NkaXYlMjBpZCUzRCUyMk1CQnYzRm9ybSUyMiUzRSUwQSUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWdyaWQtY29udGFpbmVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tZm9ybS13cmFwcGVyJTIwY2xlYXJmaXglMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NoMSUzRVdoYXQlMjBJcyUyMFlvdXIlMjBIb21lJTIwV29ydGglM0YlM0MlMkZoMSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0VHZXQlMjBZb3VyJTIwRlJFRSUyMEhvbWUlMjBNYXJrZXQlMjBBbmFseXNpcyUyMFJlcG9ydCUyME5vdyUyMSUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUdpdmUlMjB5b3VyJTIwZm9ybSUyMGFuJTIwaWQlM0QlMjAtJTIwdGhpcyUyMGlzJTIwdXNlZCUyMGluJTIwdGhlJTIwb25zdWJtaXQlMjBidXR0b24tLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjBpZCUzRCUyMmZvcm0tMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tVGhpcyUyMHZhbHVlJTIwd2lsbCUyMGJlJTIwdXNlZCUyMGFzJTIwdGhlJTIwdGl0bGUlMjBmb3IlMjB0aGUlMjBpbnF1aXJ5JTIwaW4lMjB0aGUlMjBMQUMtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtX25tJTIyJTIwdmFsdWUlM0QlMjJDTUElMjBSZXF1ZXN0JTIwQ3VzdG9tJTIwRm9ybSUyMDElMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUNob29zZSUyMHRvJTIwc2VuZCUyMGElMjB3ZWxjb21lJTIwZW1haWwlMjBvciUyMG5vdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMndlbGNvbWVfZW1haWwlMjIlMjB2YWx1ZSUzRCUyMmZhbHNlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1BdHRhY2glMjBhJTIwY2FtcGFpZ24lMjBmb3IlMjBhJTIwbmV3JTIwbGVhZC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmNhbXBhaWduJTIyJTIwdmFsdWUlM0QlMjI1MDI4JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1BdHRhY2glMjBhJTIwY2FtcGFpZ24lMjBmb3IlMjBhbiUyMGV4aXN0aW5nJTIwbGVhZC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmNhbXBhaWduX2V4aXN0aW5nJTIyJTIwdmFsdWUlM0QlMjI1MDI5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBoaWRkZW4lMjBjb250cm9scy0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMGFkZHJlc3MlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBpZCUzRCUyMnByb3BlcnR5QWRkcmVzcyUyMiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LWZpZWxkJTIwYmlnLWlucHV0JTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyYWRkcmVzcyUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyJTJBUHJvcGVydHklMjBBZGRyZXNzJTIyJTIwZGF0YS1yZXF1aXJlZCUzRCUyMnRydWUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUVuZCUyMGFkZHJlc3MlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMG5hbWUlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC01MCUyMGJmZy10YWJsZXQtZ3JpZC01MCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJuYW1lJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjIlMkFOYW1lJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwbmFtZSUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwcGhvbmUlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC01MCUyMGJmZy10YWJsZXQtZ3JpZC01MCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjBOdW1iZXIlMjIlMjB2YWx1ZSUzRCUyMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwcGhvbmUlMjBJbnB1dC0tJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMGVtYWlsJTIwSW5wdXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWdyaWQtMTAwJTIwYmZnLXRhYmxldC1ncmlkLTEwMCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyJTJBRW1haWwlMjBBZGRyZXNzJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUyMHJlcXVpcmVkJTNEJTIyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBlbWFpbCUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwQ0FQQ0hBJTIwSW5wdXQlMjAlMjhvcHRpb25hbCUyOS0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctY2VudGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cubWJiMi5jb20lMkZjYXB0Y2hhJTJGaW1hZ2UlMkZtYmIlMkZtRVZlQ0RndiUyRmNhcHRjaGEucG5nJTIyJTIwdGl0bGUlM0QlMjJMZWFkJTIwQ2FwdHVyZSUyMEZvcm1zJTIyJTIwYWx0JTNEJTIyY2FwdGNoYSUyMExlYWQlMjBDYXB0dXJlJTIwRm9ybXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmNhcHRjaGFfaW5wdXQlMjIlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1maWVsZCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyVmVyaWZ5JTIwQ29kZSUyMiUyMHZhbHVlJTNEJTIyJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEyMHB4JTNCbWFyZ2luLWxlZnQlM0ExNXB4JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwcGhvbmUlMjBJbnB1dC0tJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMFN1Ym1pdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMGJmZy1jZW50ZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUFkanVzdCUyMHRoZXNlJTIwc2V0dGluZ3MlMjB0byUyMGdvJTIwdG8lMjB5b3VyJTIwJTIyVGhhbmt5b3UlMjIlMjBwYWdlLS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMGNsYXNzJTNEJTIyYmZnLWJ0biUyMGJ0bi1sZyUyMiUyMG5hbWUlM0QlMjJzdWJtaXQlMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwb25jbGljayUzRCUyMk1CQl9MZWFkQ2FwdHVyZUZvcm0lMjglMjdmb3JtLTElMjclMkMlMjclMkZ0aGFua3MlMkYlMjclMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUyMHZhbHVlJTNEJTIyR2V0JTIwUmVwb3J0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBzdWJtaXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0UlMEElMEElM0NzY3JpcHQlM0UlMEFmdW5jdGlvbiUyMGluaXRpYWxpemUlMjglMjklMjAlN0IlMEElMjAlMjB2YXIlMjBpbnB1dCUyMCUzRCUyMGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4JTI3cHJvcGVydHlBZGRyZXNzJTI3JTI5JTNCJTBBJTIwJTIwdmFyJTIwYXV0b2NvbXBsZXRlJTIwJTNEJTIwbmV3JTIwZ29vZ2xlLm1hcHMucGxhY2VzLkF1dG9jb21wbGV0ZSUyOGlucHV0JTI5JTNCJTBBJTdEJTBBalF1ZXJ5JTI4ZG9jdW1lbnQlMjkub24lMjglMjJtYmItd2lkZ2V0cy1sb2FkZWQlMjIlMkNmdW5jdGlvbiUyOCUyOSUyMCU3QiUwQSUyMCUyMGluaXRpYWxpemUlMjglMjklM0IlMEElN0QlMjklM0IlMEElM0MlMkZzY3JpcHQlM0U=[/vc_raw_html][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"88\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Buyers','','publish','closed','closed','','buyers','','','2018-01-26 20:52:06','2018-01-26 20:52:06','',0,'http://www.thefrygroup.com/?page_id=752',0,'page','',0),(753,1,'2018-01-04 21:13:26','2018-01-04 21:13:26','[vc_row][vc_column][vc_column_text]\r\n<h2>Our Team wants to help you find your dream home!</h2>\r\nWhether you’re buying, selling or just exploring the possibilities of homeownership, you’ll want to work with a professional who can provide the most reliable market information and expert advice. Now more than ever, you need to work with a qualified REALTOR® who is skilled at networking, pricing and negotiation.\r\n\r\nSign up to be added to our preferred buyers list, where you have the inside scoop to all the red hot pre-lists and more![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Buyers','','inherit','closed','closed','','752-revision-v1','','','2018-01-04 21:13:26','2018-01-04 21:13:26','',752,'http://www.thefrygroup.com/?p=753',0,'revision','',0),(754,1,'2018-01-04 21:15:01','2018-01-04 21:15:01',' ','','','publish','closed','closed','','754','','','2018-01-04 21:18:20','2018-01-04 21:18:20','',0,'http://www.thefrygroup.com/?p=754',2,'nav_menu_item','',0),(755,1,'2018-01-04 21:17:37','2018-01-04 21:17:37','<p>[vc_row][vc_column][vc_column_text]</p>\r\n<h1>Your Property is Unique.</h1>\r\n<p>It deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em></p>\r\n<p><strong>We create an experience.</strong></p>\r\n<p>Current tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.</p>\r\n<p>We don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.</p>\r\n<p>Wondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong></p>\r\n<p><em>(Insert schedule an appointment link) _ need these</em></p>\r\n<p><em>(Insert Home Value Link) _ need these</em></p>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\n<p>We are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.</p>\r\n<p> </p>\r\n<ol>\r\n<li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n<li>Local buyers</li>\r\n<li>Relocating buyers</li>\r\n<li>Agents with buyers</li>\r\n<li>Out of state agents looking to refer buyers to your town</li>\r\n<li>Unique groups on Facebook with 1000\'s of members</li>\r\n<li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\n<p>Don\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!</p>\r\n<p>Facebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h1>Our Website</h1>\r\n<p>It is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.</p>\r\n<p>The biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.</p>\r\n<p>The MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.</p>\r\n<p>On www.thefrygroup.com we are free to show your home the way we envision it.</p>\r\n<p>[/vc_column_text][vc_single_image image=\"892\" img_size=\"large\"][vc_column_text]</p>\r\n<h1>Professional Photography</h1>\r\n<p>The pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]</p>\r\n<h1>An Instant Lead Response</h1>\r\n<p> </p>\r\n<p>We respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.</p>\r\n<p>There were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.</p>\r\n<p>In today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]</p>\r\n','The Fry Group Seller Experience','','publish','closed','closed','','the-fry-group-seller-experience','','','2018-01-18 20:42:22','2018-01-18 20:42:22','',0,'http://www.thefrygroup.com/?page_id=755',0,'page','',0),(756,1,'2018-01-04 21:17:37','2018-01-04 21:17:37','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-04 21:17:37','2018-01-04 21:17:37','',755,'http://www.thefrygroup.com/?p=756',0,'revision','',0),(757,1,'2018-01-04 21:18:13','2018-01-04 21:18:13',' ','','','publish','closed','closed','','757','','','2018-01-04 21:18:20','2018-01-04 21:18:20','',0,'http://www.thefrygroup.com/?p=757',3,'nav_menu_item','',0),(758,1,'2018-01-04 21:21:37','2018-01-04 21:21:37','<h4>Contact Us</h4>\r\n ','Contact','','inherit','closed','closed','','86-revision-v1','','','2018-01-04 21:21:37','2018-01-04 21:21:37','',86,'http://www.thefrygroup.com/?p=758',0,'revision','',0),(759,1,'2018-01-04 21:24:11','2018-01-04 21:24:11','','Contact','','inherit','closed','closed','','86-revision-v1','','','2018-01-04 21:24:11','2018-01-04 21:24:11','',86,'http://www.thefrygroup.com/?p=759',0,'revision','',0),(760,1,'2018-01-04 21:24:33','2018-01-04 21:24:33','','Contact','','inherit','closed','closed','','86-revision-v1','','','2018-01-04 21:24:33','2018-01-04 21:24:33','',86,'http://www.thefrygroup.com/?p=760',0,'revision','',0),(761,1,'2018-01-04 21:27:24','2018-01-04 21:27:24','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:27:24\"\n },\n \"realtyspace/realtyspace::footer_copyright_text\": {\n \"value\": \"The Fry Group\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:27:24\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:27:24\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:27:24\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:27:24\"\n }\n}','','','trash','closed','closed','','f96417e8-4104-4d3c-9e5f-2974e75ed342','','','2018-01-04 21:27:24','2018-01-04 21:27:24','',0,'http://www.thefrygroup.com/?p=761',0,'customize_changeset','',0),(762,1,'2018-01-04 21:28:02','2018-01-04 21:28:02','{\n \"widget_text[1]\": {\n \"value\": {\n \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjU6IkFib3V0IjtzOjQ6InRleHQiO3M6NDc4OiJBdCBUaGUgRnJ5IEdyb3VwwqB3aXRoIEVYUMKgUmVhbHR5IHdlIHRha2UgYSBkaWZmZXJlbnQgYXBwcm9hY2ggdG8gcmVhbCBlc3RhdGUsIG9uZSB0aGF0IGlzIGJ1aWx0IG9uIHBlcnNvbmFsIHRvdWNoZXMsIHdpbi13aW4gZGVhbHMgYW5kIHBvc2l0aXZlIHJlc3VsdHMuIFdlIGFyZSBjb21wcmlzZWQgb2YgYSB0ZWFtIG9mIHJlYWwgZXN0YXRlIHNwZWNpYWxpc3RzIHdpdGggMjUgeWVhcnMgaW4gdGhlIGluZHVzdHJ5LCBzbyB5b3Uga25vdyB0aGF0IHlvdSBhcmUgZ2V0dGluZyBleHBlcnRzIHRvIGhhbmRsZSBvbmUgb2YgdGhlIG1vc3QgaW1wb3J0YW50IGxpZmUgZXZlbnRzISBXaXRoIHNwZWNpYWxpemVkIGFnZW50cywgYWRtaW5pc3RyYXRpdmUgc3VwcG9ydCwgYW5kIG1hcmtldGluZyBleHBlcnRpc2UgeW91IGNhbiByZXN0IGFzc3VyZWQga25vd2luZyB0aGF0IHlvdSBoYXZlIGEgd2hvbGUgdGVhbSB0YWtpbmcgY2FyZSBvZiB5b3UuIjtzOjY6ImZpbHRlciI7YjoxO3M6NjoidmlzdWFsIjtiOjE7fQ==\",\n \"title\": \"About\",\n \"is_widget_customizer_js_value\": true,\n \"instance_hash_key\": \"5fb7d34cfac8344601fb417c11f8f5c0\"\n },\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:28:02\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:28:02\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:28:02\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:28:02\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-04 21:28:02\"\n }\n}','','','trash','closed','closed','','58c1a3c7-eb5a-4fa9-8251-dcc260d8fc53','','','2018-01-04 21:28:02','2018-01-04 21:28:02','',0,'http://www.thefrygroup.com/?p=762',0,'customize_changeset','',0),(763,1,'2018-01-09 17:42:33','2018-01-09 17:42:33','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1515519750420{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-worker.jpg?id=143) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-09 17:42:33','2018-01-09 17:42:33','',573,'http://www.thefrygroup.com/?p=763',0,'revision','',0),(765,1,'2018-01-18 17:32:53','2018-01-18 17:32:53','','Video Still- Website','','inherit','open','closed','','video-still-website','','','2018-01-18 17:32:53','2018-01-18 17:32:53','',573,'http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg',0,'attachment','image/jpeg',0),(766,1,'2018-01-18 17:33:36','2018-01-18 17:33:36','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" map_infobox_theme=\"white\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-18 17:33:36','2018-01-18 17:33:36','',573,'http://www.thefrygroup.com/?p=766',0,'revision','',0),(767,1,'2018-01-18 17:33:59','2018-01-18 17:33:59','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988628497{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988622498{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988617416{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469267204816{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-18 17:33:59','2018-01-18 17:33:59','',573,'http://www.thefrygroup.com/?p=767',0,'revision','',0),(768,1,'2018-01-18 17:36:19','2018-01-18 17:36:19','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \".banner__arrow-circle {color:#000;}\\n.banner__arrow-end {color:#000;}\\n.js-arrow-end {color:#000;}\\n.banner__btn {color:#000;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:36:19\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:34:57\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:34:57\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:34:57\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:34:57\"\n }\n}','','','trash','closed','closed','','ea008a0f-4ec7-48e7-9036-080798617bd7','','','2018-01-18 17:36:19','2018-01-18 17:36:19','',0,'http://www.thefrygroup.com/?p=768',0,'customize_changeset','',0),(769,1,'2018-01-18 17:36:19','2018-01-18 17:36:19','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:1%;\n }\n}\n\n @media screen and (min-width: 2000px) {\n .mbw_searchbox_1 {margin-right:5%;\n }\n .mbw_searchbox_1 {margin-top:5%;\n }\n}','realtyspace/realtyspace','','publish','closed','closed','','realtyspace-realtyspace','','','2018-01-26 23:05:51','2018-01-26 23:05:51','',0,'http://www.thefrygroup.com/?p=769',0,'custom_css','',0),(770,1,'2018-01-18 17:36:19','2018-01-18 17:36:19','.banner__arrow-circle {color:#000;}\n.banner__arrow-end {color:#000;}\n.js-arrow-end {color:#000;}\n.banner__btn {color:#000;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-18 17:36:19','2018-01-18 17:36:19','',769,'http://www.thefrygroup.com/?p=770',0,'revision','',0),(771,1,'2018-01-18 17:37:24','2018-01-18 17:37:24','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \".banner__arrow-circle {color:#000;}\\n.banner__arrow-end {color:#000;}\\n.js-arrow-end {color:#000;}\\n.banner__btn {color:#000;}\\n.js-banner-line{color:#000;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:37:24\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:37:24\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:37:24\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:37:24\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:37:24\"\n }\n}','','','trash','closed','closed','','91a502cd-5073-4277-9b7d-f902a4ffdd31','','','2018-01-18 17:37:24','2018-01-18 17:37:24','',0,'http://www.thefrygroup.com/?p=771',0,'customize_changeset','',0),(772,1,'2018-01-18 17:37:24','2018-01-18 17:37:24','.banner__arrow-circle {color:#000;}\n.banner__arrow-end {color:#000;}\n.js-arrow-end {color:#000;}\n.banner__btn {color:#000;}\n.js-banner-line{color:#000;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-18 17:37:24','2018-01-18 17:37:24','',769,'http://www.thefrygroup.com/?p=772',0,'revision','',0),(773,1,'2018-01-18 17:38:01','2018-01-18 17:38:01','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \".banner__arrow-circle {color:#000;}\\n.banner__arrow-end {color:#000;}\\n#js-arrow-end {color:#000;}\\n.banner__btn {color:#000;}\\n.js-banner-line{color:#000;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:38:01\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:38:01\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:38:01\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:38:01\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:38:01\"\n }\n}','','','trash','closed','closed','','3f92dcc0-4e2f-48f5-8317-b492bf3c2548','','','2018-01-18 17:38:01','2018-01-18 17:38:01','',0,'http://www.thefrygroup.com/?p=773',0,'customize_changeset','',0),(774,1,'2018-01-18 17:38:01','2018-01-18 17:38:01','.banner__arrow-circle {color:#000;}\n.banner__arrow-end {color:#000;}\n#js-arrow-end {color:#000;}\n.banner__btn {color:#000;}\n.js-banner-line{color:#000;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-18 17:38:01','2018-01-18 17:38:01','',769,'http://www.thefrygroup.com/?p=774',0,'revision','',0),(775,1,'2018-01-18 17:46:53','2018-01-18 17:46:53','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \".banner__arrow-circle {color:#fff;}\\n.banner__arrow-end {color:#fff;}\\n.banner__btn {color:#fff;}\\n.banner__arrow svg{color:#fff;}\\n.banner__arrow-circle{color:#fff;}\\n.banner__scroll-svg {color:#fff;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:46:38\"\n }\n}','','','trash','closed','closed','','a015f113-c352-4b62-b106-ba6db68ef963','','','2018-01-18 17:46:53','2018-01-18 17:46:53','',0,'http://www.thefrygroup.com/?p=775',0,'customize_changeset','',0),(776,1,'2018-01-18 17:46:53','2018-01-18 17:46:53','.banner__arrow-circle {color:#fff;}\n.banner__arrow-end {color:#fff;}\n.banner__btn {color:#fff;}\n.banner__arrow svg{color:#fff;}\n.banner__arrow-circle{color:#fff;}\n.banner__scroll-svg {color:#fff;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-18 17:46:53','2018-01-18 17:46:53','',769,'http://www.thefrygroup.com/?p=776',0,'revision','',0),(777,1,'2018-01-18 17:52:54','2018-01-18 17:52:54','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:52:54\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:52:54\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:52:54\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 17:52:54\"\n }\n}','','','trash','closed','closed','','dfb35f45-9a21-4290-8052-02661e73d35e','','','2018-01-18 17:52:54','2018-01-18 17:52:54','',0,'http://www.thefrygroup.com/?p=777',0,'customize_changeset','',0),(778,1,'2018-01-18 17:56:35','2018-01-18 17:56:35','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-18 17:56:35','2018-01-18 17:56:35','',573,'http://www.thefrygroup.com/?p=778',0,'revision','',0),(779,1,'2018-01-18 17:56:59','2018-01-18 17:56:59','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-18 17:56:59','2018-01-18 17:56:59','',573,'http://www.thefrygroup.com/?p=779',0,'revision','',0),(781,1,'2018-01-18 18:26:56','2018-01-18 18:26:56','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:03:35\"\n },\n \"realtyspace/realtyspace::footer_background_image\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:26:56\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:03:35\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:03:35\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:03:35\"\n }\n}','','','trash','closed','closed','','8bd0f792-787f-43f6-bdda-e6e34de349fc','','','2018-01-18 18:26:56','2018-01-18 18:26:56','',0,'http://www.thefrygroup.com/?p=781',0,'customize_changeset','',0),(782,1,'2018-01-18 18:13:30','2018-01-18 18:13:30','','footerminneapolis','','inherit','open','closed','','footerminneapolis','','','2018-01-18 18:13:30','2018-01-18 18:13:30','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/footerminneapolis.jpg',0,'attachment','image/jpeg',0),(783,1,'2018-01-18 18:14:44','2018-01-18 18:14:44','','footerminneapolis','','inherit','open','closed','','footerminneapolis-2','','','2018-01-18 18:14:44','2018-01-18 18:14:44','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/footerminneapolis-1.jpg',0,'attachment','image/jpeg',0),(784,1,'2018-01-18 18:21:46','2018-01-18 18:21:46','','footerminneapolis','','inherit','open','closed','','footerminneapolis-3','','','2018-01-18 18:21:46','2018-01-18 18:21:46','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/footerminneapolis-2.jpg',0,'attachment','image/jpeg',0),(785,1,'2018-01-18 18:27:46','2018-01-18 18:27:46','{\n \"realtyspace/realtyspace::footer_copyright_text\": {\n \"value\": \"Copyright 2018 The Fry Group\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:27:46\"\n }\n}','','','trash','closed','closed','','a871a20e-2c4b-4684-b593-512706b05f31','','','2018-01-18 18:27:46','2018-01-18 18:27:46','',0,'http://www.thefrygroup.com/?p=785',0,'customize_changeset','',0),(786,1,'2018-01-18 18:30:34','2018-01-18 18:30:34','{\n \"blogdescription\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:30:34\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:30:34\"\n },\n \"realtyspace/realtyspace::preheader_theme\": {\n \"value\": \"standart\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:30:34\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:30:34\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:30:34\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:30:34\"\n }\n}','','','trash','closed','closed','','38c24ad1-6879-4eb6-8669-23e818b1dbb4','','','2018-01-18 18:30:34','2018-01-18 18:30:34','',0,'http://www.thefrygroup.com/?p=786',0,'customize_changeset','',0),(787,1,'2018-01-18 18:32:36','2018-01-18 18:32:36','{\n \"realtyspace/realtyspace::social_sharing_links\": {\n \"value\": [\n \"facebook\",\n \"twitter\",\n \"plus\",\n \"pinterest\"\n ],\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:32:36\"\n }\n}','','','trash','closed','closed','','f2027d8b-0151-4ce6-89bf-cb489e938650','','','2018-01-18 18:32:36','2018-01-18 18:32:36','',0,'http://www.thefrygroup.com/?p=787',0,'customize_changeset','',0),(788,1,'2018-01-18 18:34:50','2018-01-18 18:34:50','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:34:44\"\n },\n \"realtyspace/realtyspace::layout_color_scheme\": {\n \"value\": \"brown-red\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:34:44\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:34:44\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:34:44\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:34:44\"\n }\n}','','','trash','closed','closed','','249f809b-fce3-4f4e-b9a7-6753176ba251','','','2018-01-18 18:34:50','2018-01-18 18:34:50','',0,'http://www.thefrygroup.com/?p=788',0,'customize_changeset','',0),(789,1,'2018-01-18 18:37:27','2018-01-18 18:37:27','{\n \"realtyspace/realtyspace::layout_color_scheme\": {\n \"value\": \"brown-dark-red\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:37:27\"\n }\n}','','','trash','closed','closed','','b1b6502a-9e34-40e4-a531-bff3e4675a1c','','','2018-01-18 18:37:27','2018-01-18 18:37:27','',0,'http://www.thefrygroup.com/?p=789',0,'customize_changeset','',0),(790,1,'2018-01-18 18:38:07','2018-01-18 18:38:07','{\n \"realtyspace/realtyspace::layout_color_scheme\": {\n \"value\": \"light-blue-cyan\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:38:07\"\n }\n}','','','trash','closed','closed','','c1065fee-2a62-483a-bd47-025903222eea','','','2018-01-18 18:38:07','2018-01-18 18:38:07','',0,'http://www.thefrygroup.com/?p=790',0,'customize_changeset','',0),(791,1,'2018-01-18 18:44:47','2018-01-18 18:44:47','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:44:47\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:39:10\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:39:10\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:39:10\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:39:10\"\n }\n}','','','trash','closed','closed','','24ee3d37-82df-49f5-9254-2ade86824f71','','','2018-01-18 18:44:47','2018-01-18 18:44:47','',0,'http://www.thefrygroup.com/?p=791',0,'customize_changeset','',0),(792,1,'2018-01-18 18:44:47','2018-01-18 18:44:47','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n\n\n\n\n\n\n\n\n\n','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-18 18:44:47','2018-01-18 18:44:47','',769,'http://www.thefrygroup.com/?p=792',0,'revision','',0),(793,1,'2018-01-18 18:47:15','2018-01-18 18:47:15','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:47:15\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:47:15\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:47:15\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:47:15\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:47:15\"\n }\n}','','','trash','closed','closed','','41aa250a-13aa-4e27-a29a-dca25def6ea6','','','2018-01-18 18:47:15','2018-01-18 18:47:15','',0,'http://www.thefrygroup.com/?p=793',0,'customize_changeset','',0),(794,1,'2018-01-18 18:47:15','2018-01-18 18:47:15','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-18 18:47:15','2018-01-18 18:47:15','',769,'http://www.thefrygroup.com/?p=794',0,'revision','',0),(795,1,'2018-01-18 18:54:08','2018-01-18 18:54:08','','frylogo','','inherit','open','closed','','frylogo','','','2018-01-18 18:54:08','2018-01-18 18:54:08','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/frylogo.png',0,'attachment','image/png',0),(796,1,'2018-01-18 18:54:18','2018-01-18 18:54:18','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:54:18\"\n },\n \"realtyspace/realtyspace::header_logo\": {\n \"value\": \"http://www.thefrygroup.com/wp-content/uploads/2018/01/frylogo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:54:18\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:54:18\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:54:18\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 18:54:18\"\n }\n}','','','trash','closed','closed','','98e7532d-61f9-4f14-9616-0d6e1610980e','','','2018-01-18 18:54:18','2018-01-18 18:54:18','',0,'http://www.thefrygroup.com/?p=796',0,'customize_changeset','',0),(797,1,'2018-01-18 19:09:34','2018-01-18 19:09:34','','FryGroup_logo_cmyk','','inherit','open','closed','','frygroup_logo_cmyk','','','2018-01-18 19:09:34','2018-01-18 19:09:34','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/FryGroup_logo_cmyk.png',0,'attachment','image/png',0),(798,1,'2018-01-18 19:10:12','2018-01-18 19:10:12','{\n \"realtyspace/realtyspace::header_logo\": {\n \"value\": \"http://www.thefrygroup.com/wp-content/uploads/2018/01/FryGroup_logo_cmyk.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 19:10:12\"\n }\n}','','','trash','closed','closed','','2c8fe700-c791-4494-9496-0e51e0627a32','','','2018-01-18 19:10:12','2018-01-18 19:10:12','',0,'http://www.thefrygroup.com/?p=798',0,'customize_changeset','',0),(799,1,'2018-01-18 19:11:05','2018-01-18 19:11:05','','FryGroup_logo_cmyk2','','inherit','open','closed','','frygroup_logo_cmyk2','','','2018-01-18 19:11:05','2018-01-18 19:11:05','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/FryGroup_logo_cmyk2.png',0,'attachment','image/png',0),(800,1,'2018-01-18 19:12:24','2018-01-18 19:12:24','{\n \"realtyspace/realtyspace::header_logo\": {\n \"value\": \"http://www.thefrygroup.com/wp-content/uploads/2018/01/FryGroup_logo_cmyk2-1.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 19:12:23\"\n },\n \"realtyspace/realtyspace::header_logo_size\": {\n \"value\": \"250px\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-18 19:12:23\"\n }\n}','','','trash','closed','closed','','7f0ed849-8b5d-4c36-aa7c-d7226800ebd8','','','2018-01-18 19:12:24','2018-01-18 19:12:24','',0,'http://www.thefrygroup.com/?p=800',0,'customize_changeset','',0),(801,1,'2018-01-18 19:12:00','2018-01-18 19:12:00','','FryGroup_logo_cmyk2','','inherit','open','closed','','frygroup_logo_cmyk2-2','','','2018-01-18 19:12:00','2018-01-18 19:12:00','',0,'http://www.thefrygroup.com/wp-content/uploads/2018/01/FryGroup_logo_cmyk2-1.png',0,'attachment','image/png',0),(802,1,'2018-01-18 19:15:11','2018-01-18 19:15:11','','GetMedia (18)','','inherit','open','closed','','getmedia-18','','','2018-01-18 19:15:11','2018-01-18 19:15:11','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-18.jpg',0,'attachment','image/jpeg',0),(803,1,'2018-01-18 19:15:11','2018-01-18 19:15:11','','GetMedia (17)','','inherit','open','closed','','getmedia-17','','','2018-01-18 19:15:11','2018-01-18 19:15:11','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-17.jpg',0,'attachment','image/jpeg',0),(804,1,'2018-01-18 19:15:12','2018-01-18 19:15:12','','GetMedia (16)','','inherit','open','closed','','getmedia-16','','','2018-01-18 19:15:12','2018-01-18 19:15:12','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-16.jpg',0,'attachment','image/jpeg',0),(805,1,'2018-01-18 19:15:12','2018-01-18 19:15:12','','GetMedia (13)','','inherit','open','closed','','getmedia-13','','','2018-01-18 19:15:12','2018-01-18 19:15:12','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-13.jpg',0,'attachment','image/jpeg',0),(806,1,'2018-01-18 19:15:13','2018-01-18 19:15:13','','GetMedia (12)','','inherit','open','closed','','getmedia-12','','','2018-01-18 19:15:13','2018-01-18 19:15:13','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-12.jpg',0,'attachment','image/jpeg',0),(807,1,'2018-01-18 19:15:13','2018-01-18 19:15:13','','GetMedia (11)','','inherit','open','closed','','getmedia-11','','','2018-01-18 19:15:13','2018-01-18 19:15:13','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-11.jpg',0,'attachment','image/jpeg',0),(808,1,'2018-01-18 19:15:13','2018-01-18 19:15:13','','GetMedia (4)','','inherit','open','closed','','getmedia-4','','','2018-01-18 19:15:13','2018-01-18 19:15:13','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-4.jpg',0,'attachment','image/jpeg',0),(809,1,'2018-01-18 19:15:14','2018-01-18 19:15:14','','GetMedia (3)','','inherit','open','closed','','getmedia-3','','','2018-01-18 19:15:14','2018-01-18 19:15:14','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/GetMedia-3.jpg',0,'attachment','image/jpeg',0),(810,1,'2018-01-18 19:15:27','2018-01-18 19:15:27','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"3\" images=\"802,803,804,805,806,807,808,809\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:15:27','2018-01-18 19:15:27','',755,'http://www.thefrygroup.com/?p=810',0,'revision','',0),(811,1,'2018-01-18 19:16:18','2018-01-18 19:16:18','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"3\" images=\"802,803,804,805,806,807,808,809\" img_size=\"500x300\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:16:18','2018-01-18 19:16:18','',755,'http://www.thefrygroup.com/?p=811',0,'revision','',0),(812,1,'2018-01-18 19:16:52','2018-01-18 19:16:52','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"3\" images=\"802,803,804,805,806,807,808,809\" img_size=\"500x200\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:16:52','2018-01-18 19:16:52','',755,'http://www.thefrygroup.com/?p=812',0,'revision','',0),(813,1,'2018-01-18 19:17:24','2018-01-18 19:17:24','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"3\" images=\"802,803,804,805,806,807,808,809\" img_size=\"700\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:17:24','2018-01-18 19:17:24','',755,'http://www.thefrygroup.com/?p=813',0,'revision','',0),(814,1,'2018-01-18 19:18:18','2018-01-18 19:18:18','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"5\" images=\"802,803,804,805,806,807,808,809\" img_size=\"700\"][vc_images_carousel images=\"809,807,808,806,804,805,802,803\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:18:18','2018-01-18 19:18:18','',755,'http://www.thefrygroup.com/?p=814',0,'revision','',0),(815,1,'2018-01-18 19:18:46','2018-01-18 19:18:46','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"5\" images=\"802,803,804,805,806,807,808,809\" img_size=\"700\"][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:18:46','2018-01-18 19:18:46','',755,'http://www.thefrygroup.com/?p=815',0,'revision','',0),(816,1,'2018-01-18 19:19:19','2018-01-18 19:19:19','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"5\" images=\"802,803,804,805,806,807,808,809\" img_size=\"900\"][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:19:19','2018-01-18 19:19:19','',755,'http://www.thefrygroup.com/?p=816',0,'revision','',0),(817,1,'2018-01-18 19:20:15','2018-01-18 19:20:15','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.\r\n\r\n(insert property photos)\r\n\r\n \r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"5\" images=\"802,803,804,805,806,807,808,809\" img_size=\"900\"][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:20:15','2018-01-18 19:20:15','',755,'http://www.thefrygroup.com/?p=817',0,'revision','',0),(818,1,'2018-01-18 19:21:14','2018-01-18 19:21:14','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n \r\n\r\n<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:21:14','2018-01-18 19:21:14','',755,'http://www.thefrygroup.com/?p=818',0,'revision','',0),(819,1,'2018-01-18 20:40:51','2018-01-18 20:40:51','<p>[vc_row][vc_column][vc_column_text]</p>\n<h1>Your Property is Unique.</h1>\n<p>It deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em></p>\n<p><strong>We create an experience.</strong></p>\n<p>Current tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.</p>\n<p>We don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.</p>\n<p>Wondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong></p>\n<p><em>(Insert schedule an appointment link) _ need these</em></p>\n<p><em>(Insert Home Value Link) _ need these</em></p>\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\n<h2>Here\'s How:</h2>\n<p>We are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.</p>\n<p> </p>\n<ol>\n<li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\n</ol>\n<p> </p>\n<ol start=\"2\">\n<li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\n<ul>\n<li>Local buyers</li>\n<li>Relocating buyers</li>\n<li>Agents with buyers</li>\n<li>Out of state agents looking to refer buyers to your town</li>\n<li>Unique groups on Facebook with 1000\'s of members</li>\n<li>Real estate agent groups on Facebook</li>\n</ul>\n</li>\n</ol>\n<h1>A Massive Facebook Campaign</h1>\n<p>Don\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!</p>\n<p>Facebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>Our Website</strong><br />\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.</p>\n<p>The biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.</p>\n<p>The MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.</p>\n<p>On www.thefrygroup.com we are free to show your home the way we envision it.</p>\n<p> [/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]</p>\n<h1>An Instant Lead Response</h1>\n<p> </p>\n<p>We respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.</p>\n<p>There were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.</p>\n<p>In today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][vc_column_text]<strong>Professional Photography</strong></p>\n<p>The pictures speak for themselves.[/vc_column_text][/vc_column][/vc_row]</p>\n','The Fry Group Seller Experience','','inherit','closed','closed','','755-autosave-v1','','','2018-01-18 20:40:51','2018-01-18 20:40:51','',755,'http://www.thefrygroup.com/?p=819',0,'revision','',0),(820,1,'2018-01-18 19:23:40','2018-01-18 19:23:40','','14623 Victor-41 (1)','','inherit','open','closed','','14623-victor-41-1','','','2018-01-18 19:23:40','2018-01-18 19:23:40','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/14623-Victor-41-1.jpg',0,'attachment','image/jpeg',0),(821,1,'2018-01-18 19:23:42','2018-01-18 19:23:42','','14623 Victor-9 (1)','','inherit','open','closed','','14623-victor-9-1','','','2018-01-18 19:23:42','2018-01-18 19:23:42','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/14623-Victor-9-1.jpg',0,'attachment','image/jpeg',0),(822,1,'2018-01-18 19:23:45','2018-01-18 19:23:45','','14623 Victor-6 (1)','','inherit','open','closed','','14623-victor-6-1','','','2018-01-18 19:23:45','2018-01-18 19:23:45','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/14623-Victor-6-1.jpg',0,'attachment','image/jpeg',0),(823,1,'2018-01-18 19:24:13','2018-01-18 19:24:13','','FB Ad- Perfomance 3','','inherit','open','closed','','fb-ad-perfomance-3','','','2018-01-18 19:24:13','2018-01-18 19:24:13','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/FB-Ad-Perfomance-3.jpg',0,'attachment','image/jpeg',0),(824,1,'2018-01-18 19:24:13','2018-01-18 19:24:13','','FB Ad- Performance 2','','inherit','open','closed','','fb-ad-performance-2','','','2018-01-18 19:24:13','2018-01-18 19:24:13','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/FB-Ad-Performance-2.jpg',0,'attachment','image/jpeg',0),(825,1,'2018-01-18 19:24:14','2018-01-18 19:24:14','','FB Ad- Perfomance','','inherit','open','closed','','fb-ad-perfomance','','','2018-01-18 19:24:14','2018-01-18 19:24:14','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/FB-Ad-Perfomance.jpg',0,'attachment','image/jpeg',0),(826,1,'2018-01-18 19:24:48','2018-01-18 19:24:48','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n[/vc_column_text][vc_images_carousel images=\"823,824,825\" img_size=\"300\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:24:48','2018-01-18 19:24:48','',755,'http://www.thefrygroup.com/?p=826',0,'revision','',0),(827,1,'2018-01-18 19:25:28','2018-01-18 19:25:28','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n[/vc_column_text][vc_single_image image=\"824\" img_size=\"medium\"][vc_column_text]<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:25:28','2018-01-18 19:25:28','',755,'http://www.thefrygroup.com/?p=827',0,'revision','',0),(828,1,'2018-01-18 19:27:14','2018-01-18 19:27:14','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:27:14','2018-01-18 19:27:14','',755,'http://www.thefrygroup.com/?p=828',0,'revision','',0),(829,1,'2018-01-18 19:27:37','2018-01-18 19:27:37','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:27:37','2018-01-18 19:27:37','',755,'http://www.thefrygroup.com/?p=829',0,'revision','',0),(830,1,'2018-01-18 19:28:00','2018-01-18 19:28:00','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>Our Website</strong>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n \r\n\r\n<strong>Professional Photography</strong>\r\n\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 19:28:00','2018-01-18 19:28:00','',755,'http://www.thefrygroup.com/?p=830',0,'revision','',0),(831,1,'2018-01-18 19:31:13','2018-01-18 19:31:13','','Team-2','','inherit','open','closed','','team-2','','','2018-01-18 19:31:13','2018-01-18 19:31:13','',740,'http://www.thefrygroup.com/wp-content/uploads/2018/01/Team-2.jpg',0,'attachment','image/jpeg',0),(832,1,'2018-01-18 19:31:46','2018-01-18 19:31:46','[vc_row][vc_column][vc_column_text]\r\n<h2 style=\"text-align: center;\">It’s Not About Us. It’s About You!</h2>\r\nAt The Fry Group with EXP Realty we take a different approach to real estate, one that is built on personal touches, win-win deals and positive results. We are comprised of a team of real estate specialists with 25 years in the industry, so you know that you are getting experts to handle one of the most important life events! With specialized agents, administrative support, and marketing expertise you can rest assured knowing that you have a whole team taking care of you.\r\n\r\n \r\n\r\nWe utilize the latest technologies, market research and proven business strategies to exceed your expectations. More importantly, we listen and that means we find solutions that are tailored to you.\r\n\r\n[/vc_column_text][vc_single_image image=\"831\" img_size=\"full\" alignment=\"center\"][vc_column_text]Combine outstanding customer service, highly trained agents, and superior technological skills, you get the quality real estate experience you deserve. On top of our many skills you will never get a high sales pitch. 93% of our business comes from referrals and that’s because we treat each client as if they were family. We could not keep those outstanding statistics if we looked at our clients as just one transaction. We look at them as a “client for life”.\r\n\r\n \r\n\r\n<strong><em>Our mission is to become your “Realtors for Life!”</em></strong>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Contact Us Now\" color=\"warning\" align=\"center\" link=\"url:https%3A%2F%2F2xconversions.com%2Ffrygroup%2F%3Fpage_id%3D86|||\"][/vc_column][/vc_row]','Who We Are','','inherit','closed','closed','','740-revision-v1','','','2018-01-18 19:31:46','2018-01-18 19:31:46','',740,'http://www.thefrygroup.com/?p=832',0,'revision','',0),(833,1,'2018-01-18 19:33:19','2018-01-18 19:33:19','We had a great experience working with David. David guided us through the stressful processes of getting our townhome ready to list, taking professional photos, selling our home and finding us a new one-level living home. He was very patient, worked within our schedules, was attentive to our needs and concerns, provided excellent information, and was available when needed. David, Alyssa and the rest of The Fry Group staff provided us with excellent customer service which included personal assistance with readying our home for sale and assisting us with items to ensure we were satisfied with our purchase when the seller was less than accommodating. Thank you. We highly recommend them to anyone and everyone','Deb and Marlys','','publish','closed','closed','','833','','','2018-01-18 19:35:22','2018-01-18 19:35:22','',0,'http://www.thefrygroup.com/?post_type=cf47rs_testimonial&p=833',0,'cf47rs_testimonial','',0),(834,1,'2018-01-18 19:35:00','2018-01-18 19:35:00','David and Monica from the first phone call on, exhibited extremely good professional realty skills, with fantastic knowledge of what we needed to do to sell our home at the price we wanted. We had our home on the market for the better part of 9 months with two different real estate brokers. Dave and Monica came in, got rid of the mumbo jumbo that most stagers like to modify your home with, and sold our home within 60 days to the perfect buyers. Like any sale there is degree of luck involved, but they took the guess work out of our sale, continued to focus on the positive and made the transition to closing as easy as it possibly could be. Fantastic staff back in the office backing them up - Alyssa it the best. Great at returning calls, investigating errors on the internet, pretty much anything you would need. Not to mention that Dave has dynamite BBQ Ribs for the broker\'s open house to attract like realtors to see the property. Cannot say enough good about this couple. Spend some time with them and you will be convinced - they are the right realtors for your property. Kudo\'s to the whole Fry team.','Rick and Cecilia','','publish','closed','closed','','rick-and-cecilia','','','2018-01-18 19:35:36','2018-01-18 19:35:36','',0,'http://www.thefrygroup.com/?post_type=cf47rs_testimonial&p=834',0,'cf47rs_testimonial','',0),(835,1,'2018-01-18 19:35:59','2018-01-18 19:35:59','Working with Dave and Monica has been a great experience from beginning to end. They walked us through the process and gave us suggestions on what to do to fix up our house before we listed it. We followed their suggestions and I\'m so glad we did because it meant we were able to list our house for more than we thought we would and it paid off! They were always available via text or email and gave us great feedback on the houses we were looking at buying as well. We are very happy we chose them and very highly recommend them to anyone and everyone!','Jay and Angie','','publish','closed','closed','','jay-and-angie','','','2018-01-18 19:35:59','2018-01-18 19:35:59','',0,'http://www.thefrygroup.com/?post_type=cf47rs_testimonial&p=835',0,'cf47rs_testimonial','',0),(836,1,'2018-01-18 19:36:16','2018-01-18 19:36:16','Monica sold my home a few years ago and did a great job. Friendly, great to work with, honest and gave good advice. Priced my home right and I got what I had ask for. I highly recommend!','James','','publish','closed','closed','','james','','','2018-01-18 19:36:16','2018-01-18 19:36:16','',0,'http://www.thefrygroup.com/?post_type=cf47rs_testimonial&p=836',0,'cf47rs_testimonial','',0),(837,1,'2018-01-18 19:36:29','2018-01-18 19:36:29','The whole team at the Fry Group is flexible, professional, and committed to helping you through the whole process of selling and buying a home. They do not leave things to chance, they guide you through the whole process. We had an excellent experience using them to both buy, and sell a home at the same time. The process was made very smooth because of all their experience and expertise in buying and selling real estate. Use them today!','Bob and Patty','','publish','closed','closed','','bob-and-patty','','','2018-01-18 19:36:29','2018-01-18 19:36:29','',0,'http://www.thefrygroup.com/?post_type=cf47rs_testimonial&p=837',0,'cf47rs_testimonial','',0),(838,1,'2018-01-18 19:36:49','2018-01-18 19:36:49','I\'ve turned to David and Monica on more than one occasion to both purchase and sell a home. I have recommended their top tier service to both family and friends with excellent results and complete satisfaction. What can I say, Dave and Monica are more than great agents, they are both wonderful people','Bradley','','publish','closed','closed','','bradley','','','2018-01-18 19:37:03','2018-01-18 19:37:03','',0,'http://www.thefrygroup.com/?post_type=cf47rs_testimonial&p=838',0,'cf47rs_testimonial','',0),(839,1,'2018-01-18 19:40:39','2018-01-18 19:40:39','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\" map_enabled=\"true\" scroll_text=\"Scroll down to explore\"][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"property_feature\"][cf47rs_search_field field_name=\"area\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bathroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column css=\".vc_custom_1467988013893{padding-top: 0px !important;}\"][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\" css=\".vc_custom_1467988042729{padding-top: 0px !important;}\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467987973009{padding-top: 0px !important;background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988153317{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988162307{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:40:39','2018-01-18 19:40:39','',572,'http://www.thefrygroup.com/?p=839',0,'revision','',0),(840,1,'2018-01-18 19:40:58','2018-01-18 19:40:58','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column css=\".vc_custom_1467988013893{padding-top: 0px !important;}\"][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\" css=\".vc_custom_1467988042729{padding-top: 0px !important;}\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467987973009{padding-top: 0px !important;background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988153317{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988162307{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:40:58','2018-01-18 19:40:58','',572,'http://www.thefrygroup.com/?p=840',0,'revision','',0),(841,1,'2018-01-18 19:41:29','2018-01-18 19:41:29','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column css=\".vc_custom_1467988013893{padding-top: 0px !important;}\"][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\" css=\".vc_custom_1467988042729{padding-top: 0px !important;}\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467987973009{padding-top: 0px !important;background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988153317{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988162307{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:41:29','2018-01-18 19:41:29','',572,'http://www.thefrygroup.com/?p=841',0,'revision','',0),(842,1,'2018-01-18 20:12:48','2018-01-18 20:12:48','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]</p>\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\n<div class=\"header-content-container center\">\n<div class=\"header-content\">\n<div class=\"et_pb_header_content_wrapper\">\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\n</div>\n</div>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\n<div class=\"header-content-container center\">\n<div class=\"header-content\">\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\n<p>Did you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?</p>\n<p><em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em></p>\n<hr />\n</div>\n</div>\n</div>\n</div>\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306314625{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong></p>\n<p><b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:</p>\n<ul>\n<li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\n<li>No cost market valuations</li>\n<li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\n<li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\n</ul>\n<p><strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]</p>\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 25px;\"><strong>Contact US Now</strong></span></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]</p>\n','Facebook Campaign','','inherit','closed','closed','','572-autosave-v1','','','2018-01-18 20:12:48','2018-01-18 20:12:48','',572,'http://www.thefrygroup.com/?p=842',0,'revision','',0),(843,1,'2018-01-18 19:42:53','2018-01-18 19:42:53','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][cf47rs_button][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:42:53','2018-01-18 19:42:53','',572,'http://www.thefrygroup.com/?p=843',0,'revision','',0),(844,1,'2018-01-18 19:43:54','2018-01-18 19:43:54','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][cf47rs_button][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:43:54','2018-01-18 19:43:54','',572,'http://www.thefrygroup.com/?p=844',0,'revision','',0),(845,1,'2018-01-18 19:44:25','2018-01-18 19:44:25','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][cf47rs_button][vc_single_image][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:44:25','2018-01-18 19:44:25','',572,'http://www.thefrygroup.com/?p=845',0,'revision','',0),(846,1,'2018-01-18 19:44:37','2018-01-18 19:44:37','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469295018484{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_single_image][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:44:37','2018-01-18 19:44:37','',572,'http://www.thefrygroup.com/?p=846',0,'revision','',0),(847,1,'2018-01-18 19:45:47','2018-01-18 19:45:47','','Landing-Page-Main-Image','','inherit','open','closed','','landing-page-main-image','','','2018-01-18 19:45:47','2018-01-18 19:45:47','',572,'http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image.jpg',0,'attachment','image/jpeg',0),(848,1,'2018-01-18 19:45:55','2018-01-18 19:45:55','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1516304747871{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image.jpg?id=847) !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][vc_single_image][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:45:55','2018-01-18 19:45:55','',572,'http://www.thefrygroup.com/?p=848',0,'revision','',0),(849,1,'2018-01-18 19:46:38','2018-01-18 19:46:38','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1516304781969{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image.jpg?id=847) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:46:38','2018-01-18 19:46:38','',572,'http://www.thefrygroup.com/?p=849',0,'revision','',0),(850,1,'2018-01-18 19:50:27','2018-01-18 19:50:27','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1516304781969{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image.jpg?id=847) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"847\" img_size=\"full\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:50:27','2018-01-18 19:50:27','',572,'http://www.thefrygroup.com/?p=850',0,'revision','',0),(851,1,'2018-01-18 19:51:02','2018-01-18 19:51:02','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1516304781969{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image.jpg?id=847) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][contact-form-7 id=\"88\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:51:02','2018-01-18 19:51:02','',572,'http://www.thefrygroup.com/?p=851',0,'revision','',0),(852,1,'2018-01-18 19:51:43','2018-01-18 19:51:43','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" css=\".vc_custom_1516305098168{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image.jpg?id=847) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:51:43','2018-01-18 19:51:43','',572,'http://www.thefrygroup.com/?p=852',0,'revision','',0),(853,1,'2018-01-18 19:52:45','2018-01-18 19:52:45','','Landing-Page-Main-Image (1)','','inherit','open','closed','','landing-page-main-image-1','','','2018-01-18 19:52:45','2018-01-18 19:52:45','',572,'http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1.jpg',0,'attachment','image/jpeg',0),(854,1,'2018-01-18 19:52:51','2018-01-18 19:52:51','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" css=\".vc_custom_1516305165673{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1.jpg?id=853) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:52:51','2018-01-18 19:52:51','',572,'http://www.thefrygroup.com/?p=854',0,'revision','',0),(855,1,'2018-01-18 19:53:44','2018-01-18 19:53:44','','Landing-Page-Main-Image (1)','','inherit','open','closed','','landing-page-main-image-1-2','','','2018-01-18 19:53:44','2018-01-18 19:53:44','',572,'http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg',0,'attachment','image/jpeg',0),(856,1,'2018-01-18 19:53:49','2018-01-18 19:53:49','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" css=\".vc_custom_1516305224187{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:53:49','2018-01-18 19:53:49','',572,'http://www.thefrygroup.com/?p=856',0,'revision','',0),(857,1,'2018-01-18 19:54:36','2018-01-18 19:54:36','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" css=\".vc_custom_1516305224187{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:54:36','2018-01-18 19:54:36','',572,'http://www.thefrygroup.com/?p=857',0,'revision','',0),(858,1,'2018-01-18 19:54:56','2018-01-18 19:54:56','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:54:56','2018-01-18 19:54:56','',572,'http://www.thefrygroup.com/?p=858',0,'revision','',0),(859,1,'2018-01-18 19:55:06','2018-01-18 19:55:06','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_tta_pageable][vc_tta_section title=\"Section 1\" tab_id=\"1516305300095-ffdf8944-8c70\"][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1516305300112-045f0b0c-fa52\"][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:55:06','2018-01-18 19:55:06','',572,'http://www.thefrygroup.com/?p=859',0,'revision','',0),(860,1,'2018-01-18 19:55:38','2018-01-18 19:55:38','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:55:38','2018-01-18 19:55:38','',572,'http://www.thefrygroup.com/?p=860',0,'revision','',0),(861,1,'2018-01-18 19:55:49','2018-01-18 19:55:49','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:55:49','2018-01-18 19:55:49','',572,'http://www.thefrygroup.com/?p=861',0,'revision','',0),(862,1,'2018-01-18 19:56:00','2018-01-18 19:56:00','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:56:00','2018-01-18 19:56:00','',572,'http://www.thefrygroup.com/?p=862',0,'revision','',0),(863,1,'2018-01-18 19:56:12','2018-01-18 19:56:12','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:56:12','2018-01-18 19:56:12','',572,'http://www.thefrygroup.com/?p=863',0,'revision','',0),(864,1,'2018-01-18 19:56:30','2018-01-18 19:56:30','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n\r\nARE YOU THINKING ABOUT SELLING IN 2018?\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:56:30','2018-01-18 19:56:30','',572,'http://www.thefrygroup.com/?p=864',0,'revision','',0),(865,1,'2018-01-18 19:57:17','2018-01-18 19:57:17','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:57:17','2018-01-18 19:57:17','',572,'http://www.thefrygroup.com/?p=865',0,'revision','',0),(866,1,'2018-01-18 19:57:36','2018-01-18 19:57:36','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row css=\".vc_custom_1516305450530{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:57:36','2018-01-18 19:57:36','',572,'http://www.thefrygroup.com/?p=866',0,'revision','',0),(867,1,'2018-01-18 19:57:54','2018-01-18 19:57:54','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:57:54','2018-01-18 19:57:54','',572,'http://www.thefrygroup.com/?p=867',0,'revision','',0),(868,1,'2018-01-18 19:58:19','2018-01-18 19:58:19','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:58:19','2018-01-18 19:58:19','',572,'http://www.thefrygroup.com/?p=868',0,'revision','',0),(869,1,'2018-01-18 19:58:33','2018-01-18 19:58:33','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:58:33','2018-01-18 19:58:33','',572,'http://www.thefrygroup.com/?p=869',0,'revision','',0),(870,1,'2018-01-18 19:59:17','2018-01-18 19:59:17','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTEwcHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:59:17','2018-01-18 19:59:17','',572,'http://www.thefrygroup.com/?p=870',0,'revision','',0),(871,1,'2018-01-18 19:59:30','2018-01-18 19:59:30','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 19:59:30','2018-01-18 19:59:30','',572,'http://www.thefrygroup.com/?p=871',0,'revision','',0),(872,1,'2018-01-18 20:00:49','2018-01-18 20:00:49','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 28px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:00:49','2018-01-18 20:00:49','',572,'http://www.thefrygroup.com/?p=872',0,'revision','',0),(873,1,'2018-01-18 20:01:01','2018-01-18 20:01:01','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:01:01','2018-01-18 20:01:01','',572,'http://www.thefrygroup.com/?p=873',0,'revision','',0),(874,1,'2018-01-18 20:02:41','2018-01-18 20:02:41','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:02:41','2018-01-18 20:02:41','',572,'http://www.thefrygroup.com/?p=874',0,'revision','',0),(875,1,'2018-01-18 20:03:20','2018-01-18 20:03:20','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:03:20','2018-01-18 20:03:20','',572,'http://www.thefrygroup.com/?p=875',0,'revision','',0),(876,1,'2018-01-18 20:03:56','2018-01-18 20:03:56','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:03:56','2018-01-18 20:03:56','',572,'http://www.thefrygroup.com/?p=876',0,'revision','',0),(877,1,'2018-01-18 20:04:23','2018-01-18 20:04:23','','The-Fry-Group-1018-group','','inherit','open','closed','','the-fry-group-1018-group','','','2018-01-18 20:04:23','2018-01-18 20:04:23','',572,'http://www.thefrygroup.com/wp-content/uploads/2018/01/The-Fry-Group-1018-group.jpg',0,'attachment','image/jpeg',0),(878,1,'2018-01-18 20:04:33','2018-01-18 20:04:33','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:04:33','2018-01-18 20:04:33','',572,'http://www.thefrygroup.com/?p=878',0,'revision','',0),(879,1,'2018-01-18 20:05:27','2018-01-18 20:05:27','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]<strong>Contact US Now</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:05:27','2018-01-18 20:05:27','',572,'http://www.thefrygroup.com/?p=879',0,'revision','',0),(880,1,'2018-01-18 20:06:10','2018-01-18 20:06:10','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]<span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:06:10','2018-01-18 20:06:10','',572,'http://www.thefrygroup.com/?p=880',0,'revision','',0),(881,1,'2018-01-18 20:06:34','2018-01-18 20:06:34','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:06:34','2018-01-18 20:06:34','',572,'http://www.thefrygroup.com/?p=881',0,'revision','',0),(882,1,'2018-01-18 20:07:34','2018-01-18 20:07:34','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:07:34','2018-01-18 20:07:34','',572,'http://www.thefrygroup.com/?p=882',0,'revision','',0),(883,1,'2018-01-18 20:08:21','2018-01-18 20:08:21','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306095025{margin-right: 100px !important;margin-left: 100px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:08:21','2018-01-18 20:08:21','',572,'http://www.thefrygroup.com/?p=883',0,'revision','',0),(884,1,'2018-01-18 20:08:59','2018-01-18 20:08:59','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306133627{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:08:59','2018-01-18 20:08:59','',572,'http://www.thefrygroup.com/?p=884',0,'revision','',0),(885,1,'2018-01-18 20:09:27','2018-01-18 20:09:27','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306133627{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"full\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:09:27','2018-01-18 20:09:27','',572,'http://www.thefrygroup.com/?p=885',0,'revision','',0),(886,1,'2018-01-18 20:09:43','2018-01-18 20:09:43','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306133627{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"medium\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:09:43','2018-01-18 20:09:43','',572,'http://www.thefrygroup.com/?p=886',0,'revision','',0),(887,1,'2018-01-18 20:09:55','2018-01-18 20:09:55','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306133627{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 30px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:09:55','2018-01-18 20:09:55','',572,'http://www.thefrygroup.com/?p=887',0,'revision','',0),(888,1,'2018-01-18 20:10:23','2018-01-18 20:10:23','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306133627{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 25px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:10:23','2018-01-18 20:10:23','',572,'http://www.thefrygroup.com/?p=888',0,'revision','',0),(889,1,'2018-01-18 20:11:30','2018-01-18 20:11:30','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306284354{margin-top: -10% !important;margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 25px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:11:30','2018-01-18 20:11:30','',572,'http://www.thefrygroup.com/?p=889',0,'revision','',0),(890,1,'2018-01-18 20:11:46','2018-01-18 20:11:46','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306301555{margin-top: 1px !important;margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 25px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:11:46','2018-01-18 20:11:46','',572,'http://www.thefrygroup.com/?p=890',0,'revision','',0),(891,1,'2018-01-18 20:24:34','2018-01-18 20:24:34','[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" css=\".vc_custom_1516305291005{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Landing-Page-Main-Image-1-1.jpg?id=855) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\" el_class=\" banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDYnIlMjAlMkYlM0UlMEElM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUzQ2JyJTIwJTJGJTNFJTNDYnIlMjAlMkYlM0UlM0NiciUyMCUyRiUzRSUwQSUzQ2JyJTIwJTJGJTNFJTNDZGl2JTIwc3R5bGUlM0QlMjJwYWRkaW5nLWJvdHRvbSUzQTE1cHglM0IlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row content_placement=\"middle\" css=\".vc_custom_1516305468843{background-color: #1e73be !important;}\"][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\">\r\n<h1><span style=\"color: #ffffff; font-size: 48px;\">ARE YOU THINKING ABOUT SELLING IN 2018?</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<div class=\"et_pb_fullwidth_header_container left\" style=\"text-align: center;\">\r\n<div class=\"header-content-container center\">\r\n<div class=\"header-content\">\r\n<div class=\"et_pb_header_content_wrapper\" style=\"font-size: 28px;\">\r\n\r\nDid you know that the first showing of your house happens before the buyer even enters your home? Is your house ready?\r\n\r\n<em><strong>PHONE THE FRY GROUP, 60 DAYS BEFORE YOU LIST.</strong></em>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"et_pb_fullwidth_header_overlay\" style=\"text-align: center;\"></div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1516306314625{margin-right: 20% !important;margin-left: 20% !important;}\"][vc_column width=\"1/2\"][vc_column_text]<strong>The Fry Group are the local experts in the Hugo, White Bear Lake, Mahtomedi, Dellwood and Lino Lakes area. They understand what it takes to get a house ready for the market so you can maximize your investment when you are ready to sell your home.</strong>\r\n\r\n<b>Don’t leave money on the table!</b> Start with the Fry Group NOW if you are thinking of selling this spring:\r\n<ul>\r\n <li>We offer a full no cost home consultation. This includes evaluation, staging and ideas to help maximize your home value</li>\r\n <li>No cost market valuations</li>\r\n <li>The Fry Group uses professional photographers who will make your house stand out when buyers are looking online</li>\r\n <li>Over 25 years of building local relationship with buyers who may be looking for your home!</li>\r\n</ul>\r\n<strong>Schedule your call today for a no cost pre-sale consultation.</strong>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"877\" img_size=\"large\" alignment=\"center\"][vc_row_inner css=\".vc_custom_1516305900316{background-color: #1e73be !important;}\"][vc_column_inner][vc_column_text]\r\n<p style=\"text-align: center;\"><span style=\"color: #ffffff; font-size: 25px;\"><strong>Contact US Now</strong></span></p>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][contact-form-7 id=\"88\"][/vc_column][/vc_row]','Facebook Campaign','','inherit','closed','closed','','572-revision-v1','','','2018-01-18 20:24:34','2018-01-18 20:24:34','',572,'http://www.thefrygroup.com/?p=891',0,'revision','',0),(892,1,'2018-01-18 20:41:46','2018-01-18 20:41:46','','image','','inherit','open','closed','','image','','','2018-01-18 20:41:46','2018-01-18 20:41:46','',755,'http://www.thefrygroup.com/wp-content/uploads/2018/01/image.png',0,'attachment','image/png',0),(893,1,'2018-01-18 20:42:02','2018-01-18 20:42:02','[vc_row][vc_column][vc_column_text]\r\n<h1>Your Property is Unique.</h1>\r\nIt deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em>\r\n\r\n<strong>We create an experience.</strong>\r\n\r\nCurrent tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.\r\n\r\nWe don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.\r\n\r\nWondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong>\r\n\r\n<em>(Insert schedule an appointment link) _ need these</em>\r\n\r\n<em>(Insert Home Value Link) _ need these</em>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\nWe are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.\r\n\r\n \r\n<ol>\r\n <li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n \r\n<ol start=\"2\">\r\n <li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n <li>Local buyers</li>\r\n <li>Relocating buyers</li>\r\n <li>Agents with buyers</li>\r\n <li>Out of state agents looking to refer buyers to your town</li>\r\n <li>Unique groups on Facebook with 1000\'s of members</li>\r\n <li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\nDon\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!\r\n\r\nFacebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h1>Our Website</h1>\r\nIt is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.\r\n\r\nThe biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.\r\n\r\nThe MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.\r\n\r\nOn www.thefrygroup.com we are free to show your home the way we envision it.\r\n\r\n[/vc_column_text][vc_single_image image=\"892\" img_size=\"full\"][vc_column_text]\r\n<h1>Professional Photography</h1>\r\nThe pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]\r\n<h1>An Instant Lead Response</h1>\r\n \r\n\r\nWe respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.\r\n\r\nThere were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.\r\n\r\nIn today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 20:42:02','2018-01-18 20:42:02','',755,'http://www.thefrygroup.com/?p=893',0,'revision','',0),(894,1,'2018-01-18 20:42:22','2018-01-18 20:42:22','<p>[vc_row][vc_column][vc_column_text]</p>\r\n<h1>Your Property is Unique.</h1>\r\n<p>It deserves to be marketed as such. We believe that no two properties are the same, each with a unique story. Our job is to tell this story and make you fall in love. We want you to fall head over heels and get swept off your feet by your own listing. Why? <em>Because then buyers will do the same.</em></p>\r\n<p><strong>We create an experience.</strong></p>\r\n<p>Current tools & technology make it quite simple to list a property for sale. By entering information into the MLS system, clicking a button, the average Real Estate Agent can automatically have their listings appear for sale online and in front of buyers.</p>\r\n<p>We don’t do average. Ever. We certainly don’t do what ‘most’ Realtors do. We push harder. We don’t just promise, we deliver. We customize everything. We create an experience.</p>\r\n<p>Wondering what this means for you? Keep reading about the <strong>TOP REASONS WHY</strong>, when you list with us, <strong>YOU WILL LOVE YOUR LISTING.</strong></p>\r\n<p><em>(Insert schedule an appointment link) _ need these</em></p>\r\n<p><em>(Insert Home Value Link) _ need these</em></p>\r\n<h1>Make Your Home Stand Out with The Fry Group and Sell for Top Dollar</h1>\r\n<h2>Here\'s How:</h2>\r\n<p>We are 100% dedicated to selling YOUR HOME for top dollar! For your house, we will create a customized marketing plan with advanced strategies that will help you sell your house for top dollar in the least amount of time.</p>\r\n<p> </p>\r\n<ol>\r\n<li>We can all agree that maximum exposure plus out of the box marketing will sell your house faster.</li>\r\n</ol>\r\n<p> </p>\r\n<ol start=\"2\">\r\n<li>We utilize our advanced strategies to <strong>market and</strong><strong>target buyers</strong> including:\r\n<ul>\r\n<li>Local buyers</li>\r\n<li>Relocating buyers</li>\r\n<li>Agents with buyers</li>\r\n<li>Out of state agents looking to refer buyers to your town</li>\r\n<li>Unique groups on Facebook with 1000\'s of members</li>\r\n<li>Real estate agent groups on Facebook</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n<h1>A Massive Facebook Campaign</h1>\r\n<p>Don\'t be fooled that any agent can put your home on their Facebook and get the results we are getting. We are currently generating <strong>50+ potential buyer inquiries</strong> per ad in just 2-3 days! Other agents, with their best efforts, may take months to capture this many inquiries!</p>\r\n<p>Facebook has become a marketing powerhouse. We will create a custom Facebook marketing campaign for your property that reaches thousands of potential buyers, plus choose only the best demographics for your area. Bottom line? We know how to turn likes into Leads!</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_single_image image=\"823\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"824\" img_size=\"large\" onclick=\"link_image\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"825\" img_size=\"large\" onclick=\"link_image\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h1>Our Website</h1>\r\n<p>It is a proven fact that consumers distrust ugly websites. Your property deserves to be showcased in all its glory! Our website earns the attention of today\'s modern, mobile buyers.</p>\r\n<p>The biggest reason we\'re able to tell your <em>Property Story</em> is because we can control the presentation of it on our website.</p>\r\n<p>The MLS, listing portals, and most broker sites all pretty much follow the same standard formatting. We\'re not given the freedom to change too much on sites we don\'t control.</p>\r\n<p>On www.thefrygroup.com we are free to show your home the way we envision it.</p>\r\n<p>[/vc_column_text][vc_single_image image=\"892\" img_size=\"large\"][vc_column_text]</p>\r\n<h1>Professional Photography</h1>\r\n<p>The pictures speak for themselves.[/vc_column_text][vc_images_carousel images=\"809,807,808,806,804,805,802,803\" img_size=\"700\" speed=\"3000\" autoplay=\"yes\" wrap=\"yes\"][vc_column_text]</p>\r\n<h1>An Instant Lead Response</h1>\r\n<p> </p>\r\n<p>We respond to every lead the second they register using a sophisticated auto SMS and email messaging system You\'ll never have to worry about a missed opportunity because we make sure that no lead falls through the cracks.</p>\r\n<p>There were two recent studies done that showed 30-50% of buyers who requested info on a home, never received a response from the agent! Of those who did receive a response, it took 2-3 days for them to hear back.</p>\r\n<p>In today\'s world, people want a response immediately or else they move on to something else![/vc_column_text][/vc_column][/vc_row]</p>\r\n','The Fry Group Seller Experience','','inherit','closed','closed','','755-revision-v1','','','2018-01-18 20:42:22','2018-01-18 20:42:22','',755,'http://www.thefrygroup.com/?p=894',0,'revision','',0),(898,1,'2018-01-19 20:35:47','2018-01-19 20:35:47','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1469296117492{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/banner-1-1.jpg?id=215) !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"Welcome to RealtySpace\" subtitle=\"Save your favourite properties or searches, stay up-to-date with alerts, and receive customized recommendations! Signing up for a RealtySpace.com login gives you access to all of the features of the website.\" action_text=\"Feedback\" show_form_shortcode=\"true\" form_shortcode=\"`{`contact-form-7 id=``523`` title=``Contact form hero`` html_class=``form form--search```}`\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1467988563098{background-color: #ffffff !important;}\"][vc_column css=\".vc_custom_1467988552700{padding-top: 0px !important;}\"][cf47rs_section_features title=\"Our mission\" subtitle=\"Our mission is to empower consumers with information to make smart decisions. RealtySpace is a real estate marketplace dedicated to helping homeowners, home buyers, sellers, renters and agents find and share information about homes, real estate and home improvement.\" side_image=\"138\" css=\".vc_custom_1467988556822{padding-top: 0px !important;}\"][cf47rs_section_features_item label=\"Save money\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-money-save\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"Good sales & marketing\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-good-sales\"]In addition, RealtySpace operates the largest real estate and rental advertising networks in the U.S. in partnership with Livemile Homes![/cf47rs_section_features_item][cf47rs_section_features_item label=\"Comfort\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-comfort\"]We are transforming the way consumers make home-related decisions and connect with professionals.[/cf47rs_section_features_item][cf47rs_section_features_item label=\"EASY TO FIND\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-easy\"]It starts with our living database of more than 110 million U.S. homes – including homes for sale, homes for rent and homes not currently on the market.[/cf47rs_section_features_item][/cf47rs_section_features][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our agents\" subtitle=\"Our agents are licensed professionals that specialise in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximise your sale price.\" data_max_items=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1466698214898{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2016/04/bg-achievement.jpg?id=136) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1466700899805{padding-top: 0px !important;padding-bottom: 0px !important;}\"][cf47rs_section_counter][cf47rs_section_counter_item count_to=\"755300\" label=\"TRANSACTIONS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-transactions\"][cf47rs_section_counter_item count_to=\"17620\" label=\"SATISFIED CUSTOMERS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-customers\"][cf47rs_section_counter_item count_to=\"790\" label=\"AGENCIES\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-agency\"][cf47rs_section_counter_item count_to=\"1528715\" label=\"SALES & RENTS\" add_icon=\"true\" icon_type=\"svg\" icon_svg=\"svg-icon svg-icon-sales\"][/cf47rs_section_counter][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"top\" el_class=\"gosubmit__bg\" css=\".vc_custom_1467033765179{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2016/06/bg-gosubmit.jpg?id=350) !important;}\"][vc_column css=\".vc_custom_1466701428997{padding-top: 0px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][cf47rs_section_cta text=\"JTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmdvc3VibWl0X190aXRsZV9fcm93JTIwZ29zdWJtaXRfX3RpdGxlX19yb3ctLWZpcnN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwTG9va2luZyUyMHRvJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS1zZWNvbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFNlbGwlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb3IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX29wdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFJlbnQlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJnb3N1Ym1pdF9fdGl0bGVfX3JvdyUyMGdvc3VibWl0X190aXRsZV9fcm93LS10aGlyZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMFlvdXIlMjBQcm9wZXJ0eSUzRiUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQ2ElMjBocmVmJTNEJTIyJTJGc3VibWl0LWEtcHJvcGVydHklMkYlMjIlMjBjbGFzcyUzRCUyMmdvc3VibWl0X19idG4lMjIlM0VTdWJtaXQlMjBub3clM0MlMkZhJTNF\" css=\".vc_custom_1466759385348{background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_partners title=\"PARTNERS\" subtitle=\"AT RS, OUR PARTNERS MAKE GREAT DIGITAL EXPERIENCES POSSIBLE BY OFFERING OUR PRODUCTS, CONSULTING EXPERTISE AND THE PRODUCTS OF OUR TECHNOLOGY PARTNERS\" data_max_items=\"10\" slides_to_show=\"5\"][/vc_column][/vc_row]','Home Feedback','','inherit','closed','closed','','324-revision-v1','','','2018-01-19 20:35:47','2018-01-19 20:35:47','',324,'http://www.thefrygroup.com/?p=898',0,'revision','',0),(906,1,'2018-01-19 20:37:10','2018-01-19 20:37:10','<p>[vc_row][vc_column][vc_column_text]</p>\r\n<h2>Our Team wants to help you find your dream home!</h2>\r\n<p>Whether you’re buying, selling or just exploring the possibilities of homeownership, you’ll want to work with a professional who can provide the most reliable market information and expert advice. Now more than ever, you need to work with a qualified REALTOR® who is skilled at networking, pricing and negotiation.</p>\r\n<p>Sign up to be added to our preferred buyers list, where you have the inside scoop to all the red hot pre-lists and more![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"88\"][/vc_column][/vc_row]</p>\r\n','Buyers','','inherit','closed','closed','','752-revision-v1','','','2018-01-19 20:37:10','2018-01-19 20:37:10','',752,'http://www.thefrygroup.com/?p=906',0,'revision','',0),(907,1,'2018-01-19 20:39:39','2018-01-19 20:39:39','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY2l0eSUzQXdoaXRlX2JlYXJfbGFrZSUyQmNvbHVtbnMlM0EzJTIyJTBBb3JkZXIlM0QlMjJjcmVhdGVfZHQlMjBkZXNjJTIyJTIwbGltaXQlM0QlMjI5JTIyJTVE[/vc_raw_html][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-19 20:39:39','2018-01-19 20:39:39','',573,'http://www.thefrygroup.com/?p=907',0,'revision','',0),(908,1,'2018-01-19 20:42:03','2018-01-19 20:42:03','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][cf47rs_section_property_group title=\"Real estates\" subtitle=\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\"][cf47rs_section_property_group_tab title=\"Recent\" data_max_items=\"6\"][cf47rs_section_property_group_tab title=\"Featured\" data_type=\"featured\" data_max_items=\"6\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-19 20:42:03','2018-01-19 20:42:03','',573,'http://www.thefrygroup.com/?p=908',0,'revision','',0),(909,1,'2018-01-19 20:45:23','2018-01-19 20:45:23','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-grid-100 .bfg-widget-disclaimer {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:45:23\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:45:23\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:45:23\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:45:23\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:45:23\"\n }\n}','','','trash','closed','closed','','5cda4497-880b-4334-b19d-5b66e7bd81fa','','','2018-01-19 20:45:23','2018-01-19 20:45:23','',0,'http://www.thefrygroup.com/?p=909',0,'customize_changeset','',0),(910,1,'2018-01-19 20:45:23','2018-01-19 20:45:23','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-grid-100 .bfg-widget-disclaimer {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-19 20:45:23','2018-01-19 20:45:23','',769,'http://www.thefrygroup.com/?p=910',0,'revision','',0),(911,1,'2018-01-19 20:46:12','2018-01-19 20:46:12','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-grid-container {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:46:07\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:46:07\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:46:07\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:46:07\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:46:07\"\n }\n}','','','trash','closed','closed','','dbd0515a-5f9f-4085-9bac-0ff4d7814b1f','','','2018-01-19 20:46:12','2018-01-19 20:46:12','',0,'http://www.thefrygroup.com/?p=911',0,'customize_changeset','',0),(912,1,'2018-01-19 20:46:12','2018-01-19 20:46:12','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-grid-container {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-19 20:46:12','2018-01-19 20:46:12','',769,'http://www.thefrygroup.com/?p=912',0,'revision','',0),(913,1,'2018-01-19 20:46:40','2018-01-19 20:46:40','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-grid-container {}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:46:40\"\n }\n}','','','trash','closed','closed','','aa66ee24-6a5f-4ff5-bb65-0ad2d5be433a','','','2018-01-19 20:46:40','2018-01-19 20:46:40','',0,'http://www.thefrygroup.com/?p=913',0,'customize_changeset','',0),(914,1,'2018-01-19 20:46:40','2018-01-19 20:46:40','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-grid-container {}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-19 20:46:40','2018-01-19 20:46:40','',769,'http://www.thefrygroup.com/?p=914',0,'revision','',0),(915,1,'2018-01-19 20:47:13','2018-01-19 20:47:13','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-19 20:47:13\"\n }\n}','','','trash','closed','closed','','ea760155-ff2c-4360-aa8c-f73ad2336327','','','2018-01-19 20:47:13','2018-01-19 20:47:13','',0,'http://www.thefrygroup.com/?p=915',0,'customize_changeset','',0),(916,1,'2018-01-19 20:47:13','2018-01-19 20:47:13','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-19 20:47:13','2018-01-19 20:47:13','',769,'http://www.thefrygroup.com/?p=916',0,'revision','',0),(917,1,'2018-01-19 20:49:53','2018-01-19 20:49:53','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-19 20:49:53','2018-01-19 20:49:53','',573,'http://www.thefrygroup.com/?p=917',0,'revision','',0),(918,1,'2018-01-19 20:51:19','2018-01-19 20:51:19','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-19 20:51:19','2018-01-19 20:51:19','',573,'http://www.thefrygroup.com/?p=918',0,'revision','',0),(919,1,'2018-01-19 20:52:52','2018-01-19 20:52:52','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-19 20:52:52','2018-01-19 20:52:52','',573,'http://www.thefrygroup.com/?p=919',0,'revision','',0),(920,1,'2018-01-20 03:28:13','2018-01-20 03:28:13','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:28:13','2018-01-20 03:28:13','',573,'http://www.thefrygroup.com/?p=920',0,'revision','',0),(921,1,'2018-01-20 03:31:18','2018-01-20 03:31:18','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n\\n#MBBv3_SearchForm {width:350px; margin:300px;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:31:18\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:30:36\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:30:36\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:30:36\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:30:36\"\n }\n}','','','trash','closed','closed','','2393a8b8-aaef-46bd-8ae2-09436e615a43','','','2018-01-20 03:31:18','2018-01-20 03:31:18','',0,'http://www.thefrygroup.com/?p=921',0,'customize_changeset','',0),(922,1,'2018-01-20 03:31:18','2018-01-20 03:31:18','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n\n#MBBv3_SearchForm {width:350px; margin:300px;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-20 03:31:18','2018-01-20 03:31:18','',769,'http://www.thefrygroup.com/?p=922',0,'revision','',0),(923,1,'2018-01-20 03:32:18','2018-01-20 03:32:18','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"The best way to find your home\"][cf47rs_search_field][cf47rs_search_field field_name=\"location\"][cf47rs_search_field field_name=\"contract_type\"][cf47rs_search_field field_name=\"property_type\"][cf47rs_search_field field_name=\"price\"][cf47rs_search_field field_name=\"bedroom\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:32:18','2018-01-20 03:32:18','',573,'http://www.thefrygroup.com/?p=923',0,'revision','',0),(924,1,'2018-01-20 03:32:36','2018-01-20 03:32:36','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:32:36\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:32:36\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:32:36\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:32:36\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-20 03:32:36\"\n }\n}','','','trash','closed','closed','','d15a4563-3b3d-4bad-9401-7297737f870b','','','2018-01-20 03:32:36','2018-01-20 03:32:36','',0,'http://www.thefrygroup.com/?p=924',0,'customize_changeset','',0),(925,1,'2018-01-20 03:32:36','2018-01-20 03:32:36','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-20 03:32:36','2018-01-20 03:32:36','',769,'http://www.thefrygroup.com/?p=925',0,'revision','',0),(928,1,'2018-01-20 03:38:18','2018-01-20 03:38:18','[mbb_widget id=\"MBBv3_ListingResults\"]','results','','publish','closed','closed','','results','','','2018-01-20 03:39:52','2018-01-20 03:39:52','',0,'http://www.thefrygroup.com/?page_id=928',0,'page','',0),(929,1,'2018-01-20 03:38:18','2018-01-20 03:38:18','[mbb_widget id=\"MBBv3_ListingResults\"]','results','','inherit','closed','closed','','928-revision-v1','','','2018-01-20 03:38:18','2018-01-20 03:38:18','',928,'http://www.thefrygroup.com/?p=929',0,'revision','',0),(931,1,'2018-01-20 03:39:52','2018-01-20 03:39:52','[mbb_widget id=\"MBBv3_ListingResults\"]','results','','inherit','closed','closed','','928-revision-v1','','','2018-01-20 03:39:52','2018-01-20 03:39:52','',928,'http://www.thefrygroup.com/?p=931',0,'revision','',0),(932,1,'2018-01-20 03:40:24','2018-01-20 03:40:24','[mbb_widget id=\"MBBv3_SearchDetails\"]','property','','publish','closed','closed','','property','','','2018-01-20 03:40:24','2018-01-20 03:40:24','',0,'http://www.thefrygroup.com/?page_id=932',0,'page','',0),(933,1,'2018-01-20 03:40:24','2018-01-20 03:40:24','[mbb_widget id=\"MBBv3_SearchDetails\"]','property','','inherit','closed','closed','','932-revision-v1','','','2018-01-20 03:40:24','2018-01-20 03:40:24','',932,'http://www.thefrygroup.com/?p=933',0,'revision','',0),(934,1,'2018-01-20 03:54:44','2018-01-20 03:54:44','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS0lMjBCRUdJTiUyMFNFQVJDSC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZm9ybSUyMCUyMG1ldGhvZCUzRCUyMnBvc3QlMjIlMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRjJ4Y29udmVyc2lvbnMuY29tJTJGZnJ5Z3JvdXAlMkZyZXN1bHRzJTJGJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwJTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjAlMjAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjAlMjAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyY29udHJvbC1sYWJlbCUyMiUzRVByb3BlcnR5JTIwTG9jYXRpb24lM0MlMkZsYWJlbCUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZHJvcGRvd24lMjBkcm9wZG93bi0tc2VsZWN0JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb24lMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIyZHJvcGRvd24lMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwY2xhc3MlM0QlMjJkcm9wZG93bi10b2dnbGUlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1idG4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBBbnklMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duLW1lbnUlMjBqcy1kcm9wZG93bi1tZW51JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19jb250ZW50JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZWdpb24tc2VsZWN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBjbGFzcyUzRCUyMmJvbnNhaSUyMHJlZ2lvbi1saXN0JTIwanMtdHJlZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl8wJTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMjMlMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJGbG9yaWRhJTIyJTIwZm9yJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzAlMjIlM0VGbG9yaWRhJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyYm9uc2FpJTIwcmVnaW9uLWxpc3QlMjBqcy10cmVlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzElMjIlMjBuYW1lJTNEJTIybG9jYXRpb24lNUIlNUQlMjIlMjBjbGFzcyUzRCUyMmluLWNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIzMSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJpbi1sYWJlbCUyMGluLWxhYmVsJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJ0b3AlMjIlMjB0aXRsZSUzRCUyMkhpYWxlYWglMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fMSUyMiUzRUhpYWxlYWglM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzIlMjIlMjBuYW1lJTNEJTIybG9jYXRpb24lNUIlNUQlMjIlMjBjbGFzcyUzRCUyMmluLWNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIzNCUyMiUyMCUyRiUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJpbi1sYWJlbCUyMGluLWxhYmVsJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJ0b3AlMjIlMjB0aXRsZSUzRCUyMkphY2tzb252aWxsZSUyMiUyMGZvciUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl8yJTIyJTNFSmFja3NvbnZpbGxlJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl8zJTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMzYlMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJLbGlydW90ZXIlMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fMyUyMiUzRUtsaXJ1b3RlciUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNCUyMiUyMG5hbWUlM0QlMjJsb2NhdGlvbiU1QiU1RCUyMiUyMGNsYXNzJTNEJTIyaW4tY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjM5JTIyJTIwJTJGJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmluLWxhYmVsJTIwaW4tbGFiZWwlMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMnRvcCUyMiUyMHRpdGxlJTNEJTIyTWlhbWklMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNCUyMiUzRU1pYW1pJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl82JTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyNDMlMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJPcmxhbmRvJTIyJTIwZm9yJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzYlMjIlM0VPcmxhbmRvJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl83JTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyNTElMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJTYWludCUyMFBldGVyc2J1cmclMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNyUyMiUzRVNhaW50JTIwUGV0ZXJzYnVyZyUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fOCUyMiUyMG5hbWUlM0QlMjJsb2NhdGlvbiU1QiU1RCUyMiUyMGNsYXNzJTNEJTIyaW4tY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjU4JTIyJTIwJTJGJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmluLWxhYmVsJTIwaW4tbGFiZWwlMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMnRvcCUyMiUyMHRpdGxlJTNEJTIyVGFtcGElMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fOCUyMiUzRVRhbXBhJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRnVsJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNSUyMiUyMG5hbWUlM0QlMjJsb2NhdGlvbiU1QiU1RCUyMiUyMGNsYXNzJTNEJTIyaW4tY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjQxJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmluLWxhYmVsJTIwaW4tbGFiZWwlMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMnRvcCUyMiUyMHRpdGxlJTNEJTIyTmV3JTIwWW9yayUyMiUyMGZvciUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl81JTIyJTNFTmV3JTIwWW9yayUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0MlMkZ1bCUzRSUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZHJvcGRvd25fX2J1dHRvbnMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJidG4tLWRlZmF1bHQlMjBidG4tLWRlZmF1bHQtLXJlc2V0JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMtcmVzZXQlMjIlM0VDbGVhciUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBjbGFzcyUzRCUyMmJ0bi0tZGVmYXVsdCUyMGpzLXNlbGVjdC1jaGVja2JveGVzLWFjY2VwdCUyMiUzRUFjY2VwdCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMCUyMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJjb250cm9sLWxhYmVsJTIyJTNFQ29udHJhY3QlMjB0eXBlJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMEElMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMEElMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duJTIwZHJvcGRvd24tLXNlbGVjdCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2NvbnRyYWN0X3R5cGUlMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIyZHJvcGRvd24lMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwY2xhc3MlM0QlMjJkcm9wZG93bi10b2dnbGUlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1idG4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBBbnklMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duLW1lbnUlMjBqcy1kcm9wZG93bi1tZW51JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19jb250ZW50JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19saXN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19idXR0b25zJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIyYnRuLS1kZWZhdWx0JTIwYnRuLS1kZWZhdWx0LS1yZXNldCUyMGpzLXNlbGVjdC1jaGVja2JveGVzLXJlc2V0JTIyJTNFQ2xlYXIlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJidG4tLWRlZmF1bHQlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1hY2NlcHQlMjIlM0VBY2NlcHQlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjAlMjAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyY29udHJvbC1sYWJlbCUyMiUzRVByb3BlcnR5JTIwdHlwZSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTBBJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93biUyMGRyb3Bkb3duLS1zZWxlY3QlMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19wcm9wZXJ0eV90eXBlJTIyJTIwZGF0YS1wbGFjZWhvbGRlciUzRCUyMkFueSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMmRyb3Bkb3duJTIyJTIwZGF0YS1wbGFjZWhvbGRlciUzRCUyMkFueSUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGNsYXNzJTNEJTIyZHJvcGRvd24tdG9nZ2xlJTIwanMtc2VsZWN0LWNoZWNrYm94ZXMtYnRuJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwQW55JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93bi1tZW51JTIwanMtZHJvcGRvd24tbWVudSUyMGpzLXNlbGVjdC1jaGVja2JveGVzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93bl9fY29udGVudCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VsJTIwY2xhc3MlM0QlMjJkcm9wZG93bl9fbGlzdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93bl9fYnV0dG9ucyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBjbGFzcyUzRCUyMmJ0bi0tZGVmYXVsdCUyMGJ0bi0tZGVmYXVsdC0tcmVzZXQlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1yZXNldCUyMiUzRUNsZWFyJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIyYnRuLS1kZWZhdWx0JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMtYWNjZXB0JTIyJTNFQWNjZXB0JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwJTIwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmNvbnRyb2wtbGFiZWwlMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fcHJpY2UlMjIlM0VQcmljZSUyMCUyOCUyNCUyOSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtX19tb2RlJTIyJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtbW9kZSUzRCUyMmlucHV0JTIyJTIwY2xhc3MlM0QlMjJmb3JtX19tb2RlLWJ0biUyMGpzLWlucHV0LW1vZGUlMjIlMjBkYXRhLXRvZ2dsZS12YWx1ZSUzRCUyMlJhbmdlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwSW5wdXQlMEElMjAlMjAlMjAlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm1fX3JhbmdlcyUyMiUzRSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19wcmljZSUyMiUyMG5hbWUlM0QlMjJwcmljZSUyMiUyMGNsYXNzJTNEJTIyanMtZm9ybS1yYW5nZSUyMGZvcm1fX3Jhbmdlcy1pbiUyMGZvcm0tY29udHJvbCUyMiUyMHZhbHVlJTNEJTIyMTAwJTNCNTAwMDAwMDAlMjIlMjAlMkYlM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm1fX2lucHV0cyUyMCUyMiUyMGRhdGEtZm9ybS1yYW5nZXMlM0UlMEElMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJGcm9tJTIyJTIwZGF0YS1mb3JtLWZpZWxkJTIwZGF0YS1maWVsZC10eXBlJTNEJTIyZnJvbSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyVG8lMjIlMjBkYXRhLWZvcm0tZmllbGQlMjBkYXRhLWZpZWxkLXR5cGUlM0QlMjJ0byUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwJTIwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmNvbnRyb2wtbGFiZWwlMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fYmVkcm9vbSUyMiUzRUJlZHJvb21zJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm1fX21vZGUlMjIlM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlM0NidXR0b24lMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwZGF0YS1tb2RlJTNEJTIyaW5wdXQlMjIlMjBjbGFzcyUzRCUyMmZvcm1fX21vZGUtYnRuJTIwanMtaW5wdXQtbW9kZSUyMiUyMGRhdGEtdG9nZ2xlLXZhbHVlJTNEJTIyUmFuZ2UlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjBJbnB1dCUwQSUyMCUyMCUyMCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybV9fcmFuZ2VzJTIyJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2JlZHJvb20lMjIlMjBuYW1lJTNEJTIyYmVkcm9vbSUyMiUyMGNsYXNzJTNEJTIyanMtZm9ybS1yYW5nZSUyMGZvcm1fX3Jhbmdlcy1pbiUyMGZvcm0tY29udHJvbCUyMiUyMHZhbHVlJTNEJTIyMSUzQjIwJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtX19pbnB1dHMlMjAlMjIlMjBkYXRhLWZvcm0tcmFuZ2VzJTNFJTBBJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyRnJvbSUyMiUyMGRhdGEtZm9ybS1maWVsZCUyMGRhdGEtZmllbGQtdHlwZSUzRCUyMmZyb20lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlRvJTIyJTIwZGF0YS1mb3JtLWZpZWxkJTIwZGF0YS1maWVsZC10eXBlJTNEJTIydG8lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycm93JTIwZm9ybV9fYnV0dG9ucyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjBjbGFzcyUzRCUyMmZvcm1fX3N1Ym1pdCUyMiUzRVNlYXJjaCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLSUyMEVORCUyMFNFQVJDSC0tJTNF[/vc_raw_html][cf47rs_section_hero title=\"The best way to find your home\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:54:44','2018-01-20 03:54:44','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(935,1,'2018-01-20 03:54:59','2018-01-20 03:54:59','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS0lMjBCRUdJTiUyMFNFQVJDSC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZm9ybSUyMCUyMG1ldGhvZCUzRCUyMnBvc3QlMjIlMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRjJ4Y29udmVyc2lvbnMuY29tJTJGZnJ5Z3JvdXAlMkZyZXN1bHRzJTJGJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwJTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjAlMjAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjAlMjAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyY29udHJvbC1sYWJlbCUyMiUzRVByb3BlcnR5JTIwTG9jYXRpb24lM0MlMkZsYWJlbCUzRSUwQSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZHJvcGRvd24lMjBkcm9wZG93bi0tc2VsZWN0JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb24lMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIyZHJvcGRvd24lMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwY2xhc3MlM0QlMjJkcm9wZG93bi10b2dnbGUlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1idG4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBBbnklMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duLW1lbnUlMjBqcy1kcm9wZG93bi1tZW51JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19jb250ZW50JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyZWdpb24tc2VsZWN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBjbGFzcyUzRCUyMmJvbnNhaSUyMHJlZ2lvbi1saXN0JTIwanMtdHJlZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl8wJTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMjMlMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJGbG9yaWRhJTIyJTIwZm9yJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzAlMjIlM0VGbG9yaWRhJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1bCUyMGNsYXNzJTNEJTIyYm9uc2FpJTIwcmVnaW9uLWxpc3QlMjBqcy10cmVlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzElMjIlMjBuYW1lJTNEJTIybG9jYXRpb24lNUIlNUQlMjIlMjBjbGFzcyUzRCUyMmluLWNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIzMSUyMiUyMCUyRiUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJpbi1sYWJlbCUyMGluLWxhYmVsJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJ0b3AlMjIlMjB0aXRsZSUzRCUyMkhpYWxlYWglMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fMSUyMiUzRUhpYWxlYWglM0MlMkZsYWJlbCUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmxpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJjaGVja2JveCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzIlMjIlMjBuYW1lJTNEJTIybG9jYXRpb24lNUIlNUQlMjIlMjBjbGFzcyUzRCUyMmluLWNoZWNrYm94JTIyJTIwdmFsdWUlM0QlMjIzNCUyMiUyMCUyRiUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJpbi1sYWJlbCUyMGluLWxhYmVsJTIyJTIwZGF0YS10b2dnbGUlM0QlMjJ0b29sdGlwJTIyJTIwZGF0YS1wbGFjZW1lbnQlM0QlMjJ0b3AlMjIlMjB0aXRsZSUzRCUyMkphY2tzb252aWxsZSUyMiUyMGZvciUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl8yJTIyJTNFSmFja3NvbnZpbGxlJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl8zJTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyMzYlMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJLbGlydW90ZXIlMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fMyUyMiUzRUtsaXJ1b3RlciUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNCUyMiUyMG5hbWUlM0QlMjJsb2NhdGlvbiU1QiU1RCUyMiUyMGNsYXNzJTNEJTIyaW4tY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjM5JTIyJTIwJTJGJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmluLWxhYmVsJTIwaW4tbGFiZWwlMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMnRvcCUyMiUyMHRpdGxlJTNEJTIyTWlhbWklMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNCUyMiUzRU1pYW1pJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl82JTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyNDMlMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJPcmxhbmRvJTIyJTIwZm9yJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2xvY2F0aW9uXzYlMjIlM0VPcmxhbmRvJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2xpJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl83JTIyJTIwbmFtZSUzRCUyMmxvY2F0aW9uJTVCJTVEJTIyJTIwY2xhc3MlM0QlMjJpbi1jaGVja2JveCUyMiUyMHZhbHVlJTNEJTIyNTElMjIlMjAlMkYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyaW4tbGFiZWwlMjBpbi1sYWJlbCUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIydG9vbHRpcCUyMiUyMGRhdGEtcGxhY2VtZW50JTNEJTIydG9wJTIyJTIwdGl0bGUlM0QlMjJTYWludCUyMFBldGVyc2J1cmclMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNyUyMiUzRVNhaW50JTIwUGV0ZXJzYnVyZyUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fOCUyMiUyMG5hbWUlM0QlMjJsb2NhdGlvbiU1QiU1RCUyMiUyMGNsYXNzJTNEJTIyaW4tY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjU4JTIyJTIwJTJGJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmluLWxhYmVsJTIwaW4tbGFiZWwlMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMnRvcCUyMiUyMHRpdGxlJTNEJTIyVGFtcGElMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fOCUyMiUzRVRhbXBhJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZsaSUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRnVsJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NsaSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmNoZWNrYm94JTIyJTIwaWQlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fbG9jYXRpb25fNSUyMiUyMG5hbWUlM0QlMjJsb2NhdGlvbiU1QiU1RCUyMiUyMGNsYXNzJTNEJTIyaW4tY2hlY2tib3glMjIlMjB2YWx1ZSUzRCUyMjQxJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmluLWxhYmVsJTIwaW4tbGFiZWwlMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMnRvb2x0aXAlMjIlMjBkYXRhLXBsYWNlbWVudCUzRCUyMnRvcCUyMiUyMHRpdGxlJTNEJTIyTmV3JTIwWW9yayUyMiUyMGZvciUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19sb2NhdGlvbl81JTIyJTNFTmV3JTIwWW9yayUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGbGklM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0MlMkZ1bCUzRSUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZHJvcGRvd25fX2J1dHRvbnMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJidG4tLWRlZmF1bHQlMjBidG4tLWRlZmF1bHQtLXJlc2V0JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMtcmVzZXQlMjIlM0VDbGVhciUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBjbGFzcyUzRCUyMmJ0bi0tZGVmYXVsdCUyMGpzLXNlbGVjdC1jaGVja2JveGVzLWFjY2VwdCUyMiUzRUFjY2VwdCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRmRpdiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMCUyMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJjb250cm9sLWxhYmVsJTIyJTNFQ29udHJhY3QlMjB0eXBlJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMEElMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMEElMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duJTIwZHJvcGRvd24tLXNlbGVjdCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2NvbnRyYWN0X3R5cGUlMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtdG9nZ2xlJTNEJTIyZHJvcGRvd24lMjIlMjBkYXRhLXBsYWNlaG9sZGVyJTNEJTIyQW55JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwY2xhc3MlM0QlMjJkcm9wZG93bi10b2dnbGUlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1idG4lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBBbnklMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZidXR0b24lM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duLW1lbnUlMjBqcy1kcm9wZG93bi1tZW51JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19jb250ZW50JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDdWwlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19saXN0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGdWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmRyb3Bkb3duX19idXR0b25zJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIyYnRuLS1kZWZhdWx0JTIwYnRuLS1kZWZhdWx0LS1yZXNldCUyMGpzLXNlbGVjdC1jaGVja2JveGVzLXJlc2V0JTIyJTNFQ2xlYXIlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NidXR0b24lMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJidG4tLWRlZmF1bHQlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1hY2NlcHQlMjIlM0VBY2NlcHQlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tZ3JvdXAlMjAlMjAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMEElMjAlMjAlM0NsYWJlbCUyMGNsYXNzJTNEJTIyY29udHJvbC1sYWJlbCUyMiUzRVByb3BlcnR5JTIwdHlwZSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTBBJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93biUyMGRyb3Bkb3duLS1zZWxlY3QlMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19wcm9wZXJ0eV90eXBlJTIyJTIwZGF0YS1wbGFjZWhvbGRlciUzRCUyMkFueSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBkYXRhLXRvZ2dsZSUzRCUyMmRyb3Bkb3duJTIyJTIwZGF0YS1wbGFjZWhvbGRlciUzRCUyMkFueSUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGNsYXNzJTNEJTIyZHJvcGRvd24tdG9nZ2xlJTIwanMtc2VsZWN0LWNoZWNrYm94ZXMtYnRuJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwQW55JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGYnV0dG9uJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93bi1tZW51JTIwanMtZHJvcGRvd24tbWVudSUyMGpzLXNlbGVjdC1jaGVja2JveGVzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93bl9fY29udGVudCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VsJTIwY2xhc3MlM0QlMjJkcm9wZG93bl9fbGlzdCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJkcm9wZG93bl9fYnV0dG9ucyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBjbGFzcyUzRCUyMmJ0bi0tZGVmYXVsdCUyMGJ0bi0tZGVmYXVsdC0tcmVzZXQlMjBqcy1zZWxlY3QtY2hlY2tib3hlcy1yZXNldCUyMiUzRUNsZWFyJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIyYnRuLS1kZWZhdWx0JTIwanMtc2VsZWN0LWNoZWNrYm94ZXMtYWNjZXB0JTIyJTNFQWNjZXB0JTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwJTIwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmNvbnRyb2wtbGFiZWwlMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fcHJpY2UlMjIlM0VQcmljZSUyMCUyOCUyNCUyOSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtX19tb2RlJTIyJTNFJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGRhdGEtbW9kZSUzRCUyMmlucHV0JTIyJTIwY2xhc3MlM0QlMjJmb3JtX19tb2RlLWJ0biUyMGpzLWlucHV0LW1vZGUlMjIlMjBkYXRhLXRvZ2dsZS12YWx1ZSUzRCUyMlJhbmdlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwSW5wdXQlMEElMjAlMjAlMjAlMjAlM0MlMkZidXR0b24lM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm1fX3JhbmdlcyUyMiUzRSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBpZCUzRCUyMmNmNDdyc19tb2R1bGVfaGVyb19wcmljZSUyMiUyMG5hbWUlM0QlMjJwcmljZSUyMiUyMGNsYXNzJTNEJTIyanMtZm9ybS1yYW5nZSUyMGZvcm1fX3Jhbmdlcy1pbiUyMGZvcm0tY29udHJvbCUyMiUyMHZhbHVlJTNEJTIyMTAwJTNCNTAwMDAwMDAlMjIlMjAlMkYlM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm1fX2lucHV0cyUyMCUyMiUyMGRhdGEtZm9ybS1yYW5nZXMlM0UlMEElMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJGcm9tJTIyJTIwZGF0YS1mb3JtLWZpZWxkJTIwZGF0YS1maWVsZC10eXBlJTNEJTIyZnJvbSUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyVG8lMjIlMjBkYXRhLWZvcm0tZmllbGQlMjBkYXRhLWZpZWxkLXR5cGUlM0QlMjJ0byUyMiUyMGNsYXNzJTNEJTIyZm9ybS1jb250cm9sJTIyJTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtLWdyb3VwJTIwJTIwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTNDbGFiZWwlMjBjbGFzcyUzRCUyMmNvbnRyb2wtbGFiZWwlMjIlMjBmb3IlM0QlMjJjZjQ3cnNfbW9kdWxlX2hlcm9fYmVkcm9vbSUyMiUzRUJlZHJvb21zJTNDJTJGbGFiZWwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm1fX21vZGUlMjIlM0UlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlM0NidXR0b24lMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwZGF0YS1tb2RlJTNEJTIyaW5wdXQlMjIlMjBjbGFzcyUzRCUyMmZvcm1fX21vZGUtYnRuJTIwanMtaW5wdXQtbW9kZSUyMiUyMGRhdGEtdG9nZ2xlLXZhbHVlJTNEJTIyUmFuZ2UlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjBJbnB1dCUwQSUyMCUyMCUyMCUyMCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybV9fcmFuZ2VzJTIyJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX2JlZHJvb20lMjIlMjBuYW1lJTNEJTIyYmVkcm9vbSUyMiUyMGNsYXNzJTNEJTIyanMtZm9ybS1yYW5nZSUyMGZvcm1fX3Jhbmdlcy1pbiUyMGZvcm0tY29udHJvbCUyMiUyMHZhbHVlJTNEJTIyMSUzQjIwJTIyJTIwJTJGJTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtX19pbnB1dHMlMjAlMjIlMjBkYXRhLWZvcm0tcmFuZ2VzJTNFJTBBJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyRnJvbSUyMiUyMGRhdGEtZm9ybS1maWVsZCUyMGRhdGEtZmllbGQtdHlwZSUzRCUyMmZyb20lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBwbGFjZWhvbGRlciUzRCUyMlRvJTIyJTIwZGF0YS1mb3JtLWZpZWxkJTIwZGF0YS1maWVsZC10eXBlJTNEJTIydG8lMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycm93JTIwZm9ybV9fYnV0dG9ucyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjBjbGFzcyUzRCUyMmZvcm1fX3N1Ym1pdCUyMiUzRVNlYXJjaCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLSUyMEVORCUyMFNFQVJDSC0tJTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:54:59','2018-01-20 03:54:59','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(936,1,'2018-01-20 03:56:28','2018-01-20 03:56:28','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:56:28','2018-01-20 03:56:28','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(937,1,'2018-01-20 03:57:31','2018-01-20 03:57:31','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:57:31','2018-01-20 03:57:31','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(938,1,'2018-01-20 03:58:05','2018-01-20 03:58:05','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:58:05','2018-01-20 03:58:05','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(939,1,'2018-01-20 03:58:26','2018-01-20 03:58:26','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:58:26','2018-01-20 03:58:26','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(940,1,'2018-01-20 03:58:51','2018-01-20 03:58:51','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_property_search title=\"test\"][/cf47rs_section_property_search][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:58:51','2018-01-20 03:58:51','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(941,1,'2018-01-20 03:59:51','2018-01-20 03:59:51','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_property_search title=\"test\"][cf47rs_search_field][/cf47rs_section_property_search][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 03:59:51','2018-01-20 03:59:51','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(942,1,'2018-01-20 04:00:36','2018-01-20 04:00:36','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:00:36','2018-01-20 04:00:36','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(943,1,'2018-01-20 04:01:31','2018-01-20 04:01:31','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:01:31','2018-01-20 04:01:31','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(944,1,'2018-01-20 04:01:50','2018-01-20 04:01:50','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_property_search title=\"k\"][/cf47rs_section_property_search][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:01:50','2018-01-20 04:01:50','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(945,1,'2018-01-20 04:02:52','2018-01-20 04:02:52','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:02:52','2018-01-20 04:02:52','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(946,1,'2018-01-20 04:03:19','2018-01-20 04:03:19','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMjAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:03:19','2018-01-20 04:03:19','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(947,1,'2018-01-20 04:03:33','2018-01-20 04:03:33','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:03:33','2018-01-20 04:03:33','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(949,1,'2018-01-20 04:12:06','2018-01-20 04:12:06','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][cf47rs_section_hero show_form_shortcode=\"true\" form_shortcode=\"`{`contact-form-7 id=``523`` title=``Contact form hero`` html_class=``form form--search```}`\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:12:06','2018-01-20 04:12:06','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(950,1,'2018-01-20 04:12:33','2018-01-20 04:12:33','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][cf47rs_section_hero][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:12:33','2018-01-20 04:12:33','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(951,1,'2018-01-20 04:13:21','2018-01-20 04:13:21','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:13:21','2018-01-20 04:13:21','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(952,1,'2018-01-20 04:16:30','2018-01-20 04:16:30','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19jYXB0aW9uJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDElMjBjbGFzcyUzRCUyMmJhbm5lcl9fdGl0bGUlMjIlM0VXZWxjb21lJTIwdG8lMjBSZWFsdHlTcGFjZSUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc3VidGl0bGUlMjIlM0VTYXZlJTIweW91ciUyMGZhdm91cml0ZSUyMHByb3BlcnRpZXMlMjBvciUyMHNlYXJjaGVzJTJDJTIwc3RheSUyMHVwLXRvLWRhdGUlMjB3aXRoJTIwYWxlcnRzJTJDJTIwYW5kJTIwcmVjZWl2ZSUyMGN1c3RvbWl6ZWQlMjByZWNvbW1lbmRhdGlvbnMlMjElMjBTaWduaW5nJTIwdXAlMjBmb3IlMjBhJTIwUmVhbHR5U3BhY2UuY29tJTIwbG9naW4lMjBnaXZlcyUyMHlvdSUyMGFjY2VzcyUyMHRvJTIwYWxsJTIwb2YlMjB0aGUlMjBmZWF0dXJlcyUyMG9mJTIwdGhlJTIwd2Vic2l0ZS4lM0MlMkZoMyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMmJhbm5lcl9fYnRuJTIwJTIyJTNFRmVlZGJhY2slM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWNpcmNsZSUyMiUzRSVFMiU4MCVBMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdy1lbmQlMjBqcy1hcnJvdy1lbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1c2UlMjB4bGluayUzQWhyZWYlM0QlMjIlMjNpY29uLWFycm93LWVuZCUyMiUzRSUzQyUyRnVzZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyanMtYmFubmVyLWxpbmUlMjIlMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMGVuYWJsZS1iYWNrZ3JvdW5kJTNEJTIybmV3JTIwMCUyMDAlMjA3NzQlMjAyODQlMjIlMjB4bWwlM0FzcGFjZSUzRCUyMnByZXNlcnZlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcGF0aCUyMGZpbGwlM0QlMjJub25lJTIyJTIwc3Ryb2tlLXdpZHRoJTNEJTIyMiUyMiUyMHN0cm9rZS1taXRlcmxpbWl0JTNEJTIyMTAlMjIlMjBzdHJva2UtZGFzaGFycmF5JTNEJTIyMCUyQzIwMDQuMDA5JTIyJTIwZCUzRCUyMk0yMjAuNiUyQzIzOS42JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYy0zLjYtMTUuNS0xNy41LTI3LjEtMzQuMS0yNy4xaC0xNTBjLTE5LjMlMkMwLTM1JTJDMTUuNy0zNSUyQzM1YzAlMkMxOS4zJTJDMTUuNyUyQzM1JTJDMzUlMkMzNWMwJTJDMCUyQzg4JTJDMCUyQzE1MCUyQzBjMTY5JTJDMCUyQzI0NC45LTcuNSUyQzI5MS0xOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGM0MS4zLTEwLjIlMkMxMTQuMS0zMy43JTJDMTE4LTgzYzQuMi01My41LTU5LjQtNjcuNS0xMDItNTRjLTQ3LjIlMkMxNS01Mi4zJTJDNzguMiUyQzElMkM5MGM1OC4xJTJDMTIuOSUyQzE2OS42LTUzLjYlMkMyNzQuNy0yMTAlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzdmclM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBzdHlsZSUzRCUyMmZsb2F0JTNBcmlnaHQlM0JtYXJnaW4lM0ExMCUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:16:30','2018-01-20 04:16:30','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(953,1,'2018-01-20 04:17:04','2018-01-20 04:17:04','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2NhcHRpb24lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMSUyMGNsYXNzJTNEJTIyYmFubmVyX190aXRsZSUyMiUzRVdlbGNvbWUlMjB0byUyMFJlYWx0eVNwYWNlJTNDJTJGaDElM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIyYmFubmVyX19zdWJ0aXRsZSUyMiUzRVNhdmUlMjB5b3VyJTIwZmF2b3VyaXRlJTIwcHJvcGVydGllcyUyMG9yJTIwc2VhcmNoZXMlMkMlMjBzdGF5JTIwdXAtdG8tZGF0ZSUyMHdpdGglMjBhbGVydHMlMkMlMjBhbmQlMjByZWNlaXZlJTIwY3VzdG9taXplZCUyMHJlY29tbWVuZGF0aW9ucyUyMSUyMFNpZ25pbmclMjB1cCUyMGZvciUyMGElMjBSZWFsdHlTcGFjZS5jb20lMjBsb2dpbiUyMGdpdmVzJTIweW91JTIwYWNjZXNzJTIwdG8lMjBhbGwlMjBvZiUyMHRoZSUyMGZlYXR1cmVzJTIwb2YlMjB0aGUlMjB3ZWJzaXRlLiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYmFubmVyX19idG4lMjAlMjIlM0VGZWVkYmFjayUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fYXJyb3ctY2lyY2xlJTIyJTNFJUUyJTgwJUEyJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUzQ2RpdiUyMHN0eWxlJTNEJTIyZmxvYXQlM0FyaWdodCUzQm1hcmdpbiUzQTEwJTI1JTNCJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:17:04','2018-01-20 04:17:04','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(954,1,'2018-01-20 04:17:20','2018-01-20 04:17:20','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:17:20','2018-01-20 04:17:20','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(955,1,'2018-01-20 04:18:17','2018-01-20 04:18:17','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2NhcHRpb24lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMSUyMGNsYXNzJTNEJTIyYmFubmVyX190aXRsZSUyMiUzRVdlbGNvbWUlMjB0byUyMFJlYWx0eVNwYWNlJTNDJTJGaDElM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIyYmFubmVyX19zdWJ0aXRsZSUyMiUzRVNhdmUlMjB5b3VyJTIwZmF2b3VyaXRlJTIwcHJvcGVydGllcyUyMG9yJTIwc2VhcmNoZXMlMkMlMjBzdGF5JTIwdXAtdG8tZGF0ZSUyMHdpdGglMjBhbGVydHMlMkMlMjBhbmQlMjByZWNlaXZlJTIwY3VzdG9taXplZCUyMHJlY29tbWVuZGF0aW9ucyUyMSUyMFNpZ25pbmclMjB1cCUyMGZvciUyMGElMjBSZWFsdHlTcGFjZS5jb20lMjBsb2dpbiUyMGdpdmVzJTIweW91JTIwYWNjZXNzJTIwdG8lMjBhbGwlMjBvZiUyMHRoZSUyMGZlYXR1cmVzJTIwb2YlMjB0aGUlMjB3ZWJzaXRlLiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYmFubmVyX19idG4lMjAlMjIlM0VGZWVkYmFjayUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fYXJyb3ctY2lyY2xlJTIyJTNFJUUyJTgwJUEyJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:18:17','2018-01-20 04:18:17','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(956,1,'2018-01-20 04:18:32','2018-01-20 04:18:32','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2NhcHRpb24lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMSUyMGNsYXNzJTNEJTIyYmFubmVyX190aXRsZSUyMiUzRVdlbGNvbWUlMjB0byUyMFJlYWx0eVNwYWNlJTNDJTJGaDElM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIyYmFubmVyX19zdWJ0aXRsZSUyMiUzRVNhdmUlMjB5b3VyJTIwZmF2b3VyaXRlJTIwcHJvcGVydGllcyUyMG9yJTIwc2VhcmNoZXMlMkMlMjBzdGF5JTIwdXAtdG8tZGF0ZSUyMHdpdGglMjBhbGVydHMlMkMlMjBhbmQlMjByZWNlaXZlJTIwY3VzdG9taXplZCUyMHJlY29tbWVuZGF0aW9ucyUyMSUyMFNpZ25pbmclMjB1cCUyMGZvciUyMGElMjBSZWFsdHlTcGFjZS5jb20lMjBsb2dpbiUyMGdpdmVzJTIweW91JTIwYWNjZXNzJTIwdG8lMjBhbGwlMjBvZiUyMHRoZSUyMGZlYXR1cmVzJTIwb2YlMjB0aGUlMjB3ZWJzaXRlLiUzQyUyRmgzJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYmFubmVyX19idG4lMjAlMjIlM0VGZWVkYmFjayUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fYXJyb3ctY2lyY2xlJTIyJTNFJUUyJTgwJUEyJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_raw_html]JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:18:32','2018-01-20 04:18:32','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(957,1,'2018-01-20 04:19:08','2018-01-20 04:19:08','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:19:08','2018-01-20 04:19:08','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(958,1,'2018-01-20 04:23:36','2018-01-20 04:23:36','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIyYmFubmVyX19idG4lMjAlMjIlM0VGZWVkYmFjayUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fYXJyb3ctY2lyY2xlJTIyJTNFJUUyJTgwJUEyJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUyMCUyMA==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:23:36','2018-01-20 04:23:36','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(959,1,'2018-01-20 04:24:44','2018-01-20 04:24:44','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBMTAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:24:44','2018-01-20 04:24:44','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(961,1,'2018-01-20 04:27:11','2018-01-20 04:27:11','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWF4LXdpZHRoJTNBMjAwcHglM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:27:11','2018-01-20 04:27:11','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(962,1,'2018-01-20 04:27:45','2018-01-20 04:27:45','<p>[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]</p>\r\n','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-20 04:27:45','2018-01-20 04:27:45','',573,'http://www.thefrygroup.com/573-revision-v1/',0,'revision','',0),(963,1,'2018-01-26 20:41:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-01-26 20:41:12','0000-00-00 00:00:00','',0,'http://www.thefrygroup.com/?p=963',0,'post','',0),(964,1,'2018-01-26 20:50:05','2018-01-26 20:50:05','<p>[vc_row][vc_column][vc_column_text]</p>\n<h2>Our Team wants to help you find your dream home!</h2>\n<p>Whether you’re buying, selling or just exploring the possibilities of homeownership, you’ll want to work with a professional who can provide the most reliable market information and expert advice. Now more than ever, you need to work with a qualified REALTOR® who is skilled at networking, pricing and negotiation.</p>\n<p>Sign up to be added to our preferred buyers list, where you have the inside scoop to all the red hot pre-lists and more![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"88\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html el_id=\"findhomevalue\"]JTNDc2VjdGlvbiUyMGlkJTNEJTIycGVuLXRpdGxlJTIyJTNFJTBBJTIwJTIwJTNDaDIlM0UlMjhsY2YlMjMxJTI5JTIwMS1TdGVwJTIwJTIyR2V0JTIwYSUyMEhvbWUlMjBWYWx1YXRpb24lMjIlMjBGb3JtJTNDJTJGaDIlM0UlMEElMjAlMjAlM0NwJTNFVGhpcyUyMGV4YW1wbGUlMjBvZmZlcnMlMjBhJTIwRnJlZSUyMEhvbWUlMjB2YWx1YXRpb24uJTIwVGhlJTIwYWRkcmVzcyUyMGZpZWxkJTIwdXNlcyUyMHRoZSUyMEdvb2dsZSUyME1hcCUyMEFQSSUyMGZvciUyMGFkZHJlc3MlMjBsb29rdXAuJTIwQSUyMGxlYWQlMjBpcyUyMGNhcHR1cmVkJTIwYW5kJTIwdGFzayUyMGNyZWF0ZWQlMjBmb3IlMjBBZ2VudC4lM0MlMkZwJTNFJTBBJTNDJTJGc2VjdGlvbiUzRSUwQSUwQSUyMCUyMCUwQSUzQyUyMS0tQkVHSU4lMjBDT0RFJTIwVE8lMjBDT1BZLS0lM0UlMjAlMjAlMEElM0NkaXYlMjBpZCUzRCUyMk1CQnYzRm9ybSUyMiUzRSUwQSUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWdyaWQtY29udGFpbmVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tZm9ybS13cmFwcGVyJTIwY2xlYXJmaXglMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NoMSUzRVdoYXQlMjBJcyUyMFlvdXIlMjBIb21lJTIwV29ydGglM0YlM0MlMkZoMSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0VHZXQlMjBZb3VyJTIwRlJFRSUyMEhvbWUlMjBNYXJrZXQlMjBBbmFseXNpcyUyMFJlcG9ydCUyME5vdyUyMSUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUdpdmUlMjB5b3VyJTIwZm9ybSUyMGFuJTIwaWQlM0QlMjAtJTIwdGhpcyUyMGlzJTIwdXNlZCUyMGluJTIwdGhlJTIwb25zdWJtaXQlMjBidXR0b24tLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjBpZCUzRCUyMmZvcm0tMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tVGhpcyUyMHZhbHVlJTIwd2lsbCUyMGJlJTIwdXNlZCUyMGFzJTIwdGhlJTIwdGl0bGUlMjBmb3IlMjB0aGUlMjBpbnF1aXJ5JTIwaW4lMjB0aGUlMjBMQUMtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtX25tJTIyJTIwdmFsdWUlM0QlMjJDTUElMjBSZXF1ZXN0JTIwQ3VzdG9tJTIwRm9ybSUyMDElMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUNob29zZSUyMHRvJTIwc2VuZCUyMGElMjB3ZWxjb21lJTIwZW1haWwlMjBvciUyMG5vdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMndlbGNvbWVfZW1haWwlMjIlMjB2YWx1ZSUzRCUyMmZhbHNlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1BdHRhY2glMjBhJTIwY2FtcGFpZ24lMjBmb3IlMjBhJTIwbmV3JTIwbGVhZC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmNhbXBhaWduJTIyJTIwdmFsdWUlM0QlMjI1MDI4JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1BdHRhY2glMjBhJTIwY2FtcGFpZ24lMjBmb3IlMjBhbiUyMGV4aXN0aW5nJTIwbGVhZC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmNhbXBhaWduX2V4aXN0aW5nJTIyJTIwdmFsdWUlM0QlMjI1MDI5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBoaWRkZW4lMjBjb250cm9scy0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMGFkZHJlc3MlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBpZCUzRCUyMnByb3BlcnR5QWRkcmVzcyUyMiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LWZpZWxkJTIwYmlnLWlucHV0JTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyYWRkcmVzcyUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyJTJBUHJvcGVydHklMjBBZGRyZXNzJTIyJTIwZGF0YS1yZXF1aXJlZCUzRCUyMnRydWUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUVuZCUyMGFkZHJlc3MlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMG5hbWUlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC01MCUyMGJmZy10YWJsZXQtZ3JpZC01MCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJuYW1lJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjIlMkFOYW1lJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwbmFtZSUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwcGhvbmUlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC01MCUyMGJmZy10YWJsZXQtZ3JpZC01MCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjBOdW1iZXIlMjIlMjB2YWx1ZSUzRCUyMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwcGhvbmUlMjBJbnB1dC0tJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMGVtYWlsJTIwSW5wdXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWdyaWQtMTAwJTIwYmZnLXRhYmxldC1ncmlkLTEwMCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyJTJBRW1haWwlMjBBZGRyZXNzJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUyMHJlcXVpcmVkJTNEJTIyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBlbWFpbCUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwQ0FQQ0hBJTIwSW5wdXQlMjAlMjhvcHRpb25hbCUyOS0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctY2VudGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cubWJiMi5jb20lMkZjYXB0Y2hhJTJGaW1hZ2UlMkZtYmIlMkZtRVZlQ0RndiUyRmNhcHRjaGEucG5nJTIyJTIwdGl0bGUlM0QlMjJMZWFkJTIwQ2FwdHVyZSUyMEZvcm1zJTIyJTIwYWx0JTNEJTIyY2FwdGNoYSUyMExlYWQlMjBDYXB0dXJlJTIwRm9ybXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmNhcHRjaGFfaW5wdXQlMjIlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1maWVsZCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyVmVyaWZ5JTIwQ29kZSUyMiUyMHZhbHVlJTNEJTIyJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEyMHB4JTNCbWFyZ2luLWxlZnQlM0ExNXB4JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwcGhvbmUlMjBJbnB1dC0tJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMFN1Ym1pdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMGJmZy1jZW50ZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUFkanVzdCUyMHRoZXNlJTIwc2V0dGluZ3MlMjB0byUyMGdvJTIwdG8lMjB5b3VyJTIwJTIyVGhhbmt5b3UlMjIlMjBwYWdlLS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMGNsYXNzJTNEJTIyYmZnLWJ0biUyMGJ0bi1sZyUyMiUyMG5hbWUlM0QlMjJzdWJtaXQlMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwb25jbGljayUzRCUyMk1CQl9MZWFkQ2FwdHVyZUZvcm0lMjglMjdmb3JtLTElMjclMkMlMjclMkZ0aGFua3MlMkYlMjclMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUyMHZhbHVlJTNEJTIyR2V0JTIwUmVwb3J0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBzdWJtaXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row]</p>\n','Buyers','','inherit','closed','closed','','752-autosave-v1','','','2018-01-26 20:50:05','2018-01-26 20:50:05','',752,'http://www.thefrygroup.com/?p=964',0,'revision','',0),(965,1,'2018-01-26 20:51:02','2018-01-26 20:51:02','[vc_row][vc_column][vc_column_text]\r\n<h2>Our Team wants to help you find your dream home!</h2>\r\nWhether you’re buying, selling or just exploring the possibilities of homeownership, you’ll want to work with a professional who can provide the most reliable market information and expert advice. Now more than ever, you need to work with a qualified REALTOR® who is skilled at networking, pricing and negotiation.\r\n\r\nSign up to be added to our preferred buyers list, where you have the inside scoop to all the red hot pre-lists and more![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"88\"][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html el_id=\"findhomevalue\"]JTNDc3R5bGUlM0UlMEElMEElMjNNQkJ2M0Zvcm0lMjAuZm9ybS10aXRsZSUyMCU3QiUwQSUwOWZvbnQtZmFtaWx5JTNBJTIwJTIyT3BlbiUyMFNhbnMlMjIlMkMlMjBBcmlhbCUzQiUwQSUwOXRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMDltYXJnaW4lM0ElMjAwJTIwYXV0byUyMDI1cHglM0IlMEElMDlsaW5lLWhlaWdodCUzQSUyMDEuNmVtJTNCJTBBJTdEJTBBJTBBJTJGJTJBJTIwbWFrZSUyMHRoZSUyMGlucHV0cyUyMGxhcmdlciUyMHRoYW4lMjBub3JtYWwlMjAlMkElMkYlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTIwJTdCJTBBJTA5Zm9udC1zaXplJTNBJTIwMTZweCUzQiUwQSUwOWhlaWdodCUzQSUyMGF1dG8lM0IlMEElN0QlMEElMEElMkYlMkElMjBtYWtlJTIwdGhlJTIwYWRkcmVzcyUyMGlucHV0JTIwbGFyZ2VyJTIwJTIwJTJBJTJGJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJmZy1pbnB1dC1maWVsZC5iaWctaW5wdXQlMjAlN0IlMEElMDlmb250LXNpemUlM0ElMjAxLjRlbSUzQiUwQSU3RCUwQSUwQSUyRiUyQSUyMG1ha2UlMjB0aGUlMjBidXR0b24lMjBsYXJnZXIlMjB0aGFuJTIwbm9ybWFsJTIwJTJBJTJGJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJ0bi1sZyUyMCU3QiUwQSUwOWZvbnQtc2l6ZSUzQSUyMDEuNGVtJTNCJTBBJTdEJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmN1c3RvbS1mb3JtLXdyYXBwZXIlMjAlN0IlMEElMDltYXgtd2lkdGglM0ElMjA4NTBweCUzQiUwQSUwOW1hcmdpbiUzQSUyMDAlMjBhdXRvJTNCJTBBJTA5cGFkZGluZyUzQSUyMDIwcHglMjA3NXB4JTIwNDBweCUzQiUwQSUwOWJvcmRlci1yYWRpdXMlM0ElMjAycHglM0IlMEElMDlib3JkZXItY29sb3IlM0ElMjAlMjNkZGRkZGQlM0IlMEElMDlib3JkZXItd2lkdGglM0ElMjAxcHglM0IlMEElMDlib3JkZXItc3R5bGUlM0ElMjBzb2xpZCUzQiUwQSUwOWJhY2tncm91bmQlM0ElMjByZ2JhJTI4MjU1JTJDJTIwMjU1JTJDJTIwMjU1JTJDJTIwMC4yJTI5JTNCJTBBJTdEJTBBJTBBJTJGJTJBJTIwYWRqdXN0JTIwdGhlJTIwY29sb3IlMjBvZiUyMHRoZSUyMHBsYWNlaG9sZGVyLiUyMFRoZXNlJTIwbXVzdCUyMGFsbCUyMGJlJTIwc2VwYXJhdGUlMjBydWxlcyUyMCUyQSUyRiUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0ElM0Etd2Via2l0LWlucHV0LXBsYWNlaG9sZGVyJTIwJTdCJTBBJTA5JTJGJTJBJTIwV2ViS2l0JTJDJTIwQmxpbmslMkMlMjBFZGdlJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElN0QlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTNBLW1vei1wbGFjZWhvbGRlciUyMCU3QiUwQSUwOSUyRiUyQSUyME1vemlsbGElMjBGaXJlZm94JTIwNCUyMHRvJTIwMTglMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSUwOW9wYWNpdHklM0ElMjAxJTNCJTBBJTdEJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJmZy1pbnB1dC1maWVsZCUzQSUzQS1tb3otcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNb3ppbGxhJTIwRmlyZWZveCUyMDE5JTJCJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElMDlvcGFjaXR5JTNBJTIwMSUzQiUwQSU3RCUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0EtbXMtaW5wdXQtcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBJbnRlcm5ldCUyMEV4cGxvcmVyJTIwMTAtMTElMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSU3RCUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0ElM0EtbXMtaW5wdXQtcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNaWNyb3NvZnQlMjBFZGdlJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElN0QlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTNBJTNBcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNb3N0JTIwbW9kZXJuJTIwYnJvd3NlcnMlMjBzdXBwb3J0JTIwdGhpcyUyMG5vdy4lMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSU3RCUwQSU0MG1lZGlhJTIwc2NyZWVuJTIwYW5kJTIwJTI4bWF4LXdpZHRoJTNBJTIwNzcwcHglMjklN0IlMjAlMjAlMkYlMkElMjBhZGp1c3QlMjB3cmFwcGVyJTIwbGF5b3V0JTIwZm9yJTIwbW9iaWxlJTIwZGV2aWNlcyUyMCUyQSUyRiUwQSUwOSUyMCUyM01CQnYzRm9ybSUyMC5jdXN0b20tZm9ybS13cmFwcGVyJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTA5cGFkZGluZyUzQSUyMDAlMjA1cHglMjAyMHB4JTNCJTBBJTA5JTIwJTdEJTBBJTdEJTBBJTNDJTJGc3R5bGUlM0UlMEElMEElM0NzZWN0aW9uJTIwaWQlM0QlMjJwZW4tdGl0bGUlMjIlM0UlMEElMjAlMjAlM0NoMiUzRSUyOGxjZiUyMzElMjklMjAxLVN0ZXAlMjAlMjJHZXQlMjBhJTIwSG9tZSUyMFZhbHVhdGlvbiUyMiUyMEZvcm0lM0MlMkZoMiUzRSUwQSUyMCUyMCUzQ3AlM0VUaGlzJTIwZXhhbXBsZSUyMG9mZmVycyUyMGElMjBGcmVlJTIwSG9tZSUyMHZhbHVhdGlvbi4lMjBUaGUlMjBhZGRyZXNzJTIwZmllbGQlMjB1c2VzJTIwdGhlJTIwR29vZ2xlJTIwTWFwJTIwQVBJJTIwZm9yJTIwYWRkcmVzcyUyMGxvb2t1cC4lMjBBJTIwbGVhZCUyMGlzJTIwY2FwdHVyZWQlMjBhbmQlMjB0YXNrJTIwY3JlYXRlZCUyMGZvciUyMEFnZW50LiUzQyUyRnAlM0UlMEElM0MlMkZzZWN0aW9uJTNFJTBBJTBBJTIwJTIwJTBBJTNDJTIxLS1CRUdJTiUyMENPREUlMjBUTyUyMENPUFktLSUzRSUyMCUyMCUwQSUzQ2RpdiUyMGlkJTNEJTIyTUJCdjNGb3JtJTIyJTNFJTBBJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC1jb250YWluZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmN1c3RvbS1mb3JtLXdyYXBwZXIlMjBjbGVhcmZpeCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS10aXRsZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gxJTNFV2hhdCUyMElzJTIwWW91ciUyMEhvbWUlMjBXb3J0aCUzRiUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDcCUzRUdldCUyMFlvdXIlMjBGUkVFJTIwSG9tZSUyME1hcmtldCUyMEFuYWx5c2lzJTIwUmVwb3J0JTIwTm93JTIxJTNDJTJGcCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tR2l2ZSUyMHlvdXIlMjBmb3JtJTIwYW4lMjBpZCUzRCUyMC0lMjB0aGlzJTIwaXMlMjB1c2VkJTIwaW4lMjB0aGUlMjBvbnN1Ym1pdCUyMGJ1dHRvbi0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDZm9ybSUyMGlkJTNEJTIyZm9ybS0xJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1UaGlzJTIwdmFsdWUlMjB3aWxsJTIwYmUlMjB1c2VkJTIwYXMlMjB0aGUlMjB0aXRsZSUyMGZvciUyMHRoZSUyMGlucXVpcnklMjBpbiUyMHRoZSUyMExBQy0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmZvcm1fbm0lMjIlMjB2YWx1ZSUzRCUyMkNNQSUyMFJlcXVlc3QlMjBDdXN0b20lMjBGb3JtJTIwMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tQ2hvb3NlJTIwdG8lMjBzZW5kJTIwYSUyMHdlbGNvbWUlMjBlbWFpbCUyMG9yJTIwbm90LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyd2VsY29tZV9lbWFpbCUyMiUyMHZhbHVlJTNEJTIyZmFsc2UlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUF0dGFjaCUyMGElMjBjYW1wYWlnbiUyMGZvciUyMGElMjBuZXclMjBsZWFkLS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyY2FtcGFpZ24lMjIlMjB2YWx1ZSUzRCUyMjUwMjglMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUF0dGFjaCUyMGElMjBjYW1wYWlnbiUyMGZvciUyMGFuJTIwZXhpc3RpbmclMjBsZWFkLS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJoaWRkZW4lMjIlMjBuYW1lJTNEJTIyY2FtcGFpZ25fZXhpc3RpbmclMjIlMjB2YWx1ZSUzRCUyMjUwMjklMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUVuZCUyMGhpZGRlbiUyMGNvbnRyb2xzLS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwYWRkcmVzcyUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1ncmlkLTEwMCUyMGJmZy10YWJsZXQtZ3JpZC0xMDAlMjBiZmctbW9iaWxlLWdyaWQtMTAwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtd3JhcCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LWl0ZW0lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMGlkJTNEJTIycHJvcGVydHlBZGRyZXNzJTIyJTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjBiaWctaW5wdXQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJhZGRyZXNzJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjIlMkFQcm9wZXJ0eSUyMEFkZHJlc3MlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwYWRkcmVzcyUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwbmFtZSUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1ncmlkLTUwJTIwYmZnLXRhYmxldC1ncmlkLTUwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1maWVsZCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMm5hbWUlMjIlMjBwbGFjZWhvbGRlciUzRCUyMiUyQU5hbWUlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMGRhdGEtcmVxdWlyZWQlM0QlMjJ0cnVlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBuYW1lJTIwSW5wdXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tU3RhcnQlMjBwaG9uZSUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1ncmlkLTUwJTIwYmZnLXRhYmxldC1ncmlkLTUwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1maWVsZCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMnBob25lJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJQaG9uZSUyME51bWJlciUyMiUyMHZhbHVlJTNEJTIyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBwaG9uZSUyMElucHV0LS0lM0UlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwZW1haWwlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1maWVsZCUyMiUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmVtYWlsJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjIlMkFFbWFpbCUyMEFkZHJlc3MlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMGRhdGEtcmVxdWlyZWQlM0QlMjJ0cnVlJTIyJTIwcmVxdWlyZWQlM0QlMjIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUVuZCUyMGVtYWlsJTIwSW5wdXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tU3RhcnQlMjBDQVBDSEElMjBJbnB1dCUyMCUyOG9wdGlvbmFsJTI5LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1ncmlkLTEwMCUyMGJmZy10YWJsZXQtZ3JpZC0xMDAlMjBiZmctbW9iaWxlLWdyaWQtMTAwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtd3JhcCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LWl0ZW0lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1jZW50ZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy5tYmIyLmNvbSUyRmNhcHRjaGElMkZpbWFnZSUyRm1iYiUyRm1FVmVDRGd2JTJGY2FwdGNoYS5wbmclMjIlMjB0aXRsZSUzRCUyMkxlYWQlMjBDYXB0dXJlJTIwRm9ybXMlMjIlMjBhbHQlM0QlMjJjYXB0Y2hhJTIwTGVhZCUyMENhcHR1cmUlMjBGb3JtcyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyY2FwdGNoYV9pbnB1dCUyMiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LWZpZWxkJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjJWZXJpZnklMjBDb2RlJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBzdHlsZSUzRCUyMndpZHRoJTNBMTIwcHglM0JtYXJnaW4tbGVmdCUzQTE1cHglM0JkaXNwbGF5JTNBaW5saW5lLWJsb2NrJTNCJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBwaG9uZSUyMElucHV0LS0lM0UlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwU3VibWl0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1ncmlkLTEwMCUyMGJmZy10YWJsZXQtZ3JpZC0xMDAlMjBiZmctbW9iaWxlLWdyaWQtMTAwJTIwYmZnLWNlbnRlciUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tQWRqdXN0JTIwdGhlc2UlMjBzZXR0aW5ncyUyMHRvJTIwZ28lMjB0byUyMHlvdXIlMjAlMjJUaGFua3lvdSUyMiUyMHBhZ2UtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctYnRuJTIwYnRuLWxnJTIyJTIwbmFtZSUzRCUyMnN1Ym1pdCUyMiUyMHR5cGUlM0QlMjJidXR0b24lMjIlMjBvbmNsaWNrJTNEJTIyTUJCX0xlYWRDYXB0dXJlRm9ybSUyOCUyN2Zvcm0tMSUyNyUyQyUyNyUyRnRoYW5rcyUyRiUyNyUyOSUzQnJldHVybiUyMGZhbHNlJTNCJTIyJTIwdmFsdWUlM0QlMjJHZXQlMjBSZXBvcnQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUVuZCUyMHN1Ym1pdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZm9ybSUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUwQSUzQ3NjcmlwdCUzRSUwQWZ1bmN0aW9uJTIwaW5pdGlhbGl6ZSUyOCUyOSUyMCU3QiUwQSUyMCUyMHZhciUyMGlucHV0JTIwJTNEJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjglMjdwcm9wZXJ0eUFkZHJlc3MlMjclMjklM0IlMEElMjAlMjB2YXIlMjBhdXRvY29tcGxldGUlMjAlM0QlMjBuZXclMjBnb29nbGUubWFwcy5wbGFjZXMuQXV0b2NvbXBsZXRlJTI4aW5wdXQlMjklM0IlMEElN0QlMEFqUXVlcnklMjhkb2N1bWVudCUyOS5vbiUyOCUyMm1iYi13aWRnZXRzLWxvYWRlZCUyMiUyQ2Z1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwaW5pdGlhbGl6ZSUyOCUyOSUzQiUwQSU3RCUyOSUzQiUwQSUzQyUyRnNjcmlwdCUzRQ==[/vc_raw_html][/vc_column][/vc_row]','Buyers','','inherit','closed','closed','','752-revision-v1','','','2018-01-26 20:51:02','2018-01-26 20:51:02','',752,'http://www.thefrygroup.com/?p=965',0,'revision','',0),(966,1,'2018-01-26 20:52:06','2018-01-26 20:52:06','[vc_row][vc_column][vc_column_text]\r\n<h2>Our Team wants to help you find your dream home!</h2>\r\nWhether you’re buying, selling or just exploring the possibilities of homeownership, you’ll want to work with a professional who can provide the most reliable market information and expert advice. Now more than ever, you need to work with a qualified REALTOR® who is skilled at networking, pricing and negotiation.\r\n\r\nSign up to be added to our preferred buyers list, where you have the inside scoop to all the red hot pre-lists and more![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html el_id=\"findhomevalue\"]JTNDc3R5bGUlM0UlMEElMEElMjNNQkJ2M0Zvcm0lMjAuZm9ybS10aXRsZSUyMCU3QiUwQSUwOWZvbnQtZmFtaWx5JTNBJTIwJTIyT3BlbiUyMFNhbnMlMjIlMkMlMjBBcmlhbCUzQiUwQSUwOXRleHQtYWxpZ24lM0ElMjBjZW50ZXIlM0IlMEElMDltYXJnaW4lM0ElMjAwJTIwYXV0byUyMDI1cHglM0IlMEElMDlsaW5lLWhlaWdodCUzQSUyMDEuNmVtJTNCJTBBJTdEJTBBJTBBJTJGJTJBJTIwbWFrZSUyMHRoZSUyMGlucHV0cyUyMGxhcmdlciUyMHRoYW4lMjBub3JtYWwlMjAlMkElMkYlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTIwJTdCJTBBJTA5Zm9udC1zaXplJTNBJTIwMTZweCUzQiUwQSUwOWhlaWdodCUzQSUyMGF1dG8lM0IlMEElN0QlMEElMEElMkYlMkElMjBtYWtlJTIwdGhlJTIwYWRkcmVzcyUyMGlucHV0JTIwbGFyZ2VyJTIwJTIwJTJBJTJGJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJmZy1pbnB1dC1maWVsZC5iaWctaW5wdXQlMjAlN0IlMEElMDlmb250LXNpemUlM0ElMjAxLjRlbSUzQiUwQSU3RCUwQSUwQSUyRiUyQSUyMG1ha2UlMjB0aGUlMjBidXR0b24lMjBsYXJnZXIlMjB0aGFuJTIwbm9ybWFsJTIwJTJBJTJGJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJ0bi1sZyUyMCU3QiUwQSUwOWZvbnQtc2l6ZSUzQSUyMDEuNGVtJTNCJTBBJTdEJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmN1c3RvbS1mb3JtLXdyYXBwZXIlMjAlN0IlMEElMDltYXgtd2lkdGglM0ElMjA4NTBweCUzQiUwQSUwOW1hcmdpbiUzQSUyMDAlMjBhdXRvJTNCJTBBJTA5cGFkZGluZyUzQSUyMDIwcHglMjA3NXB4JTIwNDBweCUzQiUwQSUwOWJvcmRlci1yYWRpdXMlM0ElMjAycHglM0IlMEElMDlib3JkZXItY29sb3IlM0ElMjAlMjNkZGRkZGQlM0IlMEElMDlib3JkZXItd2lkdGglM0ElMjAxcHglM0IlMEElMDlib3JkZXItc3R5bGUlM0ElMjBzb2xpZCUzQiUwQSUwOWJhY2tncm91bmQlM0ElMjByZ2JhJTI4MjU1JTJDJTIwMjU1JTJDJTIwMjU1JTJDJTIwMC4yJTI5JTNCJTBBJTdEJTBBJTBBJTJGJTJBJTIwYWRqdXN0JTIwdGhlJTIwY29sb3IlMjBvZiUyMHRoZSUyMHBsYWNlaG9sZGVyLiUyMFRoZXNlJTIwbXVzdCUyMGFsbCUyMGJlJTIwc2VwYXJhdGUlMjBydWxlcyUyMCUyQSUyRiUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0ElM0Etd2Via2l0LWlucHV0LXBsYWNlaG9sZGVyJTIwJTdCJTBBJTA5JTJGJTJBJTIwV2ViS2l0JTJDJTIwQmxpbmslMkMlMjBFZGdlJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElN0QlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTNBLW1vei1wbGFjZWhvbGRlciUyMCU3QiUwQSUwOSUyRiUyQSUyME1vemlsbGElMjBGaXJlZm94JTIwNCUyMHRvJTIwMTglMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSUwOW9wYWNpdHklM0ElMjAxJTNCJTBBJTdEJTBBJTBBJTIzTUJCdjNGb3JtJTIwLmJmZy1pbnB1dC1maWVsZCUzQSUzQS1tb3otcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNb3ppbGxhJTIwRmlyZWZveCUyMDE5JTJCJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElMDlvcGFjaXR5JTNBJTIwMSUzQiUwQSU3RCUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0EtbXMtaW5wdXQtcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBJbnRlcm5ldCUyMEV4cGxvcmVyJTIwMTAtMTElMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSU3RCUwQSUwQSUyM01CQnYzRm9ybSUyMC5iZmctaW5wdXQtZmllbGQlM0ElM0EtbXMtaW5wdXQtcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNaWNyb3NvZnQlMjBFZGdlJTIwJTJBJTJGJTBBJTA5Y29sb3IlM0ElMjAlMjNiYmJiYmIlM0IlMEElN0QlMEElMEElMjNNQkJ2M0Zvcm0lMjAuYmZnLWlucHV0LWZpZWxkJTNBJTNBcGxhY2Vob2xkZXIlMjAlN0IlMEElMDklMkYlMkElMjBNb3N0JTIwbW9kZXJuJTIwYnJvd3NlcnMlMjBzdXBwb3J0JTIwdGhpcyUyMG5vdy4lMjAlMkElMkYlMEElMDljb2xvciUzQSUyMCUyM2JiYmJiYiUzQiUwQSU3RCUwQSU0MG1lZGlhJTIwc2NyZWVuJTIwYW5kJTIwJTI4bWF4LXdpZHRoJTNBJTIwNzcwcHglMjklN0IlMjAlMjAlMkYlMkElMjBhZGp1c3QlMjB3cmFwcGVyJTIwbGF5b3V0JTIwZm9yJTIwbW9iaWxlJTIwZGV2aWNlcyUyMCUyQSUyRiUwQSUwOSUyMCUyM01CQnYzRm9ybSUyMC5jdXN0b20tZm9ybS13cmFwcGVyJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTA5cGFkZGluZyUzQSUyMDAlMjA1cHglMjAyMHB4JTNCJTBBJTA5JTIwJTdEJTBBJTdEJTBBJTNDJTJGc3R5bGUlM0UlMEElMEElM0NkaXYlMjBpZCUzRCUyMk1CQnYzRm9ybSUyMiUzRSUwQSUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWdyaWQtY29udGFpbmVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJjdXN0b20tZm9ybS13cmFwcGVyJTIwY2xlYXJmaXglMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmZvcm0tdGl0bGUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NoMSUzRVdoYXQlMjBJcyUyMFlvdXIlMjBIb21lJTIwV29ydGglM0YlM0MlMkZoMSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ3AlM0VHZXQlMjBZb3VyJTIwRlJFRSUyMEhvbWUlMjBNYXJrZXQlMjBBbmFseXNpcyUyMFJlcG9ydCUyME5vdyUyMSUzQyUyRnAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUdpdmUlMjB5b3VyJTIwZm9ybSUyMGFuJTIwaWQlM0QlMjAtJTIwdGhpcyUyMGlzJTIwdXNlZCUyMGluJTIwdGhlJTIwb25zdWJtaXQlMjBidXR0b24tLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjBpZCUzRCUyMmZvcm0tMSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tVGhpcyUyMHZhbHVlJTIwd2lsbCUyMGJlJTIwdXNlZCUyMGFzJTIwdGhlJTIwdGl0bGUlMjBmb3IlMjB0aGUlMjBpbnF1aXJ5JTIwaW4lMjB0aGUlMjBMQUMtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwdHlwZSUzRCUyMmhpZGRlbiUyMiUyMG5hbWUlM0QlMjJmb3JtX25tJTIyJTIwdmFsdWUlM0QlMjJDTUElMjBSZXF1ZXN0JTIwQ3VzdG9tJTIwRm9ybSUyMDElMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUNob29zZSUyMHRvJTIwc2VuZCUyMGElMjB3ZWxjb21lJTIwZW1haWwlMjBvciUyMG5vdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMndlbGNvbWVfZW1haWwlMjIlMjB2YWx1ZSUzRCUyMmZhbHNlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1BdHRhY2glMjBhJTIwY2FtcGFpZ24lMjBmb3IlMjBhJTIwbmV3JTIwbGVhZC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmNhbXBhaWduJTIyJTIwdmFsdWUlM0QlMjI1MDI4JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1BdHRhY2glMjBhJTIwY2FtcGFpZ24lMjBmb3IlMjBhbiUyMGV4aXN0aW5nJTIwbGVhZC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMmNhbXBhaWduX2V4aXN0aW5nJTIyJTIwdmFsdWUlM0QlMjI1MDI5JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBoaWRkZW4lMjBjb250cm9scy0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMGFkZHJlc3MlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjBpZCUzRCUyMnByb3BlcnR5QWRkcmVzcyUyMiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LWZpZWxkJTIwYmlnLWlucHV0JTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIyYWRkcmVzcyUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyJTJBUHJvcGVydHklMjBBZGRyZXNzJTIyJTIwZGF0YS1yZXF1aXJlZCUzRCUyMnRydWUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUVuZCUyMGFkZHJlc3MlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMG5hbWUlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC01MCUyMGJmZy10YWJsZXQtZ3JpZC01MCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJuYW1lJTIyJTIwcGxhY2Vob2xkZXIlM0QlMjIlMkFOYW1lJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwbmFtZSUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwcGhvbmUlMjBJbnB1dC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC01MCUyMGJmZy10YWJsZXQtZ3JpZC01MCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJwaG9uZSUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyUGhvbmUlMjBOdW1iZXIlMjIlMjB2YWx1ZSUzRCUyMiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwcGhvbmUlMjBJbnB1dC0tJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMGVtYWlsJTIwSW5wdXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWdyaWQtMTAwJTIwYmZnLXRhYmxldC1ncmlkLTEwMCUyMGJmZy1tb2JpbGUtZ3JpZC0xMDAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC13cmFwJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtaXRlbSUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2lucHV0JTIwY2xhc3MlM0QlMjJiZmctaW5wdXQtZmllbGQlMjIlMjB0eXBlJTNEJTIydGV4dCUyMiUyMG5hbWUlM0QlMjJlbWFpbCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyJTJBRW1haWwlMjBBZGRyZXNzJTIyJTIwdmFsdWUlM0QlMjIlMjIlMjBkYXRhLXJlcXVpcmVkJTNEJTIydHJ1ZSUyMiUyMHJlcXVpcmVkJTNEJTIyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBlbWFpbCUyMElucHV0LS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLVN0YXJ0JTIwQ0FQQ0hBJTIwSW5wdXQlMjAlMjhvcHRpb25hbCUyOS0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmZnLWlucHV0LXdyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1pdGVtJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctY2VudGVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cubWJiMi5jb20lMkZjYXB0Y2hhJTJGaW1hZ2UlMkZtYmIlMkZtRVZlQ0RndiUyRmNhcHRjaGEucG5nJTIyJTIwdGl0bGUlM0QlMjJMZWFkJTIwQ2FwdHVyZSUyMEZvcm1zJTIyJTIwYWx0JTNEJTIyY2FwdGNoYSUyMExlYWQlMjBDYXB0dXJlJTIwRm9ybXMlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMHR5cGUlM0QlMjJ0ZXh0JTIyJTIwbmFtZSUzRCUyMmNhcHRjaGFfaW5wdXQlMjIlMjBjbGFzcyUzRCUyMmJmZy1pbnB1dC1maWVsZCUyMiUyMHBsYWNlaG9sZGVyJTNEJTIyVmVyaWZ5JTIwQ29kZSUyMiUyMHZhbHVlJTNEJTIyJTIyJTIwc3R5bGUlM0QlMjJ3aWR0aCUzQTEyMHB4JTNCbWFyZ2luLWxlZnQlM0ExNXB4JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tRW5kJTIwcGhvbmUlMjBJbnB1dC0tJTNFJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1TdGFydCUyMFN1Ym1pdC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiZmctZ3JpZC0xMDAlMjBiZmctdGFibGV0LWdyaWQtMTAwJTIwYmZnLW1vYmlsZS1ncmlkLTEwMCUyMGJmZy1jZW50ZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLUFkanVzdCUyMHRoZXNlJTIwc2V0dGluZ3MlMjB0byUyMGdvJTIwdG8lMjB5b3VyJTIwJTIyVGhhbmt5b3UlMjIlMjBwYWdlLS0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NpbnB1dCUyMGNsYXNzJTNEJTIyYmZnLWJ0biUyMGJ0bi1sZyUyMiUyMG5hbWUlM0QlMjJzdWJtaXQlMjIlMjB0eXBlJTNEJTIyYnV0dG9uJTIyJTIwb25jbGljayUzRCUyMk1CQl9MZWFkQ2FwdHVyZUZvcm0lMjglMjdmb3JtLTElMjclMkMlMjclMkZ0aGFua3MlMkYlMjclMjklM0JyZXR1cm4lMjBmYWxzZSUzQiUyMiUyMHZhbHVlJTNEJTIyR2V0JTIwUmVwb3J0JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTIxLS1FbmQlMjBzdWJtaXQtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZkaXYlM0UlMEElMEElM0NzY3JpcHQlM0UlMEFmdW5jdGlvbiUyMGluaXRpYWxpemUlMjglMjklMjAlN0IlMEElMjAlMjB2YXIlMjBpbnB1dCUyMCUzRCUyMGRvY3VtZW50LmdldEVsZW1lbnRCeUlkJTI4JTI3cHJvcGVydHlBZGRyZXNzJTI3JTI5JTNCJTBBJTIwJTIwdmFyJTIwYXV0b2NvbXBsZXRlJTIwJTNEJTIwbmV3JTIwZ29vZ2xlLm1hcHMucGxhY2VzLkF1dG9jb21wbGV0ZSUyOGlucHV0JTI5JTNCJTBBJTdEJTBBalF1ZXJ5JTI4ZG9jdW1lbnQlMjkub24lMjglMjJtYmItd2lkZ2V0cy1sb2FkZWQlMjIlMkNmdW5jdGlvbiUyOCUyOSUyMCU3QiUwQSUyMCUyMGluaXRpYWxpemUlMjglMjklM0IlMEElN0QlMjklM0IlMEElM0MlMkZzY3JpcHQlM0U=[/vc_raw_html][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"88\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Buyers','','inherit','closed','closed','','752-revision-v1','','','2018-01-26 20:52:06','2018-01-26 20:52:06','',752,'http://www.thefrygroup.com/?p=966',0,'revision','',0),(968,1,'2018-01-26 20:54:06','2018-01-26 20:54:06','[vc_row][vc_column][vc_column_text]Thank you,\r\n\r\nWe will get back to you soon![/vc_column_text][/vc_column][/vc_row]','Thanks','','publish','closed','closed','','thanks','','','2018-01-26 20:54:17','2018-01-26 20:54:17','',0,'http://www.thefrygroup.com/?page_id=968',0,'page','',0),(969,1,'2018-01-26 20:54:06','2018-01-26 20:54:06','[vc_row][vc_column][vc_column_text]Thank you,\r\n\r\nWe will get back to you soon![/vc_column_text][/vc_column][/vc_row]','Thanks','','inherit','closed','closed','','968-revision-v1','','','2018-01-26 20:54:06','2018-01-26 20:54:06','',968,'http://www.thefrygroup.com/?p=969',0,'revision','',0),(970,1,'2018-01-26 20:54:17','2018-01-26 20:54:17','[vc_row][vc_column][vc_column_text]Thank you,\r\n\r\nWe will get back to you soon![/vc_column_text][/vc_column][/vc_row]','Thanks','','inherit','closed','closed','','968-revision-v1','','','2018-01-26 20:54:17','2018-01-26 20:54:17','',968,'http://www.thefrygroup.com/?p=970',0,'revision','',0),(975,1,'2018-01-26 20:56:00','2018-01-26 20:56:00','Welcome to our new website. We are in the process of posting more blog posts. Check back soon for more interesting housing related posts.','Welcome to our new website','','inherit','closed','closed','','1-revision-v1','','','2018-01-26 20:56:00','2018-01-26 20:56:00','',1,'http://www.thefrygroup.com/?p=975',0,'revision','',0),(977,1,'2018-01-26 21:02:01','2018-01-26 21:02:01','{\n \"realtyspace/realtyspace::config_propmap_apikey\": {\n \"value\": \"AIzaSyAmAC8xDml-S-11ts3nNa8rLfIi7S3Xadc\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:01\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:01\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:01\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:01\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:01\"\n }\n}','','','trash','closed','closed','','1676bcae-dc3c-442c-8123-9a7d943c5284','','','2018-01-26 21:02:01','2018-01-26 21:02:01','',0,'http://www.thefrygroup.com/?p=977',0,'customize_changeset','',0),(978,1,'2018-01-26 21:02:49','2018-01-26 21:02:49','{\n \"realtyspace/realtyspace::config_propmap_lat\": {\n \"value\": \"45.084016\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:42\"\n },\n \"realtyspace/realtyspace::config_propmap_long\": {\n \"value\": \"-93.00826\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 21:02:49\"\n }\n}','','','trash','closed','closed','','20863cab-ee0a-4c2d-ab10-d7697c76905c','','','2018-01-26 21:02:49','2018-01-26 21:02:49','',0,'http://www.thefrygroup.com/?p=978',0,'customize_changeset','',0),(979,1,'2018-01-26 21:14:33','2018-01-26 21:14:33','[vc_row full_width=\"stretch_row_content_no_spaces\" full_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1516296774021{background: #ffffff url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Video-Still-Website.jpg?id=765) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"banner--overlay\"][vc_column css=\".vc_custom_1466700872272{padding-top: 0px !important;}\"][cf47rs_section_hero title=\"test\" subtitle=\"test\"][cf47rs_search_field][cf47rs_search_field][/cf47rs_section_hero][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:14:33','2018-01-26 21:14:33','',573,'http://www.thefrygroup.com/?p=979',0,'revision','',0),(980,1,'2018-01-26 21:15:35','2018-01-26 21:15:35','[vc_row][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:15:35','2018-01-26 21:15:35','',573,'http://www.thefrygroup.com/?p=980',0,'revision','',0),(981,1,'2018-01-26 21:20:43','2018-01-26 21:20:43','[vc_row][vc_column][vc_raw_html]JTNDZGl2JTIwZGF0YS12Yy1mdWxsLXdpZHRoJTNEJTIydHJ1ZSUyMiUyMGRhdGEtdmMtZnVsbC13aWR0aC1pbml0JTNEJTIyZmFsc2UlMjIlMjBkYXRhLXZjLXN0cmV0Y2gtY29udGVudCUzRCUyMnRydWUlMjIlMjBkYXRhLXZjLXBhcmFsbGF4LWltYWdlJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cueW91dHViZS5jb20lMkZ3YXRjaCUzRnYlM0RXbjdpa2NCemw3cyUyMiUyMGRhdGEtdmMtdmlkZW8tYmclM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRndhdGNoJTNGdiUzRFduN2lrY0J6bDdzJTIyJTIwY2xhc3MlM0QlMjJ2Y19yb3clMjB3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwYmFubmVyLS1vdmVybGF5JTIwdmNfY3VzdG9tXzE1MTYyOTY3NzQwMjElMjB2Y19yb3ctaGFzLWZpbGwlMjB2Y19yb3ctbm8tcGFkZGluZyUyMHZjX3Jvdy1vLWZ1bGwtaGVpZ2h0JTIwdmNfcm93LW8tY29sdW1ucy1taWRkbGUlMjB2Y19yb3ctZmxleCUyMHZjX3ZpZGVvLWJnLWNvbnRhaW5lciUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbHVtbiUyMHZjX2NvbHVtbl9jb250YWluZXIlMjB2Y19jb2wtc20tMTIlMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnZjX2NvbHVtbi1pbm5lciUyMHZjX2N1c3RvbV8xNDY2NzAwODcyMjcyJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyd2lkZ2V0JTBBJTIwJTIwJTIwJTIwanMtd2lkZ2V0JTIwJTBBJTIwJTIwJTBBJTIyJTBBJTIwJTIwJTIwJTIwJTIwaWQlM0QlMjJjZjQ3X21vZHVsZV9oZXJvXzAlMjIlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMndpZGdldF9fY29udGVudCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyJTIwYmFubmVyLS13aWRlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2l0ZW0lMjIlMjAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMm1hcCUyMG1hcC0taW5kZXglMjBtYXAtLWJhbm5lciUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIybWFwX19idXR0b25zJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIybWFwX19jaGFuZ2UtbWFwJTIwanMtbWFwLWJ0biUyMiUzRVByb3BlcnR5JTIwTWFwJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJtYXBfX3dyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBkYXRhLWluZm9ib3gtdGhlbWUlM0QlMjJ3aGl0ZSUyMiUyMGNsYXNzJTNEJTIybWFwX192aWV3JTIwanMtbWFwLWluZGV4LWNhbnZhcyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fY2FwdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gxJTIwY2xhc3MlM0QlMjJiYW5uZXJfX3RpdGxlJTIyJTNFdGVzdCUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc3VidGl0bGUlMjIlM0V0ZXN0JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2J0biUyMCUyMiUzRUdldCUyMHN0YXJ0ZWQlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWNpcmNsZSUyMiUzRSVFMiU4MCVBMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdy1lbmQlMjBqcy1hcnJvdy1lbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1c2UlMjB4bGluayUzQWhyZWYlM0QlMjIlMjNpY29uLWFycm93LWVuZCUyMiUzRSUzQyUyRnVzZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyanMtYmFubmVyLWxpbmUlMjIlMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMGVuYWJsZS1iYWNrZ3JvdW5kJTNEJTIybmV3JTIwMCUyMDAlMjA3NzQlMjAyODQlMjIlMjB4bWwlM0FzcGFjZSUzRCUyMnByZXNlcnZlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcGF0aCUyMGZpbGwlM0QlMjJub25lJTIyJTIwc3Ryb2tlLXdpZHRoJTNEJTIyMiUyMiUyMHN0cm9rZS1taXRlcmxpbWl0JTNEJTIyMTAlMjIlMjBzdHJva2UtZGFzaGFycmF5JTNEJTIyMCUyQzIwMDQuMDA5JTIyJTIwZCUzRCUyMk0yMjAuNiUyQzIzOS42JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYy0zLjYtMTUuNS0xNy41LTI3LjEtMzQuMS0yNy4xaC0xNTBjLTE5LjMlMkMwLTM1JTJDMTUuNy0zNSUyQzM1YzAlMkMxOS4zJTJDMTUuNyUyQzM1JTJDMzUlMkMzNWMwJTJDMCUyQzg4JTJDMCUyQzE1MCUyQzBjMTY5JTJDMCUyQzI0NC45LTcuNSUyQzI5MS0xOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGM0MS4zLTEwLjIlMkMxMTQuMS0zMy43JTJDMTE4LTgzYzQuMi01My41LTU5LjQtNjcuNS0xMDItNTRjLTQ3LjIlMkMxNS01Mi4zJTJDNzguMiUyQzElMkM5MGM1OC4xJTJDMTIuOSUyQzE2OS42LTUzLjYlMkMyNzQuNy0yMTAlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzdmclM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2VhcmNoJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2lkZWJhci10aXRsZSUyMiUzRXRlc3QlM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tJTIwQkVHSU4lMjBTRUFSQ0gtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjAlMjBtZXRob2QlM0QlMjJnZXQlMjIlMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRjJ4Y29udmVyc2lvbnMuY29tJTJGZnJ5Z3JvdXAlMkYlM0Zwb3N0X3R5cGUlM0RjZjQ3cnNfcHJvcGVydHklMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjAlMjBjbGFzcyUzRCUyMnJvdyUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMCUyMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJjb250cm9sLWxhYmVsJTIyJTIwZm9yJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX3NrdSUyMiUzRVNLVSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX3NrdSUyMiUyMG5hbWUlM0QlMjJza3UlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycm93JTIwZm9ybV9fYnV0dG9ucyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjBjbGFzcyUzRCUyMmZvcm1fX3N1Ym1pdCUyMiUzRVNlYXJjaCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLSUyMEVORCUyMFNFQVJDSC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19yb3ctZnVsbC13aWR0aCUyMHZjX2NsZWFyZml4JTIyJTNFJTNDJTJGZGl2JTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ2Y19yb3clMjB3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfY29sdW1uJTIwdmNfY29sdW1uX2NvbnRhaW5lciUyMHZjX2NvbC1zbS0xMiUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIydmNfY29sdW1uLWlubmVyJTIwJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUwQSUwQSUzQ3NjcmlwdCUyMHR5cGUlM0QlMjJ0ZXh0JTJGaHRtbCUyMiUyMGlkJTNEJTIydG1wbC1jZjQ3cnMtcHJvcGVydHktbWFwLXRvb2x0aXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMm1hcF9faW5mb2JveCUyMG1hcF9faW5mb2JveC0tJTI0JTdCJTIwdGhlbWUlMjAlN0QlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJtYXBfX2FkZHJlc3MlMjIlM0UlMjQlN0IlMjBhZGRyZXNzJTIwJTdEJTNDJTJGc3BhbiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIybWFwX19pbmZvJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW1nJTIwY2xhc3MlM0QlMjJtYXBfX3Bob3RvJTIyJTIwc3JjJTNEJTIyJTI0JTdCJTIwaW1hZ2UlMjAlN0QlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMm1hcF9fZGV0YWlscyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyNSUyMGlmJTI4dHlwZSUyOSU3QiUyMCUyNSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZHQlM0VUeXBlJTNBJTNDJTJGZHQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkZCUzRSUyNCU3QiUyMHR5cGUlMjAlN0QlM0MlMkZkZCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTI1JTIwJTdEJTIwJTI1JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTI1JTIwaWYlMjhhcmVhJTI5JTdCJTIwJTI1JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkdCUzRUFyZWElM0ElM0MlMkZkdCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RkJTNFJTI0JTdCJTIwYXJlYSUyMCU3RCUzQyUyRmRkJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjUlMjAlN0QlMjAlMjUlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjUlMjBpZiUyOGJlZHJvb21zJTI5JTdCJTIwJTI1JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkdCUzRUJlZHJvb21zJTNBJTNDJTJGZHQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkZCUzRSUyNCU3QiUyMGJlZHJvb21zJTIwJTdEJTNDJTJGZGQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyNSUyMCU3RCUyMCUyNSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMm1hcF9fcHJpY2UlMjIlM0UlM0NzdHJvbmclM0UlMjQlN0IlMjBwcmljZSUyMCU3RCUzQyUyRnN0cm9uZyUzRSUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlM0NhJTIwY2xhc3MlM0QlMjJtYXBfX21vcmUlMjIlMjBocmVmJTNEJTIyJTI0JTdCJTIwdXJsJTIwJTdEJTIyJTNFRGV0YWlscyUzQyUyRmElM0UlMEElMjAlMjAlM0MlMkZkaXYlM0UlMEElM0MlMkZzY3JpcHQlM0UlM0NzY3JpcHQlMjB0eXBlJTNEJTI3dGV4dCUyRmphdmFzY3JpcHQlMjclMjBzcmMlM0QlMjdodHRwcyUzQSUyRiUyRjJ4Y29udmVyc2lvbnMuY29tJTJGZnJ5Z3JvdXAlMkZ3cC1pbmNsdWRlcyUyRmpzJTJGYWRtaW4tYmFyLm1pbi5qcyUzRnZlciUzRDQuOS4yJTI3JTNFJTNDJTJGc2NyaXB0JTNFJTBBJTBBJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:20:43','2018-01-26 21:20:43','',573,'http://www.thefrygroup.com/?p=981',0,'revision','',0),(982,1,'2018-01-26 21:22:30','2018-01-26 21:22:30','[vc_row][vc_column][vc_raw_html]JTBBJTNDc2NyaXB0JTIwdHlwZSUzRCUyMnRleHQlMkZodG1sJTIyJTIwaWQlM0QlMjJ0bXBsLWNmNDdycy1wcm9wZXJ0eS1tYXAtdG9vbHRpcCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIybWFwX19pbmZvYm94JTIwbWFwX19pbmZvYm94LS0lMjQlN0IlMjB0aGVtZSUyMCU3RCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMm1hcF9fYWRkcmVzcyUyMiUzRSUyNCU3QiUyMGFkZHJlc3MlMjAlN0QlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJtYXBfX2luZm8lMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NpbWclMjBjbGFzcyUzRCUyMm1hcF9fcGhvdG8lMjIlMjBzcmMlM0QlMjIlMjQlN0IlMjBpbWFnZSUyMCU3RCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIybWFwX19kZXRhaWxzJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTI1JTIwaWYlMjh0eXBlJTI5JTdCJTIwJTI1JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkdCUzRVR5cGUlM0ElM0MlMkZkdCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RkJTNFJTI0JTdCJTIwdHlwZSUyMCU3RCUzQyUyRmRkJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGwlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjUlMjAlN0QlMjAlMjUlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjUlMjBpZiUyOGFyZWElMjklN0IlMjAlMjUlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2R0JTNFQXJlYSUzQSUzQyUyRmR0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGQlM0UlMjQlN0IlMjBhcmVhJTIwJTdEJTNDJTJGZGQlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyNSUyMCU3RCUyMCUyNSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyNSUyMGlmJTI4YmVkcm9vbXMlMjklN0IlMjAlMjUlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkbCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2R0JTNFQmVkcm9vbXMlM0ElM0MlMkZkdCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RkJTNFJTI0JTdCJTIwYmVkcm9vbXMlMjAlN0QlM0MlMkZkZCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTI1JTIwJTdEJTIwJTI1JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDc3BhbiUyMGNsYXNzJTNEJTIybWFwX19wcmljZSUyMiUzRSUzQ3N0cm9uZyUzRSUyNCU3QiUyMHByaWNlJTIwJTdEJTNDJTJGc3Ryb25nJTNFJTNDJTJGc3BhbiUzRSUwQSUyMCUyMCUyMCUyMCUzQ2ElMjBjbGFzcyUzRCUyMm1hcF9fbW9yZSUyMiUyMGhyZWYlM0QlMjIlMjQlN0IlMjB1cmwlMjAlN0QlMjIlM0VEZXRhaWxzJTNDJTJGYSUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRnNjcmlwdCUzRSUzQ3NjcmlwdCUyMHR5cGUlM0QlMjd0ZXh0JTJGamF2YXNjcmlwdCUyNyUyMHNyYyUzRCUyN2h0dHBzJTNBJTJGJTJGMnhjb252ZXJzaW9ucy5jb20lMkZmcnlncm91cCUyRndwLWluY2x1ZGVzJTJGanMlMkZhZG1pbi1iYXIubWluLmpzJTNGdmVyJTNENC45LjIlMjclM0UlM0MlMkZzY3JpcHQlM0UlMEElMEElMEE=[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:22:30','2018-01-26 21:22:30','',573,'http://www.thefrygroup.com/?p=982',0,'revision','',0),(983,1,'2018-01-26 21:23:31','2018-01-26 21:23:31','[vc_row][vc_column][vc_raw_html]JTNDc2NyaXB0JTIwdHlwZSUzRCUyN3RleHQlMkZqYXZhc2NyaXB0JTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkYyeGNvbnZlcnNpb25zLmNvbSUyRmZyeWdyb3VwJTJGd3AtaW5jbHVkZXMlMkZqcyUyRmFkbWluLWJhci5taW4uanMlM0Z2ZXIlM0Q0LjkuMiUyNyUzRSUzQyUyRnNjcmlwdCUzRSUwQSUwQSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:23:31','2018-01-26 21:23:31','',573,'http://www.thefrygroup.com/?p=983',0,'revision','',0),(984,1,'2018-01-26 21:23:47','2018-01-26 21:23:47','[vc_row][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:23:47','2018-01-26 21:23:47','',573,'http://www.thefrygroup.com/?p=984',0,'revision','',0),(985,1,'2018-01-26 21:24:16','2018-01-26 21:24:16','[vc_row video_bg=\"yes\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:24:16','2018-01-26 21:24:16','',573,'http://www.thefrygroup.com/?p=985',0,'revision','',0),(986,1,'2018-01-26 21:26:30','2018-01-26 21:26:30','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517001985866{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/image.png?id=892) !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:26:30','2018-01-26 21:26:30','',573,'http://www.thefrygroup.com/?p=986',0,'revision','',0),(987,1,'2018-01-26 21:28:54','2018-01-26 21:28:54','','Capture','','inherit','open','closed','','capture','','','2018-01-26 21:28:54','2018-01-26 21:28:54','',573,'http://www.thefrygroup.com/wp-content/uploads/2018/01/Capture.png',0,'attachment','image/png',0),(988,1,'2018-01-26 21:29:04','2018-01-26 21:29:04','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002140115{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Capture.png?id=987) !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:29:04','2018-01-26 21:29:04','',573,'http://www.thefrygroup.com/?p=988',0,'revision','',0),(989,1,'2018-01-26 21:31:04','2018-01-26 21:31:04','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002260020{background-image: url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Capture.png?id=987) !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:31:04','2018-01-26 21:31:04','',573,'http://www.thefrygroup.com/?p=989',0,'revision','',0),(990,1,'2018-01-26 21:31:40','2018-01-26 21:31:40','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002295110{background: #0a0a0a url(http://www.thefrygroup.com/wp-content/uploads/2018/01/Capture.png?id=987) !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:31:40','2018-01-26 21:31:40','',573,'http://www.thefrygroup.com/?p=990',0,'revision','',0),(991,1,'2018-01-26 21:32:09','2018-01-26 21:32:09','','ddd','','inherit','open','closed','','ddd','','','2018-01-26 21:32:09','2018-01-26 21:32:09','',573,'http://www.thefrygroup.com/wp-content/uploads/2018/01/ddd.png',0,'attachment','image/png',0),(992,1,'2018-01-26 21:32:15','2018-01-26 21:32:15','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002330066{background: #0a0a0a url(http://www.thefrygroup.com/wp-content/uploads/2018/01/ddd.png?id=991) !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:32:15','2018-01-26 21:32:15','',573,'http://www.thefrygroup.com/?p=992',0,'revision','',0),(993,1,'2018-01-26 21:32:43','2018-01-26 21:32:43','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002358573{background: #0a0a0a url(http://www.thefrygroup.com/wp-content/uploads/2018/01/ddd.png?id=991) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:32:43','2018-01-26 21:32:43','',573,'http://www.thefrygroup.com/?p=993',0,'revision','',0),(994,1,'2018-01-26 21:34:25','2018-01-26 21:34:25','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002460736{background-color: #0a0a0a !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:34:25','2018-01-26 21:34:25','',573,'http://www.thefrygroup.com/?p=994',0,'revision','',0),(995,1,'2018-01-26 21:34:52','2018-01-26 21:34:52','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:34:52','2018-01-26 21:34:52','',573,'http://www.thefrygroup.com/?p=995',0,'revision','',0),(996,1,'2018-01-26 21:35:36','2018-01-26 21:35:36','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][vc_raw_html]JTNDc2NyaXB0JTIwdHlwZSUzRCUyN3RleHQlMkZqYXZhc2NyaXB0JTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkYyeGNvbnZlcnNpb25zLmNvbSUyRmZyeWdyb3VwJTJGd3AtaW5jbHVkZXMlMkZqcyUyRmFkbWluLWJhci5taW4uanMlM0Z2ZXIlM0Q0LjkuMiUyNyUzRSUzQyUyRnNjcmlwdCUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:35:36','2018-01-26 21:35:36','',573,'http://www.thefrygroup.com/?p=996',0,'revision','',0),(997,1,'2018-01-26 21:39:55','2018-01-26 21:39:55','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwZGF0YS12Yy1mdWxsLXdpZHRoJTNEJTIydHJ1ZSUyMiUyMGRhdGEtdmMtZnVsbC13aWR0aC1pbml0JTNEJTIyZmFsc2UlMjIlMjBkYXRhLXZjLXN0cmV0Y2gtY29udGVudCUzRCUyMnRydWUlMjIlMjBkYXRhLXZjLXBhcmFsbGF4LWltYWdlJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cueW91dHViZS5jb20lMkZ3YXRjaCUzRnYlM0RXbjdpa2NCemw3cyUyMiUyMGRhdGEtdmMtdmlkZW8tYmclM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRndhdGNoJTNGdiUzRFduN2lrY0J6bDdzJTIyJTIwY2xhc3MlM0QlMjJ2Y19yb3clMjB3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwYmFubmVyLS1vdmVybGF5JTIwdmNfY3VzdG9tXzE1MTYyOTY3NzQwMjElMjB2Y19yb3ctaGFzLWZpbGwlMjB2Y19yb3ctbm8tcGFkZGluZyUyMHZjX3Jvdy1vLWZ1bGwtaGVpZ2h0JTIwdmNfcm93LW8tY29sdW1ucy1taWRkbGUlMjB2Y19yb3ctZmxleCUyMHZjX3ZpZGVvLWJnLWNvbnRhaW5lciUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbHVtbiUyMHZjX2NvbHVtbl9jb250YWluZXIlMjB2Y19jb2wtc20tMTIlMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnZjX2NvbHVtbi1pbm5lciUyMHZjX2N1c3RvbV8xNDY2NzAwODcyMjcyJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyd2lkZ2V0JTIwanMtd2lkZ2V0JTIyJTIwaWQlM0QlMjJjZjQ3X21vZHVsZV9oZXJvXzAlMjIlMjAlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMndpZGdldF9fY29udGVudCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyJTIwYmFubmVyLS13aWRlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2l0ZW0lMjIlMjAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMm1hcCUyMG1hcC0taW5kZXglMjBtYXAtLWJhbm5lciUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIybWFwX19idXR0b25zJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIybWFwX19jaGFuZ2UtbWFwJTIwanMtbWFwLWJ0biUyMiUzRVByb3BlcnR5JTIwTWFwJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJtYXBfX3dyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBkYXRhLWluZm9ib3gtdGhlbWUlM0QlMjJ3aGl0ZSUyMiUyMGNsYXNzJTNEJTIybWFwX192aWV3JTIwanMtbWFwLWluZGV4LWNhbnZhcyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fY2FwdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gxJTIwY2xhc3MlM0QlMjJiYW5uZXJfX3RpdGxlJTIyJTNFdGVzdCUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc3VidGl0bGUlMjIlM0V0ZXN0JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2J0biUyMCUyMiUzRUdldCUyMHN0YXJ0ZWQlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWNpcmNsZSUyMiUzRSVFMiU4MCVBMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdy1lbmQlMjBqcy1hcnJvdy1lbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1c2UlMjB4bGluayUzQWhyZWYlM0QlMjIlMjNpY29uLWFycm93LWVuZCUyMiUzRSUzQyUyRnVzZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyanMtYmFubmVyLWxpbmUlMjIlMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMGVuYWJsZS1iYWNrZ3JvdW5kJTNEJTIybmV3JTIwMCUyMDAlMjA3NzQlMjAyODQlMjIlMjB4bWwlM0FzcGFjZSUzRCUyMnByZXNlcnZlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcGF0aCUyMGZpbGwlM0QlMjJub25lJTIyJTIwc3Ryb2tlLXdpZHRoJTNEJTIyMiUyMiUyMHN0cm9rZS1taXRlcmxpbWl0JTNEJTIyMTAlMjIlMjBzdHJva2UtZGFzaGFycmF5JTNEJTIyMCUyQzIwMDQuMDA5JTIyJTIwZCUzRCUyMk0yMjAuNiUyQzIzOS42JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYy0zLjYtMTUuNS0xNy41LTI3LjEtMzQuMS0yNy4xaC0xNTBjLTE5LjMlMkMwLTM1JTJDMTUuNy0zNSUyQzM1YzAlMkMxOS4zJTJDMTUuNyUyQzM1JTJDMzUlMkMzNWMwJTJDMCUyQzg4JTJDMCUyQzE1MCUyQzBjMTY5JTJDMCUyQzI0NC45LTcuNSUyQzI5MS0xOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGM0MS4zLTEwLjIlMkMxMTQuMS0zMy43JTJDMTE4LTgzYzQuMi01My41LTU5LjQtNjcuNS0xMDItNTRjLTQ3LjIlMkMxNS01Mi4zJTJDNzguMiUyQzElMkM5MGM1OC4xJTJDMTIuOSUyQzE2OS42LTUzLjYlMkMyNzQuNy0yMTAlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzdmclM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2VhcmNoJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2lkZWJhci10aXRsZSUyMiUzRXRlc3QlM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyMS0tJTIwQkVHSU4lMjBTRUFSQ0gtLSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2Zvcm0lMjAlMjBtZXRob2QlM0QlMjJnZXQlMjIlMjBhY3Rpb24lM0QlMjJodHRwcyUzQSUyRiUyRjJ4Y29udmVyc2lvbnMuY29tJTJGZnJ5Z3JvdXAlMkYlM0Zwb3N0X3R5cGUlM0RjZjQ3cnNfcHJvcGVydHklMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjAlMjBjbGFzcyUzRCUyMnJvdyUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyZm9ybS1ncm91cCUyMCUyMCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQ2xhYmVsJTIwY2xhc3MlM0QlMjJjb250cm9sLWxhYmVsJTIyJTIwZm9yJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX3NrdSUyMiUzRVNLVSUzQyUyRmxhYmVsJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaW5wdXQlMjB0eXBlJTNEJTIydGV4dCUyMiUyMGlkJTNEJTIyY2Y0N3JzX21vZHVsZV9oZXJvX3NrdSUyMiUyMG5hbWUlM0QlMjJza3UlMjIlMjBjbGFzcyUzRCUyMmZvcm0tY29udHJvbCUyMiUyMCUyRiUzRSUwQSUyMCUyMCUyMCUyMCUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIycm93JTIwZm9ybV9fYnV0dG9ucyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2J1dHRvbiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjBjbGFzcyUzRCUyMmZvcm1fX3N1Ym1pdCUyMiUzRVNlYXJjaCUzQyUyRmJ1dHRvbiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUwQSUyMCUyMCUyMCUyMCUzQyUyRmZvcm0lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMjEtLSUyMEVORCUyMFNFQVJDSC0tJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][vc_raw_html]JTNDc2NyaXB0JTIwdHlwZSUzRCUyN3RleHQlMkZqYXZhc2NyaXB0JTI3JTIwc3JjJTNEJTI3aHR0cHMlM0ElMkYlMkYyeGNvbnZlcnNpb25zLmNvbSUyRmZyeWdyb3VwJTJGd3AtaW5jbHVkZXMlMkZqcyUyRmFkbWluLWJhci5taW4uanMlM0Z2ZXIlM0Q0LjkuMiUyNyUzRSUzQyUyRnNjcmlwdCUzRSUwQQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:39:55','2018-01-26 21:39:55','',573,'http://www.thefrygroup.com/?p=997',0,'revision','',0),(998,1,'2018-01-26 21:41:31','2018-01-26 21:41:31','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwZGF0YS12Yy1mdWxsLXdpZHRoJTNEJTIydHJ1ZSUyMiUyMGRhdGEtdmMtZnVsbC13aWR0aC1pbml0JTNEJTIyZmFsc2UlMjIlMjBkYXRhLXZjLXN0cmV0Y2gtY29udGVudCUzRCUyMnRydWUlMjIlMjBkYXRhLXZjLXBhcmFsbGF4LWltYWdlJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cueW91dHViZS5jb20lMkZ3YXRjaCUzRnYlM0RXbjdpa2NCemw3cyUyMiUyMGRhdGEtdmMtdmlkZW8tYmclM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRndhdGNoJTNGdiUzRFduN2lrY0J6bDdzJTIyJTIwY2xhc3MlM0QlMjJ2Y19yb3clMjB3cGJfcm93JTIwdmNfcm93LWZsdWlkJTIwYmFubmVyLS1vdmVybGF5JTIwdmNfY3VzdG9tXzE1MTYyOTY3NzQwMjElMjB2Y19yb3ctaGFzLWZpbGwlMjB2Y19yb3ctbm8tcGFkZGluZyUyMHZjX3Jvdy1vLWZ1bGwtaGVpZ2h0JTIwdmNfcm93LW8tY29sdW1ucy1taWRkbGUlMjB2Y19yb3ctZmxleCUyMHZjX3ZpZGVvLWJnLWNvbnRhaW5lciUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyd3BiX2NvbHVtbiUyMHZjX2NvbHVtbl9jb250YWluZXIlMjB2Y19jb2wtc20tMTIlMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnZjX2NvbHVtbi1pbm5lciUyMHZjX2N1c3RvbV8xNDY2NzAwODcyMjcyJTIyJTNFJTNDZGl2JTIwY2xhc3MlM0QlMjJ3cGJfd3JhcHBlciUyMiUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIyd2lkZ2V0JTIwanMtd2lkZ2V0JTIyJTIwaWQlM0QlMjJjZjQ3X21vZHVsZV9oZXJvXzAlMjIlMjAlM0UlMEElMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMndpZGdldF9fY29udGVudCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyJTIwYmFubmVyLS13aWRlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2l0ZW0lMjIlMjAlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMm1hcCUyMG1hcC0taW5kZXglMjBtYXAtLWJhbm5lciUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIybWFwX19idXR0b25zJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDYnV0dG9uJTIwdHlwZSUzRCUyMmJ1dHRvbiUyMiUyMGNsYXNzJTNEJTIybWFwX19jaGFuZ2UtbWFwJTIwanMtbWFwLWJ0biUyMiUzRVByb3BlcnR5JTIwTWFwJTNDJTJGYnV0dG9uJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJtYXBfX3dyYXAlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBkYXRhLWluZm9ib3gtdGhlbWUlM0QlMjJ3aGl0ZSUyMiUyMGNsYXNzJTNEJTIybWFwX192aWV3JTIwanMtbWFwLWluZGV4LWNhbnZhcyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyY29udGFpbmVyJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fY2FwdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gxJTIwY2xhc3MlM0QlMjJiYW5uZXJfX3RpdGxlJTIyJTNFdGVzdCUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc3VidGl0bGUlMjIlM0V0ZXN0JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2J0biUyMCUyMiUzRUdldCUyMHN0YXJ0ZWQlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWNpcmNsZSUyMiUzRSVFMiU4MCVBMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdy1lbmQlMjBqcy1hcnJvdy1lbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1c2UlMjB4bGluayUzQWhyZWYlM0QlMjIlMjNpY29uLWFycm93LWVuZCUyMiUzRSUzQyUyRnVzZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyanMtYmFubmVyLWxpbmUlMjIlMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMGVuYWJsZS1iYWNrZ3JvdW5kJTNEJTIybmV3JTIwMCUyMDAlMjA3NzQlMjAyODQlMjIlMjB4bWwlM0FzcGFjZSUzRCUyMnByZXNlcnZlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcGF0aCUyMGZpbGwlM0QlMjJub25lJTIyJTIwc3Ryb2tlLXdpZHRoJTNEJTIyMiUyMiUyMHN0cm9rZS1taXRlcmxpbWl0JTNEJTIyMTAlMjIlMjBzdHJva2UtZGFzaGFycmF5JTNEJTIyMCUyQzIwMDQuMDA5JTIyJTIwZCUzRCUyMk0yMjAuNiUyQzIzOS42JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYy0zLjYtMTUuNS0xNy41LTI3LjEtMzQuMS0yNy4xaC0xNTBjLTE5LjMlMkMwLTM1JTJDMTUuNy0zNSUyQzM1YzAlMkMxOS4zJTJDMTUuNyUyQzM1JTJDMzUlMkMzNWMwJTJDMCUyQzg4JTJDMCUyQzE1MCUyQzBjMTY5JTJDMCUyQzI0NC45LTcuNSUyQzI5MS0xOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGM0MS4zLTEwLjIlMkMxMTQuMS0zMy43JTJDMTE4LTgzYzQuMi01My41LTU5LjQtNjcuNS0xMDItNTRjLTQ3LjIlMkMxNS01Mi4zJTJDNzguMiUyQzElMkM5MGM1OC4xJTJDMTIuOSUyQzE2OS42LTUzLjYlMkMyNzQuNy0yMTAlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzdmclM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2VhcmNoJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2lkZWJhci10aXRsZSUyMiUzRXRlc3QlM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmRpdiUzRQ==[/vc_raw_html][vc_raw_html]JTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:41:31','2018-01-26 21:41:31','',573,'http://www.thefrygroup.com/?p=998',0,'revision','',0),(999,1,'2018-01-26 21:42:37','2018-01-26 21:42:37','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJjb250YWluZXIlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19jYXB0aW9uJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDElMjBjbGFzcyUzRCUyMmJhbm5lcl9fdGl0bGUlMjIlM0V0ZXN0JTNDJTJGaDElM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoMyUyMGNsYXNzJTNEJTIyYmFubmVyX19zdWJ0aXRsZSUyMiUzRXRlc3QlM0MlMkZoMyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3NwYW4lMjBjbGFzcyUzRCUyMmJhbm5lcl9fYnRuJTIwJTIyJTNFR2V0JTIwc3RhcnRlZCUzQyUyRnNwYW4lM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fYXJyb3ctY2lyY2xlJTIyJTNFJUUyJTgwJUEyJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19zZWFyY2glMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NoNCUyMGNsYXNzJTNEJTIyYmFubmVyX19zaWRlYmFyLXRpdGxlJTIyJTNFdGVzdCUzQyUyRmg0JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGZGl2JTNF[/vc_raw_html][vc_raw_html]JTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:42:37','2018-01-26 21:42:37','',573,'http://www.thefrygroup.com/?p=999',0,'revision','',0),(1000,1,'2018-01-26 21:43:40','2018-01-26 21:43:40','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fY2FwdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gxJTIwY2xhc3MlM0QlMjJiYW5uZXJfX3RpdGxlJTIyJTNFdGVzdCUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc3VidGl0bGUlMjIlM0V0ZXN0JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2J0biUyMCUyMiUzRUdldCUyMHN0YXJ0ZWQlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWNpcmNsZSUyMiUzRSVFMiU4MCVBMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdy1lbmQlMjBqcy1hcnJvdy1lbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1c2UlMjB4bGluayUzQWhyZWYlM0QlMjIlMjNpY29uLWFycm93LWVuZCUyMiUzRSUzQyUyRnVzZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyanMtYmFubmVyLWxpbmUlMjIlMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMGVuYWJsZS1iYWNrZ3JvdW5kJTNEJTIybmV3JTIwMCUyMDAlMjA3NzQlMjAyODQlMjIlMjB4bWwlM0FzcGFjZSUzRCUyMnByZXNlcnZlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcGF0aCUyMGZpbGwlM0QlMjJub25lJTIyJTIwc3Ryb2tlLXdpZHRoJTNEJTIyMiUyMiUyMHN0cm9rZS1taXRlcmxpbWl0JTNEJTIyMTAlMjIlMjBzdHJva2UtZGFzaGFycmF5JTNEJTIyMCUyQzIwMDQuMDA5JTIyJTIwZCUzRCUyMk0yMjAuNiUyQzIzOS42JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYy0zLjYtMTUuNS0xNy41LTI3LjEtMzQuMS0yNy4xaC0xNTBjLTE5LjMlMkMwLTM1JTJDMTUuNy0zNSUyQzM1YzAlMkMxOS4zJTJDMTUuNyUyQzM1JTJDMzUlMkMzNWMwJTJDMCUyQzg4JTJDMCUyQzE1MCUyQzBjMTY5JTJDMCUyQzI0NC45LTcuNSUyQzI5MS0xOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGM0MS4zLTEwLjIlMkMxMTQuMS0zMy43JTJDMTE4LTgzYzQuMi01My41LTU5LjQtNjcuNS0xMDItNTRjLTQ3LjIlMkMxNS01Mi4zJTJDNzguMiUyQzElMkM5MGM1OC4xJTJDMTIuOSUyQzE2OS42LTUzLjYlMkMyNzQuNy0yMTAlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzdmclM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2VhcmNoJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2lkZWJhci10aXRsZSUyMiUzRXRlc3QlM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3NjcmlwdCUyMHR5cGUlM0QlMjd0ZXh0JTJGamF2YXNjcmlwdCUyNyUyMHNyYyUzRCUyN2h0dHBzJTNBJTJGJTJGMnhjb252ZXJzaW9ucy5jb20lMkZmcnlncm91cCUyRndwLWluY2x1ZGVzJTJGanMlMkZhZG1pbi1iYXIubWluLmpzJTNGdmVyJTNENC45LjIlMjclM0UlM0MlMkZzY3JpcHQlM0U=[/vc_raw_html][vc_raw_html]JTBBJTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:43:40','2018-01-26 21:43:40','',573,'http://www.thefrygroup.com/?p=1000',0,'revision','',0),(1001,1,'2018-01-26 21:44:07','2018-01-26 21:44:07','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJyb3clMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fY2FwdGlvbiUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2gxJTIwY2xhc3MlM0QlMjJiYW5uZXJfX3RpdGxlJTIyJTNFdGVzdCUzQyUyRmgxJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDMlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc3VidGl0bGUlMjIlM0V0ZXN0JTNDJTJGaDMlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NzcGFuJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2J0biUyMCUyMiUzRUdldCUyMHN0YXJ0ZWQlM0MlMkZzcGFuJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWNpcmNsZSUyMiUzRSVFMiU4MCVBMiUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdy1lbmQlMjBqcy1hcnJvdy1lbmQlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0N1c2UlMjB4bGluayUzQWhyZWYlM0QlMjIlMjNpY29uLWFycm93LWVuZCUyMiUzRSUzQyUyRnVzZSUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ2RpdiUyMGNsYXNzJTNEJTIyYmFubmVyX19hcnJvdyUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3N2ZyUyMGNsYXNzJTNEJTIyanMtYmFubmVyLWxpbmUlMjIlMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMGVuYWJsZS1iYWNrZ3JvdW5kJTNEJTIybmV3JTIwMCUyMDAlMjA3NzQlMjAyODQlMjIlMjB4bWwlM0FzcGFjZSUzRCUyMnByZXNlcnZlJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDcGF0aCUyMGZpbGwlM0QlMjJub25lJTIyJTIwc3Ryb2tlLXdpZHRoJTNEJTIyMiUyMiUyMHN0cm9rZS1taXRlcmxpbWl0JTNEJTIyMTAlMjIlMjBzdHJva2UtZGFzaGFycmF5JTNEJTIyMCUyQzIwMDQuMDA5JTIyJTIwZCUzRCUyMk0yMjAuNiUyQzIzOS42JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYy0zLjYtMTUuNS0xNy41LTI3LjEtMzQuMS0yNy4xaC0xNTBjLTE5LjMlMkMwLTM1JTJDMTUuNy0zNSUyQzM1YzAlMkMxOS4zJTJDMTUuNyUyQzM1JTJDMzUlMkMzNWMwJTJDMCUyQzg4JTJDMCUyQzE1MCUyQzBjMTY5JTJDMCUyQzI0NC45LTcuNSUyQzI5MS0xOSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGM0MS4zLTEwLjIlMkMxMTQuMS0zMy43JTJDMTE4LTgzYzQuMi01My41LTU5LjQtNjcuNS0xMDItNTRjLTQ3LjIlMkMxNS01Mi4zJTJDNzguMiUyQzElMkM5MGM1OC4xJTJDMTIuOSUyQzE2OS42LTUzLjYlMkMyNzQuNy0yMTAlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZzdmclM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0MlMkZkaXYlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NkaXYlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2VhcmNoJTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDaDQlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2lkZWJhci10aXRsZSUyMiUzRXRlc3QlM0MlMkZoNCUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3NjcmlwdCUyMHR5cGUlM0QlMjd0ZXh0JTJGamF2YXNjcmlwdCUyNyUyMHNyYyUzRCUyN2h0dHBzJTNBJTJGJTJGMnhjb252ZXJzaW9ucy5jb20lMkZmcnlncm91cCUyRndwLWluY2x1ZGVzJTJGanMlMkZhZG1pbi1iYXIubWluLmpzJTNGdmVyJTNENC45LjIlMjclM0UlM0MlMkZzY3JpcHQlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:44:07','2018-01-26 21:44:07','',573,'http://www.thefrygroup.com/?p=1001',0,'revision','',0),(1002,1,'2018-01-26 21:49:10','2018-01-26 21:49:10','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:49:10','2018-01-26 21:49:10','',573,'http://www.thefrygroup.com/?p=1002',0,'revision','',0),(1003,1,'2018-01-26 21:49:40','2018-01-26 21:49:40','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUzQ2RpdiUyMHN0eWxlJTNEJTIyZmxvYXQlM0FyaWdodCUzQm1hcmdpbiUzQTUlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 21:49:40','2018-01-26 21:49:40','',573,'http://www.thefrygroup.com/?p=1003',0,'revision','',0),(1004,1,'2018-01-26 22:08:43','2018-01-26 22:08:43','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUzQ2RpdiUyMHN0eWxlJTNEJTIyZmxvYXQlM0FyaWdodCUzQm1hcmdpbiUzQTUlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][cf47rs_section_property_group][cf47rs_section_property_group_tab data_max_items=\"10\"][/cf47rs_section_property_group][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:08:43','2018-01-26 22:08:43','',573,'http://www.thefrygroup.com/?p=1004',0,'revision','',0),(1005,1,'2018-01-26 22:09:08','2018-01-26 22:09:08','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUzQ2RpdiUyMHN0eWxlJTNEJTIyZmxvYXQlM0FyaWdodCUzQm1hcmdpbiUzQTUlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row][vc_column][cf47rs_section_hero][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:09:08','2018-01-26 22:09:08','',573,'http://www.thefrygroup.com/?p=1005',0,'revision','',0),(1006,1,'2018-01-26 22:10:52','2018-01-26 22:10:52','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:10:52\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:10:52\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:10:52\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:10:52\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:10:52\"\n }\n}','','','trash','closed','closed','','66c5a86f-9531-4136-817d-0e7c4e4a90d2','','','2018-01-26 22:10:52','2018-01-26 22:10:52','',0,'http://www.thefrygroup.com/?p=1006',0,'customize_changeset','',0),(1007,1,'2018-01-26 22:10:52','2018-01-26 22:10:52','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:10:52','2018-01-26 22:10:52','',769,'http://www.thefrygroup.com/?p=1007',0,'revision','',0),(1008,1,'2018-01-26 22:11:22','2018-01-26 22:11:22','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDc3ZnJTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93LWVuZCUyMGpzLWFycm93LWVuZCUyMiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQ3VzZSUyMHhsaW5rJTNBaHJlZiUzRCUyMiUyM2ljb24tYXJyb3ctZW5kJTIyJTNFJTNDJTJGdXNlJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDJTJGc3ZnJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDZGl2JTIwY2xhc3MlM0QlMjJiYW5uZXJfX2Fycm93JTIyJTNFJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNDc3ZnJTIwY2xhc3MlM0QlMjJqcy1iYW5uZXItbGluZSUyMiUyMHZlcnNpb24lM0QlMjIxLjElMjIlMjB4bWxucyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cudzMub3JnJTJGMjAwMCUyRnN2ZyUyMiUyMHhtbG5zJTNBeGxpbmslM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjE5OTklMkZ4bGluayUyMiUyMHglM0QlMjIwcHglMjIlMjB5JTNEJTIyMHB4JTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNzc0JTIwMjg0JTIyJTIwZW5hYmxlLWJhY2tncm91bmQlM0QlMjJuZXclMjAwJTIwMCUyMDc3NCUyMDI4NCUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlM0NwYXRoJTIwZmlsbCUzRCUyMm5vbmUlMjIlMjBzdHJva2Utd2lkdGglM0QlMjIyJTIyJTIwc3Ryb2tlLW1pdGVybGltaXQlM0QlMjIxMCUyMiUyMHN0cm9rZS1kYXNoYXJyYXklM0QlMjIwJTJDMjAwNC4wMDklMjIlMjBkJTNEJTIyTTIyMC42JTJDMjM5LjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBjLTMuNi0xNS41LTE3LjUtMjcuMS0zNC4xLTI3LjFoLTE1MGMtMTkuMyUyQzAtMzUlMkMxNS43LTM1JTJDMzVjMCUyQzE5LjMlMkMxNS43JTJDMzUlMkMzNSUyQzM1YzAlMkMwJTJDODglMkMwJTJDMTUwJTJDMGMxNjklMkMwJTJDMjQ0LjktNy41JTJDMjkxLTE5JTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwYzQxLjMtMTAuMiUyQzExNC4xLTMzLjclMkMxMTgtODNjNC4yLTUzLjUtNTkuNC02Ny41LTEwMi01NGMtNDcuMiUyQzE1LTUyLjMlMkM3OC4yJTJDMSUyQzkwYzU4LjElMkMxMi45JTJDMTY5LjYtNTMuNiUyQzI3NC43LTIxMCUyMiUyRiUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRnN2ZyUzRSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUzQyUyRmRpdiUzRSUwQSUwQSUzQ2RpdiUyMHN0eWxlJTNEJTIyZmxvYXQlM0FyaWdodCUzQm1hcmdpbiUzQTUlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:11:22','2018-01-26 22:11:22','',573,'http://www.thefrygroup.com/?p=1008',0,'revision','',0),(1009,1,'2018-01-26 22:11:49','2018-01-26 22:11:49','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCbWFyZ2luJTNBNSUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:11:49','2018-01-26 22:11:49','',573,'http://www.thefrygroup.com/?p=1009',0,'revision','',0),(1010,1,'2018-01-26 22:12:22','2018-01-26 22:12:22','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RA==[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:12:22','2018-01-26 22:12:22','',573,'http://www.thefrygroup.com/?p=1010',0,'revision','',0),(1011,1,'2018-01-26 22:13:47','2018-01-26 22:13:47','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:13:47','2018-01-26 22:13:47','',573,'http://www.thefrygroup.com/?p=1011',0,'revision','',0),(1012,1,'2018-01-26 22:14:32','2018-01-26 22:14:32','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQm1hcmdpbi10b3AlM0ExMCUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:14:32','2018-01-26 22:14:32','',573,'http://www.thefrygroup.com/?p=1012',0,'revision','',0),(1013,1,'2018-01-26 22:15:17','2018-01-26 22:15:17','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQm1hcmdpbi10b3AlM0ExMCUyNSUzQndpZHRoJTNBNDAlMjUlM0IlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:15:17','2018-01-26 22:15:17','',573,'http://www.thefrygroup.com/?p=1013',0,'revision','',0),(1014,1,'2018-01-26 22:15:56','2018-01-26 22:15:56','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQm1hcmdpbi10b3AlM0EyJTI1JTNCd2lkdGglM0E0MCUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:15:56','2018-01-26 22:15:56','',573,'http://www.thefrygroup.com/?p=1014',0,'revision','',0),(1015,1,'2018-01-26 22:16:10','2018-01-26 22:16:10','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQm1hcmdpbi10b3AlM0E0JTI1JTNCd2lkdGglM0E0MCUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:16:10','2018-01-26 22:16:10','',573,'http://www.thefrygroup.com/?p=1015',0,'revision','',0),(1016,1,'2018-01-26 22:16:23','2018-01-26 22:16:23','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQm1hcmdpbi10b3AlM0E2JTI1JTNCd2lkdGglM0E0MCUyNSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:16:23','2018-01-26 22:16:23','',573,'http://www.thefrygroup.com/?p=1016',0,'revision','',0),(1017,1,'2018-01-26 22:17:10','2018-01-26 22:17:10','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWlubGluZS1ibG9jayUzQm1hcmdpbi10b3AlM0E2JTI1JTNCbWluLXdpZHRoJTNBMjAwcHglM0JtYXgtd2lkdGglM0EzMDBweCUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:17:10','2018-01-26 22:17:10','',573,'http://www.thefrygroup.com/?p=1017',0,'revision','',0),(1018,1,'2018-01-26 22:17:50','2018-01-26 22:17:50','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQWxlZnQlM0JkaXNwbGF5JTNBaW5saW5lLWJsb2NrJTNCbWFyZ2luLXRvcCUzQTYlMjUlM0JtaW4td2lkdGglM0EyMDBweCUzQm1heC13aWR0aCUzQTMwMHB4JTNCJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:17:50','2018-01-26 22:17:50','',573,'http://www.thefrygroup.com/?p=1018',0,'revision','',0),(1019,1,'2018-01-26 22:19:27','2018-01-26 22:19:27','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjIlMjAlNDBtZWRpYSUyMHNjcmVlbiUyMGFuZCUyMCUyOG1pbi13aWR0aCUzQSUyMDc2OHB4JTI5JTIwJTdCZmxvYXQlM0FyaWdodCUzQmRpc3BsYXklM0FpbmxpbmUtYmxvY2slM0JtYXJnaW4tdG9wJTNBNiUyNSUzQm1hcmdpbi1yaWdodCUzQTIwJTI1JTNCbWluLXdpZHRoJTNBMjAwcHglM0JtYXgtd2lkdGglM0E0NTBweCUzQiU3RCUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:19:27','2018-01-26 22:19:27','',573,'http://www.thefrygroup.com/?p=1019',0,'revision','',0),(1020,1,'2018-01-26 22:19:56','2018-01-26 22:19:56','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:19:56','2018-01-26 22:19:56','',573,'http://www.thefrygroup.com/?p=1020',0,'revision','',0),(1021,1,'2018-01-26 22:20:31','0000-00-00 00:00:00','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n\\n@media screen and (min-width: 768px) {float:right;display:inline-block;margin-top:6%;margin-right:20%;min-width:200px;max-width:450px;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:20:31\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:20:31\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:20:31\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:20:31\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:20:31\"\n }\n}','','','auto-draft','closed','closed','','472e45a2-445f-42ee-a7bb-54e753e29200','','','2018-01-26 22:20:31','0000-00-00 00:00:00','',0,'http://www.thefrygroup.com/?p=1021',0,'customize_changeset','',0),(1022,1,'2018-01-26 22:21:41','2018-01-26 22:21:41','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjBiYW5uZXJfX3NlYXJjaCUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:21:41','2018-01-26 22:21:41','',573,'http://www.thefrygroup.com/?p=1022',0,'revision','',0),(1023,1,'2018-01-26 22:22:02','2018-01-26 22:22:02','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:22:02\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:22:02\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:22:02\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:22:02\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:22:02\"\n }\n}','','','trash','closed','closed','','1b5792f8-5fed-4ea4-8753-1bd93c7f4135','','','2018-01-26 22:22:02','2018-01-26 22:22:02','',0,'http://www.thefrygroup.com/?p=1023',0,'customize_changeset','',0),(1024,1,'2018-01-26 22:22:02','2018-01-26 22:22:02','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:22:02','2018-01-26 22:22:02','',769,'http://www.thefrygroup.com/?p=1024',0,'revision','',0),(1025,1,'2018-01-26 22:22:34','2018-01-26 22:22:34','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmJhbm5lcl9fc2VhcmNoJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:22:34','2018-01-26 22:22:34','',573,'http://www.thefrygroup.com/?p=1025',0,'revision','',0),(1026,1,'2018-01-26 22:23:13','2018-01-26 22:23:13','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjBiYW5uZXJfX3NlYXJjaCUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:23:13','2018-01-26 22:23:13','',573,'http://www.thefrygroup.com/?p=1026',0,'revision','',0),(1027,1,'2018-01-26 22:26:25','2018-01-26 22:26:25','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner_search {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:26:25\"\n },\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:26:25\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:26:25\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:26:25\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:26:25\"\n }\n}','','','trash','closed','closed','','94afec66-38f3-479c-a4a9-8780fd381553','','','2018-01-26 22:26:25','2018-01-26 22:26:25','',0,'http://www.thefrygroup.com/?p=1027',0,'customize_changeset','',0),(1028,1,'2018-01-26 22:26:25','2018-01-26 22:26:25','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner_search {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:26:25','2018-01-26 22:26:25','',769,'http://www.thefrygroup.com/?p=1028',0,'revision','',0),(1029,1,'2018-01-26 22:26:32','2018-01-26 22:26:32','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:26:32\"\n }\n}','','','trash','closed','closed','','26c29cae-a465-4ce8-b908-e36e8561a7e9','','','2018-01-26 22:26:32','2018-01-26 22:26:32','',0,'http://www.thefrygroup.com/?p=1029',0,'customize_changeset','',0),(1030,1,'2018-01-26 22:26:32','2018-01-26 22:26:32','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:26:32','2018-01-26 22:26:32','',769,'http://www.thefrygroup.com/?p=1030',0,'revision','',0),(1031,1,'2018-01-26 22:26:45','2018-01-26 22:26:45','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjIlMjIlMjBjbGFzcyUzRCUyMmZvcm0lMjBmb3JtLS1zZWFyY2glMjBqcy1zZWFyY2gtZm9ybSUyMGZvcm0tLWxpZ2h0JTIwZm9ybS0tYmFubmVyLXNpZGViYXIlMjIlM0UlNUJtYmJfd2lkZ2V0JTIwaWQlM0QlMjJNQkJ2M19TZWFyY2hGb3JtJTIyJTVEJTNDJTJGZGl2JTNF[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:26:45','2018-01-26 22:26:45','',573,'http://www.thefrygroup.com/?p=1031',0,'revision','',0),(1032,1,'2018-01-26 22:27:07','2018-01-26 22:27:07','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCJTIyJTIwY2xhc3MlM0QlMjJmb3JtJTIwZm9ybS0tc2VhcmNoJTIwanMtc2VhcmNoLWZvcm0lMjBmb3JtLS1saWdodCUyMGZvcm0tLWJhbm5lci1zaWRlYmFyJTIyJTNFJTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfU2VhcmNoRm9ybSUyMiU1RCUzQyUyRmRpdiUzRQ==[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:27:07','2018-01-26 22:27:07','',573,'http://www.thefrygroup.com/?p=1032',0,'revision','',0),(1033,1,'2018-01-26 22:27:33','2018-01-26 22:27:33','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWJsb2NrLWlubGluZSUzQiUyMiUyMGNsYXNzJTNEJTIyZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:27:33','2018-01-26 22:27:33','',573,'http://www.thefrygroup.com/?p=1033',0,'revision','',0),(1034,1,'2018-01-26 22:28:29','2018-01-26 22:28:29','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWJsb2NrLWlubGluZSUzQiUyMiUyMGNsYXNzJTNEJTIybWJ3X3NlYXJjaGJveF8xJTIwZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"tes\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 22:28:29','2018-01-26 22:28:29','',573,'http://www.thefrygroup.com/?p=1034',0,'revision','',0),(1035,1,'2018-01-26 22:29:36','2018-01-26 22:29:36','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:5%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:29:36\"\n }\n}','','','trash','closed','closed','','890e2aef-93b1-4200-b1e3-f23d52a4e165','','','2018-01-26 22:29:36','2018-01-26 22:29:36','',0,'http://www.thefrygroup.com/?p=1035',0,'customize_changeset','',0),(1036,1,'2018-01-26 22:29:36','2018-01-26 22:29:36','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:5%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:29:36','2018-01-26 22:29:36','',769,'http://www.thefrygroup.com/?p=1036',0,'revision','',0),(1037,1,'2018-01-26 22:29:54','2018-01-26 22:29:54','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:7%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:29:54\"\n }\n}','','','trash','closed','closed','','aaaefc03-5f5d-465d-9e32-0471705ac2a6','','','2018-01-26 22:29:54','2018-01-26 22:29:54','',0,'http://www.thefrygroup.com/?p=1037',0,'customize_changeset','',0),(1038,1,'2018-01-26 22:29:55','2018-01-26 22:29:55','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:7%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:29:55','2018-01-26 22:29:55','',769,'http://www.thefrygroup.com/?p=1038',0,'revision','',0),(1039,1,'2018-01-26 22:31:17','2018-01-26 22:31:17','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:31:17\"\n }\n}','','','trash','closed','closed','','f1645355-5dd8-46c3-969a-e0525f78eb1a','','','2018-01-26 22:31:17','2018-01-26 22:31:17','',0,'http://www.thefrygroup.com/?p=1039',0,'customize_changeset','',0),(1040,1,'2018-01-26 22:31:17','2018-01-26 22:31:17','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:31:17','2018-01-26 22:31:17','',769,'http://www.thefrygroup.com/?p=1040',0,'revision','',0),(1041,1,'2018-01-26 22:32:08','2018-01-26 22:32:08','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-right:15%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:32:08\"\n }\n}','','','trash','closed','closed','','17bf8e7a-5f2e-4c8e-ad3d-a2661406c26a','','','2018-01-26 22:32:08','2018-01-26 22:32:08','',0,'http://www.thefrygroup.com/?p=1041',0,'customize_changeset','',0),(1042,1,'2018-01-26 22:32:08','2018-01-26 22:32:08','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:15%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:32:08','2018-01-26 22:32:08','',769,'http://www.thefrygroup.com/?p=1042',0,'revision','',0),(1043,1,'2018-01-26 22:32:25','2018-01-26 22:32:25','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-right:5%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:32:25\"\n }\n}','','','trash','closed','closed','','5da70dba-4d38-48d3-998a-9fc168f904c6','','','2018-01-26 22:32:25','2018-01-26 22:32:25','',0,'http://www.thefrygroup.com/?p=1043',0,'customize_changeset','',0),(1044,1,'2018-01-26 22:32:25','2018-01-26 22:32:25','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:5%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:32:25','2018-01-26 22:32:25','',769,'http://www.thefrygroup.com/?p=1044',0,'revision','',0),(1045,1,'2018-01-26 22:32:39','2018-01-26 22:32:39','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-right:2%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:32:39\"\n }\n}','','','trash','closed','closed','','e4307ae5-1904-4451-90d2-9cc753fb668f','','','2018-01-26 22:32:39','2018-01-26 22:32:39','',0,'http://www.thefrygroup.com/?p=1045',0,'customize_changeset','',0),(1046,1,'2018-01-26 22:32:39','2018-01-26 22:32:39','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:2%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:32:39','2018-01-26 22:32:39','',769,'http://www.thefrygroup.com/?p=1046',0,'revision','',0),(1047,1,'2018-01-26 22:32:49','2018-01-26 22:32:49','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-right:1%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 22:32:49\"\n }\n}','','','trash','closed','closed','','a4cafb13-352d-4b77-9509-0f7b3064a731','','','2018-01-26 22:32:49','2018-01-26 22:32:49','',0,'http://www.thefrygroup.com/?p=1047',0,'customize_changeset','',0),(1048,1,'2018-01-26 22:32:49','2018-01-26 22:32:49','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:1%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 22:32:49','2018-01-26 22:32:49','',769,'http://www.thefrygroup.com/?p=1048',0,'revision','',0),(1049,1,'2018-01-26 23:03:34','2018-01-26 23:03:34','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-right:1%;\\n\\t }\\n}\\n\\n @media screen and (min-width: 2000px) {\\n\\t.mbw_searchbox_1 {margin-right:5%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:03:34\"\n }\n}','','','trash','closed','closed','','caa1b5b9-70fc-42ff-b8ce-49249ecc11c8','','','2018-01-26 23:03:34','2018-01-26 23:03:34','',0,'http://www.thefrygroup.com/?p=1049',0,'customize_changeset','',0),(1050,1,'2018-01-26 23:03:34','2018-01-26 23:03:34','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:1%;\n }\n}\n\n @media screen and (min-width: 2000px) {\n .mbw_searchbox_1 {margin-right:5%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 23:03:34','2018-01-26 23:03:34','',769,'http://www.thefrygroup.com/?p=1050',0,'revision','',0),(1051,1,'2018-01-26 23:05:51','2018-01-26 23:05:51','{\n \"custom_css[realtyspace/realtyspace]\": {\n \"value\": \"\\n\\n.banner__arrow svg {\\n stroke: #f58220;\\n width: 770px;\\n height: 284px;\\n}\\n\\n.banner__arrow-circle {\\n color: #f58220;\\n}\\n\\n.banner__arrow-end {\\n stroke: #f58220;\\n\\tstroke-width:3;\\n}\\n\\n.banner__btn { color:#fff;}\\n\\n.menu-item{font-size:19px;}\\n\\n.bfg-widget-disclaimer {display:none;}\\n.banner__search {display:none;}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-top:8%;\\n\\t }\\n}\\n @media screen and (min-width: 768px) {\\n\\t.mbw_searchbox_1 {margin-right:1%;\\n\\t }\\n}\\n\\n @media screen and (min-width: 2000px) {\\n\\t.mbw_searchbox_1 {margin-right:5%;\\n\\t }\\n\\t \\t.mbw_searchbox_1 {margin-top:5%;\\n\\t }\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:05:51\"\n }\n}','','','trash','closed','closed','','0850e8ec-27ea-48e6-87c9-f23161c2beab','','','2018-01-26 23:05:51','2018-01-26 23:05:51','',0,'http://www.thefrygroup.com/?p=1051',0,'customize_changeset','',0),(1052,1,'2018-01-26 23:05:51','2018-01-26 23:05:51','\n\n.banner__arrow svg {\n stroke: #f58220;\n width: 770px;\n height: 284px;\n}\n\n.banner__arrow-circle {\n color: #f58220;\n}\n\n.banner__arrow-end {\n stroke: #f58220;\n stroke-width:3;\n}\n\n.banner__btn { color:#fff;}\n\n.menu-item{font-size:19px;}\n\n.bfg-widget-disclaimer {display:none;}\n.banner__search {display:none;}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-top:8%;\n }\n}\n @media screen and (min-width: 768px) {\n .mbw_searchbox_1 {margin-right:1%;\n }\n}\n\n @media screen and (min-width: 2000px) {\n .mbw_searchbox_1 {margin-right:5%;\n }\n .mbw_searchbox_1 {margin-top:5%;\n }\n}','realtyspace/realtyspace','','inherit','closed','closed','','769-revision-v1','','','2018-01-26 23:05:51','2018-01-26 23:05:51','',769,'http://www.thefrygroup.com/?p=1052',0,'revision','',0),(1053,1,'2018-01-26 23:07:53','2018-01-26 23:07:53','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWJsb2NrLWlubGluZSUzQiUyMiUyMGNsYXNzJTNEJTIybWJ3X3NlYXJjaGJveF8xJTIwZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"The best way to find your home\" subtitle=\"test\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 23:07:53','2018-01-26 23:07:53','',573,'http://www.thefrygroup.com/?p=1053',0,'revision','',0),(1054,1,'2018-01-26 23:08:15','2018-01-26 23:08:15','[vc_row video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=Wn7ikcBzl7s\" css=\".vc_custom_1517002487968{background-color: #337bbf !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}\"][vc_column][vc_raw_html]JTNDZGl2JTIwc3R5bGUlM0QlMjJmbG9hdCUzQXJpZ2h0JTNCZGlzcGxheSUzQWJsb2NrLWlubGluZSUzQiUyMiUyMGNsYXNzJTNEJTIybWJ3X3NlYXJjaGJveF8xJTIwZm9ybSUyMGZvcm0tLXNlYXJjaCUyMGpzLXNlYXJjaC1mb3JtJTIwZm9ybS0tbGlnaHQlMjBmb3JtLS1iYW5uZXItc2lkZWJhciUyMiUzRSU1Qm1iYl93aWRnZXQlMjBpZCUzRCUyMk1CQnYzX1NlYXJjaEZvcm0lMjIlNUQlM0MlMkZkaXYlM0U=[/vc_raw_html][cf47rs_section_hero title=\"The best way to find your home\"][/cf47rs_section_hero][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][vc_raw_html]JTVCbWJiX3dpZGdldCUyMGlkJTNEJTIyTUJCdjNfRmVhdHVyZWRHYWxsZXJ5JTIyJTIwZmlsdGVyJTNEJTIyY29sdW1ucyUzQTMlMjIlMEFvcmRlciUzRCUyMmNyZWF0ZV9kdCUyMGRlc2MlMjIlMjBsaW1pdCUzRCUyMjklMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_agents title=\"Our Team\" subtitle=\"Our team is licensed professionals that specialize in searching, evaluating and negotiating the purchase of property on behalf of the buyer. They will sell you real estate. Insights, tips & how-to guides on selling property and preparing your home or investment property for sale and working to maximize your sale price.\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_testimonials title=\"TESTIMONIALS\" subtitle=\"INSIGHTS, TIPS & HOW-TO GUIDES ON SELLING PROPERTY AND PREPARING YOUR HOME OR INVESTMENT PROPERTY FOR SALE\" data_max_items=\"5\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][cf47rs_section_posts title=\"NEWS AND BLOG\" data_max_items=\"3\"][/vc_column][/vc_row]','Home Video','','inherit','closed','closed','','573-revision-v1','','','2018-01-26 23:08:15','2018-01-26 23:08:15','',573,'http://www.thefrygroup.com/?p=1054',0,'revision','',0),(1055,1,'2018-01-26 23:21:46','2018-01-26 23:21:46','{\n \"realtyspace/realtyspace::preheader_currencies\": {\n \"value\": \"%5B%7B%22currency_id%22:%22EUR%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:21:46\"\n },\n \"realtyspace/realtyspace::footer_copyright_text\": {\n \"value\": \"Copyright © 2018 The Fry Group\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:21:46\"\n },\n \"realtyspace/realtyspace::config_socprof_items\": {\n \"value\": \"%5B%7B%22label%22:%22Facebook%22,%22link%22:%22https://www.facebook.com/codefactory47/%22,%22icon%22:%22fa-facebook%22%7D,%7B%22label%22:%22Twitter%22,%22link%22:%22twitter.com%22,%22icon%22:%22fa-twitter%22%7D,%7B%22label%22:%22Google%22,%22link%22:%22https://plus.google.com/%22,%22icon%22:%22fa-google-plus%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:21:46\"\n },\n \"realtyspace/realtyspace::home_layout_features_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-money-save%22,%22title%22:%22Save%20money%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20homes%20%E2%80%93%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D,%7B%22icon%22:%22icon-good-sales%22,%22title%22:%22Good%20sales%20&%20marketing%22,%22text%22:%22In%20addition,%20RealtySpace%20operates%20the%20largest%20real%20estate%20and%20rental%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advertising%20networks%20in%20the%20U.S.%20in%20partnership%20with%20Livemile%20Homes!%22%7D,%7B%22icon%22:%22icon-comfort%22,%22title%22:%22Comfort%22,%22text%22:%22We%20are%20transforming%20the%20way%20consumers%20make%20home-related%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20decisions%20and%20connect%20with%20professionals.%22%7D,%7B%22icon%22:%22icon-easy%22,%22title%22:%22Easy%20to%20find%22,%22text%22:%22It%20starts%20with%20our%20living%20database%20of%20more%20than%20110%20million%20U.S.%20homes%20%E2%80%93%20%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20including%20homes%20for%20sale,%20homes%20for%20rent%20and%20homes%20not%20currently%20on%20the%20market.%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:21:46\"\n },\n \"realtyspace/realtyspace::home_layout_counter_items\": {\n \"value\": \"%5B%7B%22icon%22:%22icon-transactions%22,%22number%22:%22755300%22,%22label%22:%22Transactions%22%7D,%7B%22icon%22:%22icon-customers%22,%22number%22:%2217620%22,%22label%22:%22Satisfied%20Customers%22%7D,%7B%22icon%22:%22icon-agency%22,%22number%22:%22790%22,%22label%22:%22Agencies%22%7D,%7B%22icon%22:%22icon-sales%22,%22number%22:%221528715%22,%22label%22:%22Sales%20&%20Rents%22%7D%5D\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2018-01-26 23:21:46\"\n }\n}','','','trash','closed','closed','','5075221e-129c-4cad-91e6-934d3099ca11','','','2018-01-26 23:21:46','2018-01-26 23:21:46','',0,'http://www.thefrygroup.com/?p=1055',0,'customize_changeset','',0); /*!40000 ALTER TABLE `wpf_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_revslider_css` -- DROP TABLE IF EXISTS `wpf_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `advanced` longtext, `params` longtext NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_revslider_css` -- LOCK TABLES `wpf_revslider_css` WRITE; /*!40000 ALTER TABLE `wpf_revslider_css` DISABLE KEYS */; INSERT INTO `wpf_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wpf_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_revslider_layer_animations` -- DROP TABLE IF EXISTS `wpf_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 `wpf_revslider_layer_animations` -- LOCK TABLES `wpf_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wpf_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpf_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_revslider_navigations` -- DROP TABLE IF EXISTS `wpf_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 `wpf_revslider_navigations` -- LOCK TABLES `wpf_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wpf_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpf_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_revslider_sliders` -- DROP TABLE IF EXISTS `wpf_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_revslider_sliders` -- LOCK TABLES `wpf_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wpf_revslider_sliders` DISABLE KEYS */; INSERT INTO `wpf_revslider_sliders` VALUES (1,'RealtyspaceSlider11','RealtyspaceSlider11','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-access-token\":\"\",\"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\":\"RealtyspaceSlider11\",\"alias\":\"RealtyspaceSlider11\",\"shortcode\":\"[rev_slider alias=\\\\\\\"RealtyspaceSlider11\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1170\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"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_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font-family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''),(2,'RealtyspaceSlider111','RealtyspaceSlider111','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-access-token\":\"\",\"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\":\"RealtyspaceSlider111\",\"alias\":\"RealtyspaceSlider111\",\"shortcode\":\"[rev_slider alias=\\\\\\\"RealtyspaceSlider11\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1170\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"on\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"on\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"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_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font-family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''); /*!40000 ALTER TABLE `wpf_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_revslider_slides` -- DROP TABLE IF EXISTS `wpf_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=9 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_revslider_slides` -- LOCK TABLES `wpf_revslider_slides` WRITE; /*!40000 ALTER TABLE `wpf_revslider_slides` DISABLE KEYS */; INSERT INTO `wpf_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"slotfade-horizontal\",\"slideoverhorizontal\",\"parallaxtoright\",\"slideleft\",\"slidingoverlayleft\",\"fadefromright\",\"zoomin\",\"incube-horizontal\"],\"slot_amount\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider11\\/banner-1.jpg\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"0\":\"Remove\"}','[{\"text\":\"The Best Way \\nto Find Your \\nPerfect Home\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":-1},\"top\":{\"desktop\":306},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"[-100%]\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":684,\"height\":246,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"900\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"[175%]\",\"y_start\":\"0px\",\"z_start\":\"0\",\"x_end\":\"-50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"1\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"vertical-align\":\"top\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"brightnessfilter\":\"100\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1500,\"animation\":\"SmoothMaskFromLeft\",\"easing\":\"Power3.easeOut\",\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"use_text_c\":false,\"use_bg_c\":false,\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9770.000610351562,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"stl\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"use_text_c\":false,\"use_bg_c\":false,\"text_c\":\"transparent\",\"bg_c\":\"transparent\",\"time_relative\":7770.0006103515625,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"brightnessfilter_start\":\"100\",\"brightnessfilter_end\":\"100\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"p_uid\":-1,\"zIndex\":5,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(2,1,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"parallaxtoright\",\"slideoverleft\",\"fadetoleftfadefromright\"],\"slot_amount\":[\"default\",\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider11\\/banner-2.jpg\"}','[{\"text\":\"After settling on a search location, you can narrow down your results by specifying preferences such as number of bedrooms and bathrooms, square footage, monthly rent, and whatever else you want to specify in the filter.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":3},\"top\":{\"desktop\":634},\"internal_class\":\"\",\"hover\":false,\"alias\":\"With over 700,000 ac...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"121px\"},\"max_width\":{\"desktop\":\"673px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":5500,\"endspeed\":800,\"endtime\":10570,\"endanimation\":\"SlideMaskToLeft\",\"endeasing\":\"Power3.easeInOut\",\"width\":673,\"height\":121,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"[-100%]\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Over than\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":2},\"top\":{\"desktop\":297},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"85px\"},\"max_width\":{\"desktop\":\"687px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"Power3.easeInOut\",\"width\":502,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"66px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-200px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"85px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Happy Customers\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":0},\"top\":{\"desktop\":525},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"84px\"},\"max_width\":{\"desktop\":\"691px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"66px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-200px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"85px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"500 000\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":-6},\"top\":{\"desktop\":371},\"internal_class\":\"\",\"hover\":false,\"alias\":\"500 000\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"154px\"},\"max_width\":{\"desktop\":\"691px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"Power3.easeInOut\",\"width\":588,\"height\":150,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"160px\"},\"line-height\":{\"desktop\":\"150px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#00bbaa\"}},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-200px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"85px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(3,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"zoomin\",\"fadetorightfadefromleft\",\"turnoff\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider11\\/banner-3.jpg\"}','[{\"text\":\"Find the\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":-8},\"top\":{\"desktop\":291},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"83px\"},\"max_width\":{\"desktop\":\"354px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":354,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":30,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"RealtySpace.com is USA\\u2019s Number 1 property site for real estate.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":1},\"top\":{\"desktop\":737},\"internal_class\":\"\",\"hover\":false,\"alias\":\"With over 700,000 ac...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"674px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":800,\"endtime\":10150,\"endanimation\":\"SlideMaskToLeft\",\"endeasing\":\"Power3.easeInOut\",\"width\":674,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"20px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"[-100%]\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"latest\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":356},\"top\":{\"desktop\":294},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"83px\"},\"max_width\":{\"desktop\":\"297px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":297,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":25,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"homes for sale,\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":-1},\"top\":{\"desktop\":381},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"lines\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"671px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":671,\"height\":82,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":60,\"split_out_extratime\":0,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"property news & \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":5,\"left\":{\"desktop\":-8},\"top\":{\"desktop\":467},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":246,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"split_in_extratime\":60,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"real estate \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":6,\"left\":{\"desktop\":-5},\"top\":{\"desktop\":549},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":82,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"split_in_extratime\":45,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"market data\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":7,\"left\":{\"desktop\":-3},\"top\":{\"desktop\":632},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":82,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":6,\"split_in_extratime\":45,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(4,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"turnoff\",\"fadetorightfadefromleft\"],\"slot_amount\":[\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider11\\/banner-4.jpg\"}','[{\"text\":\"Find your\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":2},\"top\":{\"desktop\":288},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"76px\"},\"max_width\":{\"desktop\":\"259px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":258,\"height\":63,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\"},\"line-height\":{\"desktop\":\"62px\"},\"font-weight\":{\"desktop\":\"900\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":70,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Perfect home\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":-6},\"top\":{\"desktop\":345},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Perfect home\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"102px\"},\"max_width\":{\"desktop\":\"698px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":698,\"height\":102,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\"},\"line-height\":{\"desktop\":\"100px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"We have 570,302 for you to choose from\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":272},\"top\":{\"desktop\":440},\"internal_class\":\"\",\"hover\":false,\"alias\":\"We have 570,302 for ...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"397px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":397,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"35px\"},\"line-height\":{\"desktop\":\"40px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"The Right Place To Buy, Sell, Rent or Let Property In All Of The World. Selling Property In USA Just Got Easier And Cheaper Thanks To RealtySpace.com. List a Property, Land Or Real Estate In Any Country.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":5,\"left\":{\"desktop\":1},\"top\":{\"desktop\":582},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The Right Place To B...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"85px\"},\"max_width\":{\"desktop\":\"678px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":678,\"height\":85,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"28px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"desktop\":\"392px\"},\"max_height\":{\"desktop\":\"6px\"},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":6,\"left\":{\"desktop\":266},\"top\":{\"desktop\":333},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":392,\"height\":6,\"cover_mode\":\"custom\",\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"desktop\":\"257px\"},\"max_height\":{\"desktop\":\"6px\"},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":7,\"left\":{\"desktop\":3},\"top\":{\"desktop\":450},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfl\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":257,\"height\":6,\"cover_mode\":\"custom\",\"x_start\":\"-50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(5,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"slotfade-horizontal\",\"slideoverhorizontal\",\"parallaxtoright\",\"slideleft\",\"slidingoverlayleft\",\"fadefromright\",\"zoomin\",\"incube-horizontal\"],\"slot_amount\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider111\\/banner-1.jpg\"}','[{\"text\":\"The Best Way \\nto Find Your \\nPerfect Home\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":-1},\"top\":{\"desktop\":306},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"[-100%]\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothMaskFromLeft\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":1000,\"endtime\":10770,\"endanimation\":\"stl\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":246,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"900\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"[175%]\",\"y_start\":\"0px\",\"z_start\":\"0\",\"x_end\":\"-50px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"1\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"With over 700,000 active listings, Realtyspace has the largest inventory of apartments in the United States.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":3},\"top\":{\"desktop\":592},\"internal_class\":\"\",\"hover\":false,\"alias\":\"With over 700,000 ac...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"49px\"},\"max_width\":{\"desktop\":\"583px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":800,\"endtime\":10570,\"endanimation\":\"stb\",\"endeasing\":\"Power3.easeInOut\",\"width\":583,\"height\":49,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\"},\"line-height\":{\"desktop\":\"24px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"50px\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(6,2,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"boxfade\",\"parallaxtoright\",\"slideoverleft\",\"fadetoleftfadefromright\"],\"slot_amount\":[\"default\",\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider111\\/banner-2.jpg\"}','[{\"text\":\"After settling on a search location, you can narrow down your results by specifying preferences such as number of bedrooms and bathrooms, square footage, monthly rent, and whatever else you want to specify in the filter.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":3},\"top\":{\"desktop\":634},\"internal_class\":\"\",\"hover\":false,\"alias\":\"With over 700,000 ac...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"121px\"},\"max_width\":{\"desktop\":\"673px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":5500,\"endspeed\":800,\"endtime\":10570,\"endanimation\":\"SlideMaskToLeft\",\"endeasing\":\"Power3.easeInOut\",\"width\":673,\"height\":121,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"24px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"[-100%]\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Over than\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":2},\"top\":{\"desktop\":297},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"85px\"},\"max_width\":{\"desktop\":\"687px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"Power3.easeInOut\",\"width\":502,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"66px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-200px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"85px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Happy Customers\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":0},\"top\":{\"desktop\":525},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"84px\"},\"max_width\":{\"desktop\":\"691px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"66px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-200px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"85px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"500 000\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":-6},\"top\":{\"desktop\":371},\"internal_class\":\"\",\"hover\":false,\"alias\":\"500 000\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SlideMaskFromRight\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"154px\"},\"max_width\":{\"desktop\":\"691px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2500,\"endspeed\":1000,\"endtime\":10000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"Power3.easeInOut\",\"width\":588,\"height\":150,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"160px\"},\"line-height\":{\"desktop\":\"150px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#00bbaa\"}},\"x_start\":\"[100%]\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"-200px\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"85px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(7,2,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"zoomin\",\"fadetorightfadefromleft\",\"turnoff\"],\"slot_amount\":[\"default\",\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider111\\/banner-3.jpg\"}','[{\"text\":\"Find the\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":-8},\"top\":{\"desktop\":291},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"83px\"},\"max_width\":{\"desktop\":\"354px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":354,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":30,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"RealtySpace.com is USA\\u2019s Number 1 property site for real estate.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":1},\"top\":{\"desktop\":737},\"internal_class\":\"\",\"hover\":false,\"alias\":\"With over 700,000 ac...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"674px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":800,\"endtime\":10150,\"endanimation\":\"SlideMaskToLeft\",\"endeasing\":\"Power3.easeInOut\",\"width\":674,\"height\":20,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"20px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"[-100%]\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"latest\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":356},\"top\":{\"desktop\":294},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"83px\"},\"max_width\":{\"desktop\":\"297px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":297,\"height\":83,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":25,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"homes for sale,\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":-1},\"top\":{\"desktop\":381},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"lines\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"671px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":671,\"height\":82,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":60,\"split_out_extratime\":0,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"property news & \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":5,\"left\":{\"desktop\":-8},\"top\":{\"desktop\":467},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":246,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"split_in_extratime\":60,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"real estate \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":6,\"left\":{\"desktop\":-5},\"top\":{\"desktop\":549},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":82,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"split_in_extratime\":45,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"market data\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":7,\"left\":{\"desktop\":-3},\"top\":{\"desktop\":632},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":true,\"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\":\"0px\",\"mask_y_start\":\"0px\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"LettersFlyInFromTop\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"684px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1660,\"endtime\":10370,\"endanimation\":\"skewtoleft\",\"endeasing\":\"Power2.easeInOut\",\"width\":684,\"height\":82,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"76px\"},\"line-height\":{\"desktop\":\"82px\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[-100%]\",\"z_start\":\"0\",\"x_end\":\"left\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"35deg\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"45px\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Lato\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":6,\"split_in_extratime\":45,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'),(8,2,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"custom\",\"title_attr\":\"The best way to find your home\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"9870\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/realtyspace.codefactory47.com\\/app\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"turnoff\",\"fadetorightfadefromleft\"],\"slot_amount\":[\"default\",\"default\"],\"transition_rotation\":[\"0\",\"0\"],\"transition_duration\":[\"default\",\"default\"],\"transition_ease_in\":[\"default\",\"default\"],\"transition_ease_out\":[\"default\",\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/uploads\\/revslider\\/RealtyspaceSlider111\\/banner-4.jpg\"}','[{\"text\":\"Find your\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":2},\"top\":{\"desktop\":288},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The best way to find...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power4.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"76px\"},\"max_width\":{\"desktop\":\"259px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":258,\"height\":63,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"50px\"},\"line-height\":{\"desktop\":\"62px\"},\"font-weight\":{\"desktop\":\"900\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":70,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Perfect home\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":-6},\"top\":{\"desktop\":345},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Perfect home\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"102px\"},\"max_width\":{\"desktop\":\"698px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":698,\"height\":102,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"100px\"},\"line-height\":{\"desktop\":\"100px\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"We have 570,302 for you to choose from\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":272},\"top\":{\"desktop\":440},\"internal_class\":\"\",\"hover\":false,\"alias\":\"We have 570,302 for ...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"397px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":397,\"height\":80,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"35px\"},\"line-height\":{\"desktop\":\"40px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"uppercase\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"The Right Place To Buy, Sell, Rent or Let Property In All Of The World. Selling Property In USA Just Got Easier And Cheaper Thanks To RealtySpace.com. List a Property, Land Or Real Estate In Any Country.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":5,\"left\":{\"desktop\":1},\"top\":{\"desktop\":582},\"internal_class\":\"\",\"hover\":false,\"alias\":\"The Right Place To B...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"85px\"},\"max_width\":{\"desktop\":\"678px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":678,\"height\":85,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"28px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Source Sans Pro\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"desktop\":\"392px\"},\"max_height\":{\"desktop\":\"6px\"},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":6,\"left\":{\"desktop\":266},\"top\":{\"desktop\":333},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":392,\"height\":6,\"cover_mode\":\"custom\",\"x_start\":\"50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":true,\"max_width\":{\"desktop\":\"257px\"},\"max_height\":{\"desktop\":\"6px\"},\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":7,\"left\":{\"desktop\":3},\"top\":{\"desktop\":450},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":true,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfl\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2480,\"endspeed\":1000,\"endtime\":10370,\"endanimation\":\"SmoothCropToBottom\",\"endeasing\":\"Power2.easeInOut\",\"width\":257,\"height\":6,\"cover_mode\":\"custom\",\"x_start\":\"-50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"[175%]\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','[\"\"]'); /*!40000 ALTER TABLE `wpf_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_revslider_static_slides` -- DROP TABLE IF EXISTS `wpf_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_revslider_static_slides` -- LOCK TABLES `wpf_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wpf_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wpf_revslider_static_slides` VALUES (1,1,'{\"staticoverflow\":\"visible\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/\"}','[{\"text\":\"[cf47rs_property_search_bar fields=\\\"street, contract_type, property_feature, property_type, price, area\\\"]\",\"type\":\"text\",\"special_type\":\"static\",\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":807,\"notebook\":579,\"tablet\":15,\"mobile\":15},\"top\":{\"desktop\":222,\"notebook\":185,\"tablet\":117,\"mobile\":78},\"internal_class\":\"\",\"hover\":false,\"alias\":\"[cf47rs_property_sea...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"23px\",\"mobile\":\"613px\",\"notebook\":\"24px\",\"tablet\":\"25px\"},\"max_width\":{\"desktop\":\"354px\",\"mobile\":\"457px\",\"notebook\":\"440px\",\"tablet\":\"751px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":751,\"height\":25,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\",\"notebook\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\",\"notebook\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"transparent\",\"mobile\":\"transparent\",\"notebook\":\"transparent\",\"tablet\":\"transparent\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":19,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(2,2,'{\"staticoverflow\":\"visible\",\"image\":\"https:\\/\\/2xconversions.com\\/frygroup\\/wp-content\\/\"}','[{\"text\":\"[cf47rs_property_search_bar fields=\\\"street, contract_type, property_feature, property_type, price, area\\\"]\",\"type\":\"text\",\"special_type\":\"static\",\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":807,\"notebook\":579,\"tablet\":15,\"mobile\":15},\"top\":{\"desktop\":222,\"notebook\":185,\"tablet\":117,\"mobile\":78},\"internal_class\":\"\",\"hover\":false,\"alias\":\"[cf47rs_property_sea...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"23px\",\"mobile\":\"613px\",\"notebook\":\"24px\",\"tablet\":\"25px\"},\"max_width\":{\"desktop\":\"354px\",\"mobile\":\"457px\",\"notebook\":\"440px\",\"tablet\":\"751px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":751,\"height\":25,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\",\"notebook\":\"20\",\"tablet\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\",\"notebook\":\"22\",\"tablet\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\"},\"color\":{\"desktop\":\"transparent\",\"mobile\":\"transparent\",\"notebook\":\"transparent\",\"tablet\":\"transparent\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":19,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\",\"notebook\":\"\",\"tablet\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'); /*!40000 ALTER TABLE `wpf_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_term_relationships` -- DROP TABLE IF EXISTS `wpf_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 `wpf_term_relationships` -- LOCK TABLES `wpf_term_relationships` WRITE; /*!40000 ALTER TABLE `wpf_term_relationships` DISABLE KEYS */; INSERT INTO `wpf_term_relationships` VALUES (1,2,0),(1,76,0),(1,77,0),(1,78,0),(1,79,0),(1,80,0),(574,72,0),(577,72,0),(581,73,0),(582,73,0),(746,73,0),(748,73,0),(754,73,0),(757,73,0); /*!40000 ALTER TABLE `wpf_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_term_taxonomy` -- DROP TABLE IF EXISTS `wpf_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=81 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_term_taxonomy` -- LOCK TABLES `wpf_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpf_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpf_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'post_tag','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'cf47rs_property_feature','',0,0),(9,9,'cf47rs_property_feature','',0,0),(10,10,'cf47rs_property_feature','',0,0),(11,11,'cf47rs_property_type','',0,0),(12,12,'cf47rs_property_feature','',0,0),(13,13,'cf47rs_property_feature','',0,0),(14,14,'cf47rs_property_feature','',0,0),(15,15,'cf47rs_property_feature','',0,0),(16,16,'cf47rs_property_feature','',0,0),(17,17,'cf47rs_property_feature','',0,0),(18,18,'cf47rs_property_type','',0,0),(19,19,'cf47rs_property_feature','',0,0),(20,20,'cf47rs_property_type','',0,0),(21,21,'cf47rs_property_feature','',0,0),(22,22,'cf47rs_property_feature','',0,0),(23,23,'cf47rs_property_location','',0,0),(24,24,'cf47rs_property_feature','',0,0),(25,25,'cf47rs_property_type','',0,0),(26,26,'cf47rs_property_feature','',0,0),(27,27,'cf47rs_property_feature','',0,0),(28,28,'cf47rs_property_feature','',0,0),(29,29,'cf47rs_property_feature','',0,0),(30,30,'cf47rs_property_feature','',0,0),(31,31,'cf47rs_property_location','',23,0),(32,32,'cf47rs_property_feature','',0,0),(33,33,'cf47rs_property_type','',0,0),(34,34,'cf47rs_property_location','',23,0),(35,35,'cf47rs_property_feature','',0,0),(36,36,'cf47rs_property_location','',23,0),(37,37,'cf47rs_property_feature','',0,0),(38,38,'cf47rs_property_feature','',0,0),(39,39,'cf47rs_property_location','',23,0),(40,40,'cf47rs_property_feature','',0,0),(41,41,'cf47rs_property_location','',0,0),(42,42,'cf47rs_property_feature','',0,0),(43,43,'cf47rs_property_location','',23,0),(44,44,'cf47rs_property_type','',0,0),(45,45,'cf47rs_property_feature','',0,0),(46,46,'cf47rs_property_feature','',0,0),(47,47,'cf47rs_property_type','',0,0),(48,48,'cf47rs_property_feature','',0,0),(49,49,'cf47rs_property_type','',0,0),(50,50,'cf47rs_property_contract','',0,0),(51,51,'cf47rs_property_location','',23,0),(52,52,'cf47rs_property_contract','',0,0),(53,53,'cf47rs_property_feature','',0,0),(54,54,'cf47rs_property_feature','',0,0),(55,55,'cf47rs_property_feature','',0,0),(56,56,'cf47rs_property_type','',0,0),(57,57,'cf47rs_property_feature','',0,0),(58,58,'cf47rs_property_location','',23,0),(59,59,'cf47rs_property_feature','',0,0),(60,60,'cf47rs_property_type','',0,0),(61,61,'cf47rs_property_type','',0,0),(62,62,'cf47rs_property_feature','',0,0),(63,63,'cf47rs_property_contract','',52,0),(64,64,'cf47rs_property_feature','',0,0),(65,65,'cf47rs_property_feature','',0,0),(66,66,'cf47rs_property_feature','',0,0),(67,67,'cf47rs_property_type','',0,0),(68,68,'cf47rs_property_feature','',0,0),(69,69,'cf47rs_property_type','',0,0),(70,70,'cf47rs_property_feature','',0,0),(71,71,'cf47rs_property_type','',0,0),(72,72,'nav_menu','',0,2),(73,73,'nav_menu','',0,6),(74,74,'post_format','',0,0),(75,75,'post_format','',0,0),(76,76,'post_tag','',0,1),(77,77,'post_tag','',0,1),(78,78,'post_tag','',0,1),(79,79,'post_tag','',0,1),(80,80,'post_tag','',0,1); /*!40000 ALTER TABLE `wpf_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_termmeta` -- DROP TABLE IF EXISTS `wpf_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_termmeta` -- LOCK TABLES `wpf_termmeta` WRITE; /*!40000 ALTER TABLE `wpf_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpf_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_terms` -- DROP TABLE IF EXISTS `wpf_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=81 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_terms` -- LOCK TABLES `wpf_terms` WRITE; /*!40000 ALTER TABLE `wpf_terms` DISABLE KEYS */; INSERT INTO `wpf_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'news','news',0),(3,'Roundup','roundup',0),(4,'video','video',0),(5,'Roundup','roundup',0),(6,'tour','tour',0),(7,'video','video',0),(8,'1 line of sea','1-line-of-sea',0),(9,'Air conditioning','air-conditioning',0),(10,'Alarm system','alarm-system',0),(11,'Apartments/Flat','apartmentsflat',0),(12,'Arbour','arbour',0),(13,'BBQ','bbq',0),(14,'Billiard room','billiard-room',0),(15,'Built in wardrobes','built-in-wardrobes',0),(16,'Cinema Room','cinema-room',0),(17,'City Views','city-views',0),(18,'Commercial','commercial',0),(19,'Concierge','concierge',0),(20,'Cottage','cottage',0),(21,'Dining room','dining-room',0),(22,'Fireplace','fireplace',0),(23,'Florida','florida',0),(24,'Furniture','furniture',0),(25,'Garage','garage',0),(26,'Garage / Parking','garage-parking',0),(27,'Garden','garden',0),(28,'Guest apartment','guest-apartment',0),(29,'Gym','gym',0),(30,'Heating','heating',0),(31,'Hialeah','hialeah',0),(32,'Home Appliances','home-appliances',0),(33,'Hotel','hotel',0),(34,'Jacksonville','jacksonville',0),(35,'Jacuzzi','jacuzzi',0),(36,'Kliruoter','kliruoter',0),(37,'Laundry','laundry',0),(38,'Lift','lift',0),(39,'Miami','miami',0),(40,'Mountain views','mountain-views',0),(41,'New York','new-york',0),(42,'Office','office',0),(43,'Orlando','orlando',0),(44,'Palace','palace',0),(45,'Pantry','pantry',0),(46,'Parkland','parkland',0),(47,'Penthouse','penthouse',0),(48,'Playground','playground',0),(49,'Ready business','ready-business',0),(50,'Rent','rent',0),(51,'Saint Petersburg','saint-petersburg',0),(52,'Sale','sale',0),(53,'Sauna','sauna',0),(54,'Sea view','sea-view',0),(55,'Solarium','solarium',0),(56,'Studio','studio',0),(57,'Swimming pool','swimming-pool',0),(58,'Tampa','tampa',0),(59,'Tennis court','tennis-court',0),(60,'The Earth under building','the-earth-under-building',0),(61,'Townhouses/Duplex','townhousesduplex',0),(62,'Underfloor Heating','underfloor-heating',0),(63,'Urgent Sale','urgent-sale',0),(64,'Utility room','utility-room',0),(65,'Views to ocean','views-to-ocean',0),(66,'Views to park','views-to-park',0),(67,'Villa / House','villa-house',0),(68,'Wine cellar','wine-cellar',0),(69,'Winery','winery',0),(70,'Wireless Internet','wireless-internet',0),(71,'Yacht port','yacht-port',0),(72,'Footer menu','footer-menu',0),(73,'Realtyspace Demo','realtyspace-demo',0),(74,'Gallery','post-format-gallery',0),(75,'Video','post-format-video',0),(76,'housing','housing',0),(77,'real estate','real-estate',0),(78,'house','house',0),(79,'blog','blog',0),(80,'new website','new-website',0); /*!40000 ALTER TABLE `wpf_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_usermeta` -- DROP TABLE IF EXISTS `wpf_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_usermeta` -- LOCK TABLES `wpf_usermeta` WRITE; /*!40000 ALTER TABLE `wpf_usermeta` DISABLE KEYS */; INSERT INTO `wpf_usermeta` VALUES (1,1,'nickname','frymin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpf_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpf_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(15,1,'show_welcome_panel','0'),(17,1,'wpf_dashboard_quick_press_last_post_id','963'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"174.53.195.0\";}'),(19,1,'closedpostboxes_dashboard','a:2:{i:0;s:18:\"dashboard_activity\";i:1;s:17:\"dashboard_primary\";}'),(20,1,'metaboxhidden_dashboard','a:0:{}'),(21,1,'wpf_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=863px&edit_element_vcUIPanelTop=62px&editor=tinymce&hidetb=1'),(22,1,'wpf_user-settings-time','1516999495'),(23,1,'nav_menu_recently_edited','73'),(24,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\";}'),(25,1,'metaboxhidden_nav-menus','a:11:{i:0;s:24:\"add-post-type-cf47rs_faq\";i:1;s:26:\"add-post-type-cf47rs_agent\";i:2;s:32:\"add-post-type-cf47rs_testimonial\";i:3;s:29:\"add-post-type-cf47rs_property\";i:4;s:12:\"add-post_tag\";i:5;s:23:\"add-cf47rs_faq_category\";i:6;s:24:\"add-cf47rs_property_type\";i:7;s:27:\"add-cf47rs_property_feature\";i:8;s:28:\"add-cf47rs_property_location\";i:9;s:28:\"add-cf47rs_property_contract\";i:10;s:23:\"add-cf47rs_property_tag\";}'),(26,1,'session_tokens','a:1:{s:64:\"690a465b0a8c9d03adce1f8909ac394b40b918883e60afc101b50764c5176bde\";a:4:{s:10:\"expiration\";i:1517172072;s:2:\"ip\";s:14:\"174.53.195.154\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36\";s:5:\"login\";i:1516999272;}}'),(27,1,'acf_user_settings','a:0:{}'),(28,1,'tgmpa_dismissed_notice_cf47rs','1'),(29,1,'closedpostboxes_page','a:0:{}'),(30,1,'metaboxhidden_page','a:18:{i:0;s:26:\"acf-group_cf47rs_hero_unit\";i:1;s:22:\"acf-group_cf47rs_agent\";i:2;s:32:\"acf-group_cf47rs_contact_contact\";i:3;s:32:\"acf-group_cf47rs_property_submit\";i:4;s:24:\"acf-group_cf47rs_gallery\";i:5;s:25:\"acf-group_cf47rs_property\";i:6;s:28:\"acf-group_cf47rs_testimonial\";i:7;s:29:\"acf-group_cf47rs_blog_gallery\";i:8;s:27:\"acf-group_cf47rs_blog_video\";i:9;s:30:\"acf-group_cf47rs_property_side\";i:10;s:23:\"acf-group_571768a487764\";i:11;s:24:\"acf-group_cf47rs_partner\";i:12;s:12:\"revisionsdiv\";i:13;s:11:\"postexcerpt\";i:14;s:16:\"commentstatusdiv\";i:15;s:11:\"commentsdiv\";i:16;s:7:\"slugdiv\";i:17;s:9:\"authordiv\";}'); /*!40000 ALTER TABLE `wpf_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_users` -- DROP TABLE IF EXISTS `wpf_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_users` -- LOCK TABLES `wpf_users` WRITE; /*!40000 ALTER TABLE `wpf_users` DISABLE KEYS */; INSERT INTO `wpf_users` VALUES (1,'frymin','$P$BTTIZMo3U9mlDLEvgBmfsGJN.digRT1','frymin','alan@2xconversions.com','','2018-01-04 18:07:31','',0,'frymin'); /*!40000 ALTER TABLE `wpf_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_wsluserscontacts` -- DROP TABLE IF EXISTS `wpf_wsluserscontacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_wsluserscontacts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `provider` varchar(50) NOT NULL, `identifier` varchar(255) NOT NULL, `full_name` varchar(150) NOT NULL, `email` varchar(255) NOT NULL, `profile_url` varchar(255) NOT NULL, `photo_url` varchar(255) NOT NULL, UNIQUE KEY `id` (`id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_wsluserscontacts` -- LOCK TABLES `wpf_wsluserscontacts` WRITE; /*!40000 ALTER TABLE `wpf_wsluserscontacts` DISABLE KEYS */; /*!40000 ALTER TABLE `wpf_wsluserscontacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpf_wslusersprofiles` -- DROP TABLE IF EXISTS `wpf_wslusersprofiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpf_wslusersprofiles` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `provider` varchar(50) NOT NULL, `object_sha` varchar(45) NOT NULL, `identifier` varchar(255) NOT NULL, `profileurl` varchar(255) NOT NULL, `websiteurl` varchar(255) NOT NULL, `photourl` varchar(255) NOT NULL, `displayname` varchar(150) NOT NULL, `description` varchar(255) NOT NULL, `firstname` varchar(150) NOT NULL, `lastname` varchar(150) NOT NULL, `gender` varchar(10) NOT NULL, `language` varchar(20) NOT NULL, `age` varchar(10) NOT NULL, `birthday` int(11) NOT NULL, `birthmonth` int(11) NOT NULL, `birthyear` int(11) NOT NULL, `email` varchar(255) NOT NULL, `emailverified` varchar(255) NOT NULL, `phone` varchar(75) NOT NULL, `address` varchar(255) NOT NULL, `country` varchar(75) NOT NULL, `region` varchar(50) NOT NULL, `city` varchar(50) NOT NULL, `zip` varchar(25) NOT NULL, UNIQUE KEY `id` (`id`), KEY `user_id` (`user_id`), KEY `provider` (`provider`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpf_wslusersprofiles` -- LOCK TABLES `wpf_wslusersprofiles` WRITE; /*!40000 ALTER TABLE `wpf_wslusersprofiles` DISABLE KEYS */; /*!40000 ALTER TABLE `wpf_wslusersprofiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'frygroupdb1' -- /*!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 2018-03-18 0:47:26